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

/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1246 uint32_t maskbits = 1u << maskbitslog2; local
1256 bucket = (uint32_t*)(bitmask + maskbits / 8);
1283 uint32_t val = ((djbhash >> shift1) & ((maskbits >> shift1) - 1));

Completed in 11 milliseconds