Searched defs:bitIndex (Results 1 – 8 of 8) sorted by relevance
25 #define GET_COMMAND_FLAG(cmds, byteIndex, bitIndex) ((cmds)[(byteIndex)] & 0x01 << (bitIndex)) argument
25 #define GET_LINK_LAYER_FEATURE_FLAG(features, bitIndex) ((features)[(bitIndex) / 8] & 0x01 << ((bit… argument
25 #define GET_FEATURE_FLAG(feature, byteIndex, bitIndex) ((feature)[(byteIndex)] & 0x01 << (bitIndex)) argument
69 uint32_t bitIndex = index % 32; // 32 max bit in int in CheckAppSpawnMsgFlag() local78 uint32_t bitIndex = index % 32; // 32 max bit in int in SetSpawnMsgFlags() local
235 void PtableManager::RegisterPtable(uint32_t bitIndex, PtableConstructor constructor) in RegisterPtable()
281 uint32_t bitIndex = 0; variable457 uint32_t bitIndex = 0; variable
31 uint32_t bitIndex = index % 32; // 32 max bit in int in SetAppSpawnMsgFlags() local
147 uint32_t bitIndex = 0; in BitConvert() local