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

/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1226 uint32_t maskbitslog2 = getGNUHashMaskbitslog2(hashed_sym_cnt); local
1227 uint32_t maskbits = 1u << maskbitslog2;
1233 maskwords = 1 << (maskbitslog2 - shift1);
1234 shift2 = maskbitslog2;
2311 uint32_t maskbitslog2 = 1; local
2313 ++maskbitslog2;
2315 if (maskbitslog2 < 3)
2316 maskbitslog2 = 5;
2317 else if (((1U << (maskbitslog2 - 2)) & pNumOfSymbols) != 0)
2318 maskbitslog2
[all...]

Completed in 136 milliseconds