Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DRegistry.cpp99 static inline bool UINT32ToBool(UInt32 value) { return (value != 0); } in UINT32ToBool() function
207 value = UINT32ToBool(uintValue); in QueryValue()