HomeSort by relevance Sort by last modified time
    Searched refs:hashMask (Results 1 - 9 of 9) sorted by null

  /external/lzma/C/
LzHash.h 20 hashValue = (temp ^ ((UInt32)cur[2] << 8)) & p->hashMask; }
26 hashValue = (temp ^ ((UInt32)cur[2] << 8) ^ (p->crc[cur[3]] << 5)) & p->hashMask; }
33 hashValue = (hash4Value ^ (p->crc[cur[4]] << 3)) & p->hashMask; \
LzFindMt.h 45 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc);
LzFind.h 27 UInt32 hashMask;
LzFindMt.c 138 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc) \
144 DEF_GetHeads2(2, (p[0] | ((UInt32)p[1] << 8)), hashMask = hashMask; crc = crc; )
145 DEF_GetHeads(3, (crc[p[0]] ^ p[1] ^ ((UInt32)p[2] << 8)) & hashMask)
146 DEF_GetHeads(4, (crc[p[0]] ^ p[1] ^ ((UInt32)p[2] << 8) ^ (crc[p[3]] << 5)) & hashMask)
147 DEF_GetHeads(4b, (crc[p[0]] ^ p[1] ^ ((UInt32)p[2] << 8) ^ ((UInt32)p[3] << 16)) & hashMask)
148 /* DEF_GetHeads(5, (crc[p[0]] ^ p[1] ^ ((UInt32)p[2] << 8) ^ (crc[p[3]] << 5) ^ (crc[p[4]] << 3)) & hashMask) */
195 MatchFinder_Normalize3(subValue, mf->hash + mf->fixedHashSize, mf->hashMask + 1);
207 mt->GetHeadsFunc(mf->buffer, mf->pos, mf->hash + mf->fixedHashSize, mf->hashMask, heads + 2, num, mf->crc);
LzFind.c 217 p->hashMask = hs;
  /external/skia/bench/
FontCacheBench.cpp 79 unsigned hashMask) {
85 int index = proc(array[i]) & hashMask;
119 int hashMask = ((1 << hashBits) - 1);
127 collisions += count_collisions(array, count, gRec[i].fHasher, hashMask);
  /external/skia/src/core/
SkTDynamicHash.h 268 uint32_t hashMask() const { return fCapacity - 1; }
271 return Hash(key) & this->hashMask();
277 return (index + round + 1) & this->hashMask();
  /hardware/intel/common/libwsbm/src/
wsbm_manager.c 62 uint32_t hashMask;
275 list->hashMask = list->hashSize - 1;
1068 hash = wsbmHashFunc((uint8_t *) &key, 4, list->hashMask);
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 

Completed in 244 milliseconds