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

/frameworks/compile/mclinker/include/mcld/ADT/
H A DStringHash.h294 * \brief is it possible that pRule is a sub-string of pInString
296 static bool may_include(uint32_t pRule, uint32_t pInString) { argument
298 uint32_t r_c = pRule << 4;
305 uint32_t r_dot = pRule >> 28;

Completed in 20 milliseconds