Home
last modified time | relevance | path

Searched defs:HashTable (Results 1 – 16 of 16) sorted by relevance

/third_party/libdrm/
Dxf86drmHash.h38 typedef struct HashTable { struct
47 } HashTable, *HashTablePtr; typedef
/third_party/giflib/
Dgif_hash.c40 GifHashTableType *HashTable; in _InitHashTable() local
55 void _ClearHashTable(GifHashTableType *HashTable) in _ClearHashTable()
64 void _InsertHashTable(GifHashTableType *HashTable, uint32_t Key, int Code) in _InsertHashTable()
87 int _ExistsHashTable(GifHashTableType *HashTable, uint32_t Key) in _ExistsHashTable()
Dgif_lib_private.h59 GifHashTableType *HashTable; member
Degif_lib.c897 GifHashTableType *HashTable; in EGifCompressLine() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DStringMap.cpp81 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in LookupBucketFor() local
135 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in FindKey() local
198 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in RehashTable() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DStringMap.cpp85 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in LookupBucketFor() local
139 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in FindKey() local
202 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in RehashTable() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DHashTable.h34 template <typename ValueT> class HashTable; variable
41 friend HashTable<ValueT>; variable
115 HashTable() { Buckets.resize(8); } in HashTable() function
116 explicit HashTable(uint32_t Capacity) { in HashTable() function
/third_party/boost/libs/hana/include/boost/hana/
Dmap.hpp204 using HashTable = typename detail::make_hash_table< typedef
279 using HashTable = typename RawMap::hash_table_type; in helper() typedef
310 using HashTable = typename RawMap::hash_table_type; in apply() typedef
408 using HashTable = typename RawMap::hash_table_type; in apply() typedef
433 using HashTable = typename RawMap::hash_table_type; in apply() typedef
474 using HashTable = typename RawMap::hash_table_type; in apply() typedef
/third_party/boost/boost/hana/
Dmap.hpp204 using HashTable = typename detail::make_hash_table< typedef
279 using HashTable = typename RawMap::hash_table_type; in helper() typedef
310 using HashTable = typename RawMap::hash_table_type; in apply() typedef
408 using HashTable = typename RawMap::hash_table_type; in apply() typedef
433 using HashTable = typename RawMap::hash_table_type; in apply() typedef
474 using HashTable = typename RawMap::hash_table_type; in apply() typedef
/third_party/typescript/tests/baselines/reference/
DparserRealSource4.js468 var HashTable = /** @class */ (function () { class
469 function HashTable(size, hashFn, equalsFn) { class in anonymousFunction1aaa878f0100.HashTable
479 HashTable.prototype.add = function (key, data) { class
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource4.ts193 export class HashTable { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringMap.h265 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1), in StringMap() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringMap.h279 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1), in StringMap() local
/third_party/glib/gio/gvdb/
Dgvdb-builder.c166 } HashTable; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp179 using HashTable = DenseMap<BlockNode::IndexType, Weight>; in combineWeightsByHashing() typedef
/third_party/lz4/lib/
Dlz4hc.c251 U32* const HashTable = hc4->hashTable; in LZ4HC_InsertAndGetWiderMatch() local