Searched refs:hashers (Results 1 - 17 of 17) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
H A DAbstractCompositeHashFunction.java43 * the hashers are the same order as the functions given to the constructor.
46 /* protected */ abstract HashCode makeHash(Hasher[] hashers); argument
50 final Hasher[] hashers = new Hasher[functions.length];
51 for (int i = 0; i < hashers.length; i++) {
52 hashers[i] = functions[i].newHasher();
56 for (Hasher hasher : hashers) {
63 for (Hasher hasher : hashers) {
70 for (Hasher hasher : hashers) {
77 for (Hasher hasher : hashers) {
84 for (Hasher hasher : hashers) {
[all...]
H A DHashing.java427 HashCode makeHash(Hasher[] hashers) { argument
430 for (Hasher hasher : hashers) {
/external/lzma/CPP/7zip/UI/Console/
H A DHashCon.h21 void PrintSeparatorLine(const CObjectVector<CHasherState> &hashers);
23 const CObjectVector<CHasherState> &hashers, unsigned digestIndex, bool showHash);
H A DHashCon.cpp125 void CHashCallbackConsole::PrintSeparatorLine(const CObjectVector<CHasherState> &hashers) argument
129 for (unsigned i = 0; i < hashers.Size(); i++)
133 const CHasherState &h = hashers[i];
212 const CObjectVector<CHasherState> &hashers, unsigned digestIndex, bool showHash)
218 FOR_VECTOR (i, hashers)
220 const CHasherState &h = hashers[i];
211 PrintResultLine(UInt64 fileSize, const CObjectVector<CHasherState> &hashers, unsigned digestIndex, bool showHash) argument
/external/guava/guava-tests/test/com/google/common/hash/
H A DAbstractNonStreamingHashFunctionTest.java40 List<Hasher> hashers = ImmutableList.of(
47 RandomHasherAction.pickAtRandom(random).performAction(random, hashers);
49 HashCode[] codes = new HashCode[hashers.size()];
50 for (int i = 0; i < hashers.size(); i++) {
51 codes[i] = hashers.get(i).hash();
/external/webp/src/enc/
H A Dbackward_references_enc.c393 VP8LColorCache* const hashers,
397 const uint32_t key = VP8LColorCacheGetIndex(hashers, pixel);
398 if (VP8LColorCacheLookup(hashers, key) == pixel) {
402 VP8LColorCacheSet(hashers, key, pixel);
416 VP8LColorCache hashers; local
418 if (use_color_cache && !VP8LColorCacheInit(&hashers, cache_bits)) {
423 AddSingleLiteral(argb[0], use_color_cache, &hashers, refs);
440 VP8LColorCacheInsert(&hashers, argb[i + k]);
445 AddSingleLiteral(argb[i], use_color_cache, &hashers, refs);
449 if (use_color_cache) VP8LColorCacheClear(&hashers);
392 AddSingleLiteral(uint32_t pixel, int use_color_cache, VP8LColorCache* const hashers, VP8LBackwardRefs* const refs) argument
463 VP8LColorCache hashers; local
701 VP8LColorCache hashers[MAX_COLOR_CACHE_BITS + 1]; local
797 VP8LColorCache hashers; local
[all...]
H A Dbackward_references_cost_enc.c122 const uint32_t* const argb, VP8LColorCache* const hashers,
127 const int ix = use_color_cache ? VP8LColorCacheContains(hashers, color) : -1;
129 // use_color_cache is true and hashers contains color
134 if (use_color_cache) VP8LColorCacheInsert(hashers, color);
578 VP8LColorCache hashers; local
590 cc_init = VP8LColorCacheInit(&hashers, cache_bits);
606 AddSingleLiteralWithCostModel(argb, &hashers, cost_model, 0, use_color_cache,
615 AddSingleLiteralWithCostModel(argb, &hashers, cost_model, i,
679 if (cc_init) VP8LColorCacheClear(&hashers);
714 VP8LColorCache hashers; local
121 AddSingleLiteralWithCostModel( const uint32_t* const argb, VP8LColorCache* const hashers, const CostModel* const cost_model, int idx, int use_color_cache, float prev_cost, float* const cost, uint16_t* const dist_array) argument
[all...]
/external/lzma/CPP/7zip/Compress/
H A DCodecExports.cpp321 STDAPI GetHashers(IHashers **hashers) argument
324 *hashers = new CHashers; local
325 if (*hashers)
326 (*hashers)->AddRef();
/external/lzma/CPP/7zip/
H A DICoder.h366 typedef HRESULT (WINAPI *Func_GetHashers)(IHashers **hashers);
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 533 milliseconds