/external/guava/android/guava/src/com/google/common/collect/ |
D | RegularImmutableMap.java | 70 @CheckForNull private final transient Object hashTable; field in RegularImmutableMap 87 Object hashTable = createHashTable(alternatingKeysAndValues, n, tableSize, 0); in create() local 142 short[] hashTable = new short[tableSize]; in createHashTable() local 167 int[] hashTable = new int[tableSize]; in createHashTable() local 204 private RegularImmutableMap( in RegularImmutableMap() 262 short[] hashTable = (short[]) hashTableObject; in get() local 274 int[] hashTable = (int[]) hashTableObject; in get() local
|
D | LinkedHashMultimap.java | 361 @VisibleForTesting @Nullable ValueEntry<K, V>[] hashTable; field in LinkedHashMultimap.ValueSet 379 ValueEntry<K, V>[] hashTable = new @Nullable ValueEntry[tableSize]; in ValueSet() local 494 ValueEntry<K, V>[] hashTable = new ValueEntry[this.hashTable.length * 2]; in rehashIfNecessary() local
|
D | HashBiMap.java | 230 int[] hashTable, in findEntry()
|
/external/guava/guava/src/com/google/common/collect/ |
D | RegularImmutableMultiset.java | 54 ImmutableEntry<E>[] hashTable = new @Nullable ImmutableEntry[tableSize]; in create() local 88 private static boolean hashFloodingDetected(@Nullable ImmutableEntry<?>[] hashTable) { in hashFloodingDetected() 121 private final transient @Nullable ImmutableEntry<?>[] hashTable; field in RegularImmutableMultiset 129 @Nullable ImmutableEntry<?>[] hashTable, in RegularImmutableMultiset() 161 @Nullable ImmutableEntry<?>[] hashTable = this.hashTable; in count() local
|
D | LinkedHashMultimap.java | 365 @VisibleForTesting @Nullable ValueEntry<K, V>[] hashTable; field in LinkedHashMultimap.ValueSet 383 ValueEntry<K, V>[] hashTable = new @Nullable ValueEntry[tableSize]; in ValueSet() local 508 ValueEntry<K, V>[] hashTable = new ValueEntry[this.hashTable.length * 2]; in rehashIfNecessary() local
|
/external/guava/guava-tests/benchmark/com/google/common/collect/ |
D | ImmutableSetHashFloodingDetectionBenchmark.java | 62 boolean hashFloodingDetected(Object[] hashTable) { in hashFloodingDetected() 102 boolean hashFloodingDetected(Object[] hashTable) { in hashFloodingDetected() 150 boolean hashFloodingDetected(Object[] hashTable) { in hashFloodingDetected()
|
/external/lz4/lib/ |
D | lz4.c | 730 case byPtr: { const BYTE** hashTable = (const BYTE**)tableBase; hashTable[h] = NULL; return; } in LZ4_clearHash() local 731 case byU32: { U32* hashTable = (U32*) tableBase; hashTable[h] = 0; return; } in LZ4_clearHash() local 732 case byU16: { U16* hashTable = (U16*) tableBase; hashTable[h] = 0; return; } in LZ4_clearHash() local 743 case byU32: { U32* hashTable = (U32*) tableBase; hashTable[h] = idx; return; } in LZ4_putIndexOnHash() local 744 …case byU16: { U16* hashTable = (U16*) tableBase; assert(idx < 65536); hashTable[h] = (U16)idx; ret… in LZ4_putIndexOnHash() local 755 case byPtr: { const BYTE** hashTable = (const BYTE**)tableBase; hashTable[h] = p; return; } in LZ4_putPositionOnHash() local 756 case byU32: { U32* hashTable = (U32*) tableBase; hashTable[h] = (U32)(p-srcBase); return; } in LZ4_putPositionOnHash() local 757 case byU16: { U16* hashTable = (U16*) tableBase; hashTable[h] = (U16)(p-srcBase); return; } in LZ4_putPositionOnHash() local 777 const U32* const hashTable = (const U32*) tableBase; in LZ4_getIndexOnHash() local 782 const U16* const hashTable = (const U16*) tableBase; in LZ4_getIndexOnHash() local [all …]
|
D | lz4hc.h | 204 LZ4_u32 hashTable[LZ4HC_HASHTABLESIZE]; member
|
D | lz4.h | 597 LZ4_u32 hashTable[LZ4_HASH_SIZE_U32]; member
|
D | lz4hc.c | 121 U32* const hashTable = hc4->hashTable; in LZ4HC_Insert() local
|
/external/zstd/lib/compress/ |
D | zstd_fast.c | 20 U32* const hashTable = ms->hashTable; in ZSTD_fillHashTable() local 99 U32* const hashTable = ms->hashTable; in ZSTD_compressBlock_fast_noDict_generic() local 377 U32* const hashTable = ms->hashTable; in ZSTD_compressBlock_fast_dictMatchState_generic() local 553 U32* const hashTable = ms->hashTable; in ZSTD_compressBlock_fast_extDict_generic() local
|
D | zstd_lazy.c | 25 U32* const hashTable = ms->hashTable; in ZSTD_updateDUBT() local 238 U32* const hashTable = ms->hashTable; in ZSTD_DUBT_findBestMatch() local 402 U32* const hashTable = ms->hashTable; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local 622 U32* const hashTable = ms->hashTable; in ZSTD_insertAndFindFirstIndex_internal() local 851 FORCE_INLINE_TEMPLATE void ZSTD_row_prefetch(U32 const* hashTable, U16 const* tagTable, U32 const r… in ZSTD_row_prefetch() 874 U32 const* const hashTable = ms->hashTable; in ZSTD_row_fillHashCache() local 896 FORCE_INLINE_TEMPLATE U32 ZSTD_row_nextCachedHash(U32* cache, U32 const* hashTable, in ZSTD_row_nextCachedHash() 918 U32* const hashTable = ms->hashTable; in ZSTD_row_update_internalImpl() local 1135 U32* const hashTable = ms->hashTable; in ZSTD_RowFindBestMatch() local
|
D | zstd_opt.c | 405 U32* const hashTable = ms->hashTable; in ZSTD_insertBt1() local 559 U32* const hashTable = ms->hashTable; in ZSTD_insertBtAndGetAllMatches() local
|
D | zstd_compress_internal.h | 224 U32* hashTable; member 261 ldmEntry_t* hashTable; member
|
/external/icu/icu4c/source/tools/gensprep/ |
D | store.c | 212 static UHashtable* hashTable = NULL; variable
|
/external/zstd/lib/legacy/ |
D | zstd_v01.c | 1434 __m256i hashTable[HASH_TABLESIZE>>3]; member 1436 U32 hashTable[HASH_TABLESIZE]; member
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 90768 uint32_t hashTable[4096]; member 90981 U32 *hashTable; member
|
D | vmlinux.h | 90768 uint32_t hashTable[4096]; member 90981 U32 *hashTable; member
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 57482 uint32_t hashTable[4096]; member 57695 U32 *hashTable; member
|
D | vmlinux_510.h | 57482 uint32_t hashTable[4096]; member 57695 U32 *hashTable; member
|