Searched refs:pA (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp62 int* pA = &A; local
70 hashTable->insert(pA, exist);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp55 static uint64_t helper_bit_select(uint64_t pA, uint64_t pB, uint64_t pMask) { argument
56 return (pA & ~pMask) | (pB & pMask);

Completed in 74 milliseconds