Home
last modified time | relevance | path

Searched defs:hash_table (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/util/
Dhash_table.h46 struct hash_table { struct
61 struct hash_table * argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/cuda_impl/
Dhash.cu21 __global__ void HashSwapOut(const T *hash_table, T *swap_out_value, const int *swap_out_index, cons… in HashSwapOut()
33 __global__ void HashSwapIn(T *hash_table, const T *swap_in_value, const int *swap_in_index, const i… in HashSwapIn()
45 void DoHashSwapOut(const T *hash_table, T *swap_out_value, const int *swap_out_index, const int ind… in DoHashSwapOut()
53 void DoHashSwapIn(T *hash_table, const T *swap_in_value, const int *swap_in_index, const int index_… in DoHashSwapIn()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dhash_impl.cu20 __global__ void HashSwapOut(const T *hash_table, T *swap_out_value, const int *swap_out_index, cons… in HashSwapOut()
32 __global__ void HashSwapIn(T *hash_table, const T *swap_in_value, const int *swap_in_index, const i… in HashSwapIn()
44 cudaError_t DoHashSwapOut(const T *hash_table, T *swap_out_value, const int *swap_out_index, const … in DoHashSwapOut()
52 cudaError_t DoHashSwapIn(T *hash_table, const T *swap_in_value, const int *swap_in_index, const int… in DoHashSwapIn()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_transfer_frag_store.h42 struct hash_table *hash_table; member
/third_party/grpc/src/php/ext/grpc/
Dchannel.h26 #define ZEND_HASH_INIT(hash_table, limit, descriptor, zend_bool) _zend_hash_init(hash_table, limit,… argument
28 #define ZEND_HASH_INIT(hash_table, limit, descriptor, zend_bool) zend_hash_init_ex(hash_table, limi… argument
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/plugin/device/cpu/hal/
Dcpu_hash_table_test.cc44 CPUHashTable<Key, Value> hash_table(value_dim, "ones"); in TEST_F() local
147 CPUHashTable<Key, Value> hash_table(value_dim, 0.0); in TEST_F() local
282 CPUHashTable<Key, Value> hash_table(value_dim, 0.0); in TEST_F() local
/third_party/ncurses/ncurses/
Dreport_hashing.c44 const HashValue *hash_table = _nc_get_hash_table(termcap); in check_names() local
/third_party/ncurses/ncurses/tinfo/
Dmake_hash.c115 HashValue * hash_table, in _nc_make_hash_table()
252 HashValue *hash_table = typeCalloc(HashValue, HASHTABSIZE); in main() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dmap_tensor.cc145 const auto &hash_table = user_data->get<HashTable<int, float>>(kUserDataData); in ExportDataFromDevice() local
156 const auto &hash_table = user_data->get<HashTable<int64_t, float>>(kUserDataData); in ExportDataFromDevice() local
/third_party/mesa3d/src/compiler/glsl/
Dir_constant_expression.cpp570 ir_rvalue::constant_expression_value(void *, struct hash_table *) in constant_expression_value()
874 ir_texture::constant_expression_value(void *, struct hash_table *) in constant_expression_value()
1023 struct hash_table *) in constant_expression_value()
1034 ir_assignment::constant_expression_value(void *, struct hash_table *) in constant_expression_value()
1042 ir_constant::constant_expression_value(void *, struct hash_table *) in constant_expression_value()
Dir.h2398 virtual ir_barrier *clone(void *mem_ctx, struct hash_table *) const in clone()
/third_party/openssl/apps/
Drehash.c103 static BUCKET *hash_table[257]; variable
/third_party/selinux/libselinux/src/
Dlabel_file.c114 hashtab_t hash_table = hashtab_create(symhash, symcmp, hashtab_len); in nodups_specs() local
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c1467 struct hash_table_u64 *hash_table = _mesa_hash_table_u64_create(NULL); in dxil_nir_split_typed_samplers() local