Home | History | Annotate | Download | only in libdex

Lines Matching full:mask

367     int mask = pLookup->numEntries-1;
368 int idx = hash & mask;
376 idx = (idx + 1) & mask;
862 int idx, mask;
865 mask = pLookup->numEntries - 1;
866 idx = hash & mask;
888 idx = (idx + 1) & mask;