Home
last modified time | relevance | path

Searched defs:IsCompressed (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/
DFileFind.h20 inline bool IsCompressed(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_COMPRESSED) != 0; } in IsCompressed() function
50 bool IsCompressed() const { return MatchesMask(FILE_ATTRIBUTE_COMPRESSED); } in IsCompressed() function
/external/mesa3d/src/amd/addrlib/src/core/
Daddrelemlib.cpp1762 BOOL_32 ElemLib::IsCompressed( in IsCompressed() function in Addr::ElemLib
/external/openthread/src/core/thread/
Dmle_tlvs.hpp1002 bool IsCompressed(void) const { return (mControl & kCompressed) != 0; } in IsCompressed() function in ot::Mle::AddressRegistrationEntry