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

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

Completed in 539 milliseconds