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

  /external/guava/guava/src/com/google/common/hash/
AbstractCompositeHashFunction.java 24 * the hashers are the same order as the functions given to the constructor.
27 /* protected */ abstract HashCode makeHash(Hasher[] hashers);
31 final Hasher[] hashers = new Hasher[functions.length]; local
32 for (int i = 0; i < hashers.length; i++) {
33 hashers[i] = functions[i].newHasher();
37 for (Hasher hasher : hashers) {
44 for (Hasher hasher : hashers) {
51 for (Hasher hasher : hashers) {
58 for (Hasher hasher : hashers) {
65 for (Hasher hasher : hashers) {
    [all...]
Hashing.java 283 HashCode makeHash(Hasher[] hashers) {
286 for (Hasher hasher : hashers) {
  /external/guava/guava-tests/test/com/google/common/hash/
AbstractNonStreamingHashFunctionTest.java 26 List<Hasher> hashers = ImmutableList.of( local
33 RandomHasherAction.pickAtRandom(random).performAction(random, hashers);
35 HashCode[] codes = new HashCode[hashers.size()];
36 for (int i = 0; i < hashers.size(); i++) {
37 codes[i] = hashers.get(i).hash();
  /external/webp/src/enc/
backward_references.c 259 VP8LColorCache hashers; local
263 cc_init = VP8LColorCacheInit(&hashers, cache_bits);
299 if (use_color_cache && VP8LColorCacheContains(&hashers, pixel)) {
300 const int ix = VP8LColorCacheGetIndex(&hashers, pixel);
306 if (use_color_cache) VP8LColorCacheInsert(&hashers, pixel);
318 VP8LColorCacheInsert(&hashers, argb[i + k]);
331 if (use_color_cache && VP8LColorCacheContains(&hashers, pixel)) {
333 const int ix = VP8LColorCacheGetIndex(&hashers, pixel);
339 if (use_color_cache) VP8LColorCacheInsert(&hashers, pixel);
348 if (cc_init) VP8LColorCacheClear(&hashers);
466 VP8LColorCache hashers; local
618 VP8LColorCache hashers; local
806 VP8LColorCache hashers; local
    [all...]
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 

Completed in 600 milliseconds