Searched refs:pA (Results 1 – 2 of 2) sorted by relevance
62 int* pA = &A; in TEST_F() local70 hashTable->insert(pA, exist); in TEST_F()
55 static uint64_t helper_bit_select(uint64_t pA, uint64_t pB, uint64_t pMask) { in helper_bit_select() argument56 return (pA & ~pMask) | (pB & pMask); in helper_bit_select()