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

/external/fio/
H A Dfilehash.c10 #define HASH_MASK (HASH_BUCKETS - 1) macro
19 return jhash(name, strlen(name), 0) & HASH_MASK;
/external/pixman/pixman/
H A Dpixman-glyph.c44 #define HASH_MASK (HASH_SIZE - 1) macro
103 while ((g = cache->glyphs[idx++ & HASH_MASK]))
130 loc = &cache->glyphs[idx++ & HASH_MASK];
147 while (cache->glyphs[idx & HASH_MASK] != glyph)
150 cache->glyphs[idx & HASH_MASK] = TOMBSTONE;
155 if (cache->glyphs[(idx + 1) & HASH_MASK] == NULL)
157 while (cache->glyphs[idx & HASH_MASK] == TOMBSTONE)
159 cache->glyphs[idx & HASH_MASK] = NULL;
/external/zopfli/src/zopfli/
H A Dhash.c27 #define HASH_MASK 32767 macro
88 h->val = (((h->val) << HASH_SHIFT) ^ (c)) & HASH_MASK;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1192 milliseconds