Home
last modified time | relevance | path

Searched refs:pB (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp55 static uint64_t helper_bit_select(uint64_t pA, uint64_t pB, uint64_t pMask) { in helper_bit_select() argument
56 return (pA & ~pMask) | (pB & pMask); in helper_bit_select()