Home
last modified time | relevance | path

Searched refs:BoolToInt (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/Common/
DDefs.h14 inline int BoolToInt(bool value) in BoolToInt() function
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp76 if (newData != NULL) *newData = BoolToInt(up.NewData); in GetUpdateItemInfo()
77 if (newProps != NULL) *newProps = BoolToInt(up.NewProps); in GetUpdateItemInfo()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp507 *newData = BoolToInt(true); in GetUpdateItemInfo()
509 *newProperties = BoolToInt(true); in GetUpdateItemInfo()
642 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2()
/external/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.cpp216 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2()