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

/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1245 uint32_t maskbitslog2 = getGNUHashMaskbitslog2(hashed_sym_cnt); local
1246 uint32_t maskbits = 1u << maskbitslog2;
1252 maskwords = 1 << (maskbitslog2 - shift1);
1253 shift2 = maskbitslog2;
2726 uint32_t maskbitslog2 = 1; local
2728 ++maskbitslog2;
2730 if (maskbitslog2 < 3)
2731 maskbitslog2 = 5;
2732 else if (((1U << (maskbitslog2 - 2)) & pNumOfSymbols) != 0)
2733 maskbitslog2
[all...]

Completed in 919 milliseconds