Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 982) sorted by relevance

12345678910>>...40

/third_party/vulkan-headers/include/vulkan/
Dvulkan_hash.hpp20 struct hash<VULKAN_HPP_NAMESPACE::Flags<BitType>> struct
24 …return std::hash<typename std::underlying_type<BitType>::type>{}( static_cast<typename std::underl… in operator ()()
35 struct hash<VULKAN_HPP_NAMESPACE::Instance> struct
39 return std::hash<VkInstance>{}( static_cast<VkInstance>( instance ) ); in operator ()()
44 struct hash<VULKAN_HPP_NAMESPACE::PhysicalDevice> struct
48 return std::hash<VkPhysicalDevice>{}( static_cast<VkPhysicalDevice>( physicalDevice ) ); in operator ()()
53 struct hash<VULKAN_HPP_NAMESPACE::Device> struct
57 return std::hash<VkDevice>{}( static_cast<VkDevice>( device ) ); in operator ()()
62 struct hash<VULKAN_HPP_NAMESPACE::Queue> struct
66 return std::hash<VkQueue>{}( static_cast<VkQueue>( queue ) ); in operator ()()
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dhash.hpp44 struct hash<glm::tvec1<T,P> > struct
50 struct hash<glm::tvec2<T,P> > struct
56 struct hash<glm::tvec3<T,P> > struct
62 struct hash<glm::tvec4<T,P> > struct
68 struct hash<glm::tquat<T,P>> struct
74 struct hash<glm::tdualquat<T,P> > struct
80 struct hash<glm::tmat2x2<T,P> > struct
86 struct hash<glm::tmat2x3<T,P> > struct
92 struct hash<glm::tmat2x4<T,P> > struct
98 struct hash<glm::tmat3x2<T,P> > struct
[all …]
/third_party/rust/crates/syn/src/gen/
Dhash.rs11 fn hash<H>(&self, state: &mut H) in hash() method
21 fn hash<H>(&self, state: &mut H) in hash() method
32 fn hash<H>(&self, state: &mut H) in hash() method
46 fn hash<H>(&self, state: &mut H) in hash() method
63 fn hash<H>(&self, state: &mut H) in hash() method
75 fn hash<H>(&self, state: &mut H) in hash() method
87 fn hash<H>(&self, state: &mut H) in hash() method
182 fn hash<H>(&self, state: &mut H) in hash() method
193 fn hash<H>(&self, state: &mut H) in hash() method
203 fn hash<H>(&self, state: &mut H) in hash() method
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Duhash.cpp122 #define HASH_DELETE_KEY_VALUE(hash, keypointer, valuepointer) UPRV_BLOCK_MACRO_BEGIN { \ argument
146 _uhash_setElement(UHashtable *hash, UHashElement* e, in _uhash_setElement()
186 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) { in _uhash_internalRemoveElement()
195 _uhash_internalSetResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) { in _uhash_internalSetResizePolicy()
213 _uhash_allocate(UHashtable *hash, in _uhash_allocate()
336 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find()
397 _uhash_rehash(UHashtable *hash, UErrorCode *status) { in _uhash_rehash()
440 _uhash_remove(UHashtable *hash, in _uhash_remove()
465 _uhash_put(UHashtable *hash, in _uhash_put()
593 uhash_close(UHashtable *hash) { in uhash_close()
[all …]
/third_party/icu/icu4c/source/common/
Duhash.cpp122 #define HASH_DELETE_KEY_VALUE(hash, keypointer, valuepointer) UPRV_BLOCK_MACRO_BEGIN { \ argument
146 _uhash_setElement(UHashtable *hash, UHashElement* e, in _uhash_setElement()
186 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) { in _uhash_internalRemoveElement()
195 _uhash_internalSetResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) { in _uhash_internalSetResizePolicy()
213 _uhash_allocate(UHashtable *hash, in _uhash_allocate()
336 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find()
397 _uhash_rehash(UHashtable *hash, UErrorCode *status) { in _uhash_rehash()
440 _uhash_remove(UHashtable *hash, in _uhash_remove()
465 _uhash_put(UHashtable *hash, in _uhash_put()
593 uhash_close(UHashtable *hash) { in uhash_close()
[all …]
/third_party/node/deps/icu-small/source/common/
Duhash.cpp122 #define HASH_DELETE_KEY_VALUE(hash, keypointer, valuepointer) UPRV_BLOCK_MACRO_BEGIN { \ argument
146 _uhash_setElement(UHashtable *hash, UHashElement* e, in _uhash_setElement()
186 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) { in _uhash_internalRemoveElement()
195 _uhash_internalSetResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) { in _uhash_internalSetResizePolicy()
213 _uhash_allocate(UHashtable *hash, in _uhash_allocate()
336 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find()
397 _uhash_rehash(UHashtable *hash, UErrorCode *status) { in _uhash_rehash()
440 _uhash_remove(UHashtable *hash, in _uhash_remove()
465 _uhash_put(UHashtable *hash, in _uhash_put()
593 uhash_close(UHashtable *hash) { in uhash_close()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duhash.cpp122 #define HASH_DELETE_KEY_VALUE(hash, keypointer, valuepointer) \ argument
143 _uhash_setElement(UHashtable *hash, UHashElement* e, in _uhash_setElement()
183 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) { in _uhash_internalRemoveElement()
192 _uhash_internalSetResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) { in _uhash_internalSetResizePolicy()
210 _uhash_allocate(UHashtable *hash, in _uhash_allocate()
333 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find()
395 _uhash_rehash(UHashtable *hash, UErrorCode *status) { in _uhash_rehash()
438 _uhash_remove(UHashtable *hash, in _uhash_remove()
463 _uhash_put(UHashtable *hash, in _uhash_put()
590 uhash_close(UHashtable *hash) { in uhash_close()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c77 cso_hash_create_node(struct cso_hash *hash, in cso_hash_create_node()
95 static void cso_data_rehash(struct cso_hash *hash, int hint) in cso_data_rehash()
144 static void cso_data_might_grow(struct cso_hash *hash) in cso_data_might_grow()
150 static void cso_data_has_shrunk(struct cso_hash *hash) in cso_data_has_shrunk()
159 static struct cso_node *cso_data_first_node(struct cso_hash *hash) in cso_data_first_node()
173 struct cso_hash_iter cso_hash_insert(struct cso_hash *hash, in cso_hash_insert()
189 void cso_hash_init(struct cso_hash *hash) in cso_hash_init()
200 void cso_hash_deinit(struct cso_hash *hash) in cso_hash_deinit()
254 void *cso_hash_take(struct cso_hash *hash, unsigned akey) in cso_hash_take()
270 struct cso_hash_iter cso_hash_first_node(struct cso_hash *hash) in cso_hash_first_node()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dfthash.c107 FT_Hash hash ) in hash_bucket()
132 hash_rehash( FT_Hash hash, in hash_rehash()
166 hash_init( FT_Hash hash, in hash_init()
196 ft_hash_str_init( FT_Hash hash, in ft_hash_str_init()
204 ft_hash_num_init( FT_Hash hash, in ft_hash_num_init()
212 ft_hash_str_free( FT_Hash hash, in ft_hash_str_free()
236 FT_Hash hash, in hash_insert()
274 FT_Hash hash, in ft_hash_str_insert()
289 FT_Hash hash, in ft_hash_num_insert()
303 FT_Hash hash ) in hash_lookup()
[all …]
/third_party/freetype/src/base/
Dfthash.c106 FT_Hash hash ) in hash_bucket()
131 hash_rehash( FT_Hash hash, in hash_rehash()
165 hash_init( FT_Hash hash, in hash_init()
195 ft_hash_str_init( FT_Hash hash, in ft_hash_str_init()
203 ft_hash_num_init( FT_Hash hash, in ft_hash_num_init()
211 ft_hash_str_free( FT_Hash hash, in ft_hash_str_free()
235 FT_Hash hash, in hash_insert()
273 FT_Hash hash, in ft_hash_str_insert()
288 FT_Hash hash, in ft_hash_num_insert()
302 FT_Hash hash ) in hash_lookup()
[all …]
/third_party/skia/third_party/externals/freetype/src/base/
Dfthash.c106 FT_Hash hash ) in hash_bucket()
131 hash_rehash( FT_Hash hash, in hash_rehash()
165 hash_init( FT_Hash hash, in hash_init()
195 ft_hash_str_init( FT_Hash hash, in ft_hash_str_init()
203 ft_hash_num_init( FT_Hash hash, in ft_hash_num_init()
211 ft_hash_str_free( FT_Hash hash, in ft_hash_str_free()
235 FT_Hash hash, in hash_insert()
273 FT_Hash hash, in ft_hash_str_insert()
288 FT_Hash hash, in ft_hash_num_insert()
302 FT_Hash hash ) in hash_lookup()
[all …]
/third_party/rust/crates/rust-openssl/openssl/src/
Dsha.rs53 let mut hash = MaybeUninit::<[u8; 20]>::uninit(); localVariable
64 let mut hash = MaybeUninit::<[u8; 28]>::uninit(); localVariable
75 let mut hash = MaybeUninit::<[u8; 32]>::uninit(); localVariable
86 let mut hash = MaybeUninit::<[u8; 48]>::uninit(); localVariable
97 let mut hash = MaybeUninit::<[u8; 64]>::uninit(); localVariable
149 let mut hash = MaybeUninit::<[u8; 20]>::uninit(); localVariable
195 let mut hash = MaybeUninit::<[u8; 28]>::uninit(); localVariable
241 let mut hash = MaybeUninit::<[u8; 32]>::uninit(); localVariable
287 let mut hash = MaybeUninit::<[u8; 48]>::uninit(); localVariable
333 let mut hash= MaybeUninit::<[u8; 64]>::uninit(); localVariable
/third_party/libabigail/src/
Dabg-hash.cc68 uint32_t hash = offset_basis; in fnv_hash() local
125 struct decl_base::hash struct in abigail::decl_base
128 operator()(const decl_base& d) const in operator ()()
146 struct type_decl::hash struct in abigail::type_decl
149 operator()(const type_decl& t) const in operator ()()
191 struct scope_type_decl::hash struct in abigail::scope_type_decl
194 operator()(const scope_type_decl& t) const in operator ()()
208 struct qualified_type_def::hash struct in abigail::qualified_type_def
211 operator()(const qualified_type_def& t) const in operator ()()
225 struct pointer_type_def::hash struct in abigail::pointer_type_def
[all …]
/third_party/gn/src/gn/
Dunique_vector.h60 Node* Lookup(size_t hash, const T& item, const std::vector<T>& vector) const { in Lookup()
69 void Insert(Node* node, size_t hash, size_t index) { in Insert()
113 size_t hash; in push_back() local
125 size_t hash = Hash()(t); in push_back() local
148 size_t hash; in PushBackWithIndex() local
161 size_t hash; in PushBackWithIndex() local
213 size_t hash; in Contains() local
220 size_t hash; in IndexOf() local
228 UniqueVectorNode* Lookup(const T& t, size_t* hash) const { in Lookup()
/third_party/spirv-tools/source/util/
Dhash_combine.h35 inline size_t hash_combine(std::size_t hash, const std::vector<T>& vals) { in hash_combine()
42 inline size_t hash_combine(std::size_t hash) { return hash; } in hash_combine()
45 inline size_t hash_combine(std::size_t hash, const T& val, in hash_combine()
/third_party/vk-gl-cts/framework/delibs/debase/
DdeSha1.c155 void deSha1Stream_finalize (deSha1Stream* stream, deSha1* hash) in deSha1Stream_finalize()
195 void deSha1_compute (deSha1* hash, size_t size, const void* data) in deSha1_compute()
204 void deSha1_render (const deSha1* hash, char* buffer) in deSha1_render()
220 deBool deSha1_parse (deSha1* hash, const char* buffer) in deSha1_parse()
278 const char* const hash; in deSha1_selfTest() member
301 deSha1 hash; in deSha1_selfTest() local
313 deSha1 hash; in deSha1_selfTest() local
372 deSha1 hash; in deSha1_selfTest() local
/third_party/node/test/fixtures/wpt/url/resources/
Durltestdata.json16 "hash": "" string
31 "hash": "#c" string
46 "hash": "" string
61 "hash": "" string
76 "hash": "" string
91 "hash": "" string
106 "hash": "" string
121 "hash": "" string
136 "hash": "" string
151 "hash": "" string
[all …]
/third_party/pulseaudio/src/pulsecore/
Didxset.c62 unsigned hash = 0; in pa_idxset_string_hash_func() local
120 unsigned hash = s->hash_func(e->data) % NBUCKETS; in remove_entry() local
147 static struct idxset_entry* data_scan(pa_idxset *s, unsigned hash, const void *p) { in data_scan()
160 static struct idxset_entry* index_scan(pa_idxset *s, unsigned hash, uint32_t idx) { in index_scan()
173 unsigned hash; in pa_idxset_put() local
231 unsigned hash; in pa_idxset_get_by_index() local
245 unsigned hash; in pa_idxset_get_by_data() local
263 unsigned hash; in pa_idxset_remove_by_index() local
281 unsigned hash; in pa_idxset_remove_by_data() local
315 unsigned hash; in pa_idxset_rrobin() local
[all …]
/third_party/icu/icu4c/source/test/cintltst/
Dchashtst.c109 UHashtable *hash; in TestBasic() local
160 UHashtable *hash = uhash_open(hashChars, isEqualChars, NULL, &status); in TestAllowZero() local
209 UHashtable *hash; in TestOtherAPI() local
343 UHashtable *hash; in hashIChars() local
391 static void _put(UHashtable* hash, in _put()
430 static void _get(UHashtable* hash, in _get()
443 static void _remove(UHashtable* hash, in _remove()
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeSha1.cpp31 deSha1 hash; in parse() local
41 deSha1 hash; in compute() local
59 deSha1 hash; in finalize() local
/third_party/flutter/txt/src/utils/
DJenkinsHash.cpp31 JenkinsHashWhiten(uint32_t hash) { in JenkinsHashWhiten()
38 uint32_t JenkinsHashMixBytes(uint32_t hash, const uint8_t* bytes, size_t size) { in JenkinsHashMixBytes()
58 uint32_t JenkinsHashMixShorts(uint32_t hash, in JenkinsHashMixShorts()
/third_party/flutter/engine/flutter/third_party/txt/src/utils/
DJenkinsHash.cpp31 JenkinsHashWhiten(uint32_t hash) { in JenkinsHashWhiten()
38 uint32_t JenkinsHashMixBytes(uint32_t hash, const uint8_t* bytes, size_t size) { in JenkinsHashMixBytes()
58 uint32_t JenkinsHashMixShorts(uint32_t hash, in JenkinsHashMixShorts()
/third_party/flutter/skia/third_party/externals/dawn/src/common/
DHashUtils.h39 void HashCombine(size_t* hash, const T& value) { in HashCombine()
51 void HashCombine(size_t* hash, const T& value, const Args&... args) { in HashCombine()
73 size_t hash = 0; in Hash() local
/third_party/flutter/skia/tests/
DDynamicHashTest.cpp48 Hash hash; in DEF_TEST() local
76 Hash hash; in DEF_TEST() local
102 Hash hash; in DEF_TEST() local
114 Hash hash; in DEF_TEST() local
149 Hash hash; in DEF_TEST() local
175 Hash hash; in TestIter() local
228 Hash hash; in TestResetOrRewind() local
/third_party/toybox/toys/lsb/
Dmd5sum.c251 struct hash { in do_lib_hash() struct
252 char *name; in do_lib_hash()
253 int (*init)(void *); in do_lib_hash()
254 int (*update)(void *, void *, size_t); in do_lib_hash()
255 int (*final)(void *, void *); in do_lib_hash()
256 int digest_length; in do_lib_hash()
266 }, * hash; in do_lib_hash() local

12345678910>>...40