Home | History | Annotate | Download | only in gold

Lines Matching refs:maskbits

1212   uint32_t maskbits = 1U << maskbitslog2;
1233 hashlen += maskbits / 8;
1241 unsigned char* p = phash + 16 + maskbits / 8;
1258 & ((maskbits >> shift1) - 1));