Home
last modified time | relevance | path

Searched defs:hashTable (Results 1 – 20 of 20) sorted by relevance

/external/guava/android/guava/src/com/google/common/collect/
DRegularImmutableMap.java70 @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
DLinkedHashMultimap.java361 @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
DHashBiMap.java230 int[] hashTable, in findEntry()
/external/guava/guava/src/com/google/common/collect/
DRegularImmutableMultiset.java54 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
DLinkedHashMultimap.java365 @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/
DImmutableSetHashFloodingDetectionBenchmark.java62 boolean hashFloodingDetected(Object[] hashTable) { in hashFloodingDetected()
102 boolean hashFloodingDetected(Object[] hashTable) { in hashFloodingDetected()
150 boolean hashFloodingDetected(Object[] hashTable) { in hashFloodingDetected()
/external/lz4/lib/
Dlz4.c730 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 …]
Dlz4hc.h204 LZ4_u32 hashTable[LZ4HC_HASHTABLESIZE]; member
Dlz4.h597 LZ4_u32 hashTable[LZ4_HASH_SIZE_U32]; member
Dlz4hc.c121 U32* const hashTable = hc4->hashTable; in LZ4HC_Insert() local
/external/zstd/lib/compress/
Dzstd_fast.c20 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
Dzstd_lazy.c25 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
Dzstd_opt.c405 U32* const hashTable = ms->hashTable; in ZSTD_insertBt1() local
559 U32* const hashTable = ms->hashTable; in ZSTD_insertBtAndGetAllMatches() local
Dzstd_compress_internal.h224 U32* hashTable; member
261 ldmEntry_t* hashTable; member
/external/icu/icu4c/source/tools/gensprep/
Dstore.c212 static UHashtable* hashTable = NULL; variable
/external/zstd/lib/legacy/
Dzstd_v01.c1434 __m256i hashTable[HASH_TABLESIZE>>3]; member
1436 U32 hashTable[HASH_TABLESIZE]; member
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h90768 uint32_t hashTable[4096]; member
90981 U32 *hashTable; member
Dvmlinux.h90768 uint32_t hashTable[4096]; member
90981 U32 *hashTable; member
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h57482 uint32_t hashTable[4096]; member
57695 U32 *hashTable; member
Dvmlinux_510.h57482 uint32_t hashTable[4096]; member
57695 U32 *hashTable; member