Searched refs:MASK (Results 1 – 6 of 6) sorted by relevance
45 constexpr unsigned char MASK = 0x0F; in Sha256() local50 hash[i * 2] = hexCode[(value >> WIDTH) & MASK]; in Sha256()51 hash[i * 2 + 1] = hexCode[value & MASK]; in Sha256()
34 #define CALC_SUBNET(IPADD, MASK) ((IPADD) & (MASK)) argument
90 constexpr unsigned char MASK = 0x0F; in GetDeviceIdByUUID() local96 hash[i * DOUBLE_TIMES] = hexCode[(value >> WIDTH) & MASK]; in GetDeviceIdByUUID()97 hash[i * DOUBLE_TIMES + 1] = hexCode[value & MASK]; in GetDeviceIdByUUID()
34 constexpr int32_t MASK = 0x100; variable74 PARCEL_WRITE_HELPER_RET(data, Int32, MASK, nullptr); in CheckService()95 PARCEL_WRITE_HELPER_RET(data, Int32, MASK, ERR_FLATTEN_OBJECT); in AddService()
44 static const uint8_t MASK = 0xC0; variable
32 const uint8_t ObexHdrType::MASK; member in bluetooth::ObexHdrType129 uint8_t headerDataType = headerId & ObexHdrType::MASK; in ParseOptionalHeaders()