Searched defs:pInString (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
321 uint32_t in_c = pInString << 4;
328 uint32_t in_dot = pInString >> 28;

Completed in 413 milliseconds