Searched refs:BitIsSet (Results 1 – 6 of 6) sorted by relevance
/external/tpm2/ |
D | CommandAudit.c | 88 if(!BitIsSet(bitPos, &gp.auditComands[0], sizeof(gp.auditComands))) in CommandAuditSet() 130 if(BitIsSet(bitPos, &gp.auditComands[0], sizeof(gp.auditComands))) in CommandAuditClear()
|
D | Bits_fp.h | 10 BOOL BitIsSet(unsigned int bitNum, // IN: number of the bit in 'bArray'
|
D | bits.h | 12 #define TEST_BIT(bit, vector) BitIsSet((bit), (BYTE *)&(vector), sizeof(vector))
|
D | Bits.c | 23 BitIsSet( in BitIsSet() function
|
D | CryptUtil.c | 1566 if(!BitIsSet((*c & COMMIT_INDEX_MASK), gr.commitArray, in CryptGenerateR()
|
D | part4.txt | 494 …9.2.3.1 BitIsSet() .........................................................................… 1440 5 #define TEST_BIT(bit, vector) BitIsSet((bit), (BYTE *)&(vector), sizeof(vector)) 8394 55 if(!BitIsSet(bitPos, &gp.auditComands[0], sizeof(gp.auditComands))) 8442 81 if(BitIsSet(bitPos, &gp.auditComands[0], sizeof(gp.auditComands))) 15704 9.2.3.1 BitIsSet() 15714 3 BitIsSet( 21203 1211 if(!BitIsSet((*c & COMMIT_INDEX_MASK), gr.commitArray,
|