Searched refs:pA (Results 1 – 3 of 3) sorted by relevance
69 static int CompareSymbolName(const void *pA, const void *pB) { in CompareSymbolName() argument70 return ::strcmp(reinterpret_cast<const SymbolMap *>(pA)->mName, in CompareSymbolName()
78 int* pA = &A; in TEST_F() local87 entry = hashTable->insert(pA, exist); in TEST_F()
555 uint64_t helper_bit_select(uint64_t pA, uint64_t pB, uint64_t pMask) in helper_bit_select() argument557 return (pA & ~pMask) | (pB & pMask) ; in helper_bit_select()