Searched refs:BIT (Results 1 – 4 of 4) sorted by relevance
12 #define HT_BIGINT BIT(31)13 #define HT_FMMCTX BIT(30)14 #define HT_FMMVAR BIT(29)
1510 #define add_attribute(c, vector, attr) do { (vector) |= BIT((attr)); } while (0)1518 if (attr_list & BIT(bit_idx)) in get_attribute_and_advance()1797 if (attr_ids[n] & BIT(29)) in GetAttributes_helper()
16 #define BIT(n) (1ul << (n)) macro
55 #define BIT_CHANGE(a, b) ((a) ^= BIT((b)))1427 if (BIT(n) & attribute_list) { in Invoke_Crypto_DeriveKey()
Completed in 22 milliseconds