/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 13962 struct hash<VULKAN_HPP_NAMESPACE::Flags<BitType>> struct 13966 return std::hash<typename std::underlying_type<BitType>::type>{}( 13974 struct hash<VULKAN_HPP_NAMESPACE::Instance> struct 13978 return std::hash<VkInstance>{}( static_cast<VkInstance>( instance ) ); 13983 struct hash<VULKAN_HPP_NAMESPACE::PhysicalDevice> struct 13987 return std::hash<VkPhysicalDevice>{}( static_cast<VkPhysicalDevice>( physicalDevice ) ); 13992 struct hash<VULKAN_HPP_NAMESPACE::Device> struct 13996 return std::hash<VkDevice>{}( static_cast<VkDevice>( device ) ); 14001 struct hash<VULKAN_HPP_NAMESPACE::Queue> struct 14005 return std::hash<VkQueu 14010 struct hash<VULKAN_HPP_NAMESPACE::DeviceMemory> global() struct 14019 struct hash<VULKAN_HPP_NAMESPACE::Fence> global() struct 14028 struct hash<VULKAN_HPP_NAMESPACE::Semaphore> global() struct 14037 struct hash<VULKAN_HPP_NAMESPACE::Event> global() struct 14046 struct hash<VULKAN_HPP_NAMESPACE::QueryPool> global() struct 14055 struct hash<VULKAN_HPP_NAMESPACE::Buffer> global() struct 14064 struct hash<VULKAN_HPP_NAMESPACE::BufferView> global() struct 14073 struct hash<VULKAN_HPP_NAMESPACE::Image> global() struct 14082 struct hash<VULKAN_HPP_NAMESPACE::ImageView> global() struct 14091 struct hash<VULKAN_HPP_NAMESPACE::ShaderModule> global() struct 14100 struct hash<VULKAN_HPP_NAMESPACE::PipelineCache> global() struct 14109 struct hash<VULKAN_HPP_NAMESPACE::Pipeline> global() struct 14118 struct hash<VULKAN_HPP_NAMESPACE::PipelineLayout> global() struct 14127 struct hash<VULKAN_HPP_NAMESPACE::Sampler> global() struct 14136 struct hash<VULKAN_HPP_NAMESPACE::DescriptorPool> global() struct 14145 struct hash<VULKAN_HPP_NAMESPACE::DescriptorSet> global() struct 14154 struct hash<VULKAN_HPP_NAMESPACE::DescriptorSetLayout> global() struct 14164 struct hash<VULKAN_HPP_NAMESPACE::Framebuffer> global() struct 14173 struct hash<VULKAN_HPP_NAMESPACE::RenderPass> global() struct 14182 struct hash<VULKAN_HPP_NAMESPACE::CommandPool> global() struct 14191 struct hash<VULKAN_HPP_NAMESPACE::CommandBuffer> global() struct 14202 struct hash<VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion> global() struct 14212 struct hash<VULKAN_HPP_NAMESPACE::DescriptorUpdateTemplate> global() struct 14225 struct hash<VULKAN_HPP_NAMESPACE::SurfaceKHR> global() struct 14236 struct hash<VULKAN_HPP_NAMESPACE::SwapchainKHR> global() struct 14247 struct hash<VULKAN_HPP_NAMESPACE::DisplayKHR> global() struct 14256 struct hash<VULKAN_HPP_NAMESPACE::DisplayModeKHR> global() struct 14267 struct hash<VULKAN_HPP_NAMESPACE::DebugReportCallbackEXT> global() struct 14280 struct hash<VULKAN_HPP_NAMESPACE::VideoSessionKHR> global() struct 14289 struct hash<VULKAN_HPP_NAMESPACE::VideoSessionParametersKHR> global() struct 14303 struct hash<VULKAN_HPP_NAMESPACE::CuModuleNVX> global() struct 14312 struct hash<VULKAN_HPP_NAMESPACE::CuFunctionNVX> global() struct 14323 struct hash<VULKAN_HPP_NAMESPACE::DebugUtilsMessengerEXT> global() struct 14335 struct hash<VULKAN_HPP_NAMESPACE::AccelerationStructureKHR> global() struct 14348 struct hash<VULKAN_HPP_NAMESPACE::ValidationCacheEXT> global() struct 14360 struct hash<VULKAN_HPP_NAMESPACE::AccelerationStructureNV> global() struct 14373 struct hash<VULKAN_HPP_NAMESPACE::PerformanceConfigurationINTEL> global() struct 14386 struct hash<VULKAN_HPP_NAMESPACE::DeferredOperationKHR> global() struct 14398 struct hash<VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV> global() struct 14411 struct hash<VULKAN_HPP_NAMESPACE::PrivateDataSlotEXT> global() struct 14424 struct hash<VULKAN_HPP_NAMESPACE::BufferCollectionFUCHSIA> global() struct [all...] |
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_qpack.c | 747 bucket = &map->table[ent->hash & (NGHTTP3_QPACK_MAP_SIZE - 1)]; in qpack_map_insert() 762 dst = &map->table[ent->hash & (NGHTTP3_QPACK_MAP_SIZE - 1)]; in qpack_map_remove() 793 uint32_t hash, uint64_t krcnt, in encoder_qpack_map_find() 801 for (p = encoder->dtable_map.table[hash & (NGHTTP3_QPACK_MAP_SIZE - 1)]; p; in encoder_qpack_map_find() 804 (token == -1 && (hash != p->hash || !qpack_nv_name_eq(&p->nv, nv))) || in encoder_qpack_map_find() 1420 uint32_t hash = 0; in nghttp3_qpack_encoder_encode_nv() local 1432 hash = token_stable[token].hash; in nghttp3_qpack_encoder_encode_nv() 1436 hash in nghttp3_qpack_encoder_encode_nv() 788 encoder_qpack_map_find(nghttp3_qpack_encoder *encoder, int *exact_match, nghttp3_qpack_entry **pmatch, nghttp3_qpack_entry **ppb_match, const nghttp3_nv *nv, int32_t token, uint32_t hash, uint64_t krcnt, int allow_blocking, int name_only) encoder_qpack_map_find() argument 1612 nghttp3_qpack_encoder_lookup_dtable( nghttp3_qpack_encoder *encoder, const nghttp3_nv *nv, int32_t token, uint32_t hash, nghttp3_qpack_indexing_mode indexing_mode, uint64_t krcnt, int allow_blocking) nghttp3_qpack_encoder_lookup_dtable() argument 2021 nghttp3_qpack_context_dtable_add(nghttp3_qpack_context *ctx, nghttp3_qpack_nv *qnv, nghttp3_qpack_map *dtable_map, uint32_t hash) nghttp3_qpack_context_dtable_add() argument 2086 nghttp3_qpack_encoder_dtable_static_add(nghttp3_qpack_encoder *encoder, uint64_t absidx, const nghttp3_nv *nv, uint32_t hash) nghttp3_qpack_encoder_dtable_static_add() argument 2116 nghttp3_qpack_encoder_dtable_dynamic_add(nghttp3_qpack_encoder *encoder, uint64_t absidx, const nghttp3_nv *nv, uint32_t hash) nghttp3_qpack_encoder_dtable_dynamic_add() argument 2168 nghttp3_qpack_encoder_dtable_literal_add(nghttp3_qpack_encoder *encoder, const nghttp3_nv *nv, int32_t token, uint32_t hash) nghttp3_qpack_encoder_dtable_literal_add() argument 2216 nghttp3_qpack_entry_init(nghttp3_qpack_entry *ent, nghttp3_qpack_nv *qnv, size_t sum, uint64_t absidx, uint32_t hash) nghttp3_qpack_entry_init() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_mac.c | 264 struct zd_mc_hash hash; in set_mc_hash() local 265 zd_mc_clear(&hash); in set_mc_hash() 266 return zd_chip_set_multicast_hash(&mac->chip, &hash); in set_mc_hash() 296 /* Wait after setting the multicast hash table and powering on in zd_op_start() 1204 struct zd_mc_hash hash; in zd_op_prepare_multicast() local 1207 zd_mc_clear(&hash); in zd_op_prepare_multicast() 1211 zd_mc_add_addr(&hash, ha->addr); in zd_op_prepare_multicast() 1214 return hash.low | ((u64)hash.high << 32); in zd_op_prepare_multicast() 1225 struct zd_mc_hash hash in zd_op_configure_filter() local [all...] |
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | elf.c | 146 elf_hash_for_each_possible(elf->section_hash, sec, hash, idx) in find_section_by_index() 157 elf_hash_for_each_possible(elf->symbol_hash, sym, hash, idx) in find_symbol_by_index() 243 elf_hash_for_each_possible(elf->reloc_hash, reloc, hash, in find_reloc_by_dest_range() 328 elf_hash_add(elf->section_hash, &sec->hash, sec->idx); in read_sections() 364 elf_hash_add(elf->symbol_hash, &sym->hash, sym->idx); in elf_add_symbol() 534 elf_hash_add(elf->reloc_hash, &reloc->hash, reloc_hash(reloc)); in elf_add_reloc() 731 hlist_del(&old->hash); in elf_create_section_symbol() 732 elf_hash_add(elf->symbol_hash, &old->hash, old->idx); in elf_create_section_symbol() 862 elf_hash_add(elf->reloc_hash, &reloc->hash, reloc_hash(reloc)); in read_relocs() 1053 elf_hash_add(elf->section_hash, &sec->hash, se in elf_create_section() [all...] |
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | dfs_cache.c | 319 static int cache_entry_hash(const void *data, int size, unsigned int *hash) in cache_entry_hash() argument 335 *hash = h % CACHE_HTABLE_SIZE; in cache_entry_hash() 480 unsigned int hash; in add_cache_entry_locked() local 490 rc = cache_entry_hash(refs[0].path_name, strlen(refs[0].path_name), &hash); in add_cache_entry_locked() 501 hlist_add_head(&ce->hlist, &cache_htable[hash]); in add_cache_entry_locked() 535 static struct cache_entry *__lookup_cache_entry(const char *path, unsigned int hash, int len) in __lookup_cache_entry() argument 539 hlist_for_each_entry(ce, &cache_htable[hash], hlist) { in __lookup_cache_entry() 549 * Find a DFS cache entry in hash table and optionally check prefix path against normalized @path. 563 unsigned int hash; in lookup_cache_entry() local 570 rc = cache_entry_hash(path, strlen(path), &hash); in lookup_cache_entry() [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | cryptd.c | 15 #include <crypto/internal/hash.h> 436 struct crypto_shash *hash; in cryptd_hash_init_tfm() local 438 hash = crypto_spawn_shash(spawn); in cryptd_hash_init_tfm() 439 if (IS_ERR(hash)) in cryptd_hash_init_tfm() 440 return PTR_ERR(hash); in cryptd_hash_init_tfm() 442 ctx->child = hash; in cryptd_hash_init_tfm() 445 crypto_shash_descsize(hash)); in cryptd_hash_init_tfm() 454 struct crypto_shash *hash; in cryptd_hash_clone_tfm() local 456 hash = crypto_clone_shash(ctx->child); in cryptd_hash_clone_tfm() 457 if (IS_ERR(hash)) in cryptd_hash_clone_tfm() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_mac.c | 264 struct zd_mc_hash hash; in set_mc_hash() local 265 zd_mc_clear(&hash); in set_mc_hash() 266 return zd_chip_set_multicast_hash(&mac->chip, &hash); in set_mc_hash() 296 /* Wait after setting the multicast hash table and powering on in zd_op_start() 1204 struct zd_mc_hash hash; in zd_op_prepare_multicast() local 1207 zd_mc_clear(&hash); in zd_op_prepare_multicast() 1211 zd_mc_add_addr(&hash, ha->addr); in zd_op_prepare_multicast() 1214 return hash.low | ((u64)hash.high << 32); in zd_op_prepare_multicast() 1225 struct zd_mc_hash hash in zd_op_configure_filter() local [all...] |
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
H A D | qat_algs.c | 10 #include <crypto/hash.h> 42 struct icp_qat_hw_auth_algo_blk hash; member 45 struct icp_qat_hw_auth_algo_blk hash; member 97 static int qat_alg_do_precomputes(struct icp_qat_hw_auth_algo_blk *hash, in qat_alg_do_precomputes() argument 138 hash_state_out = (__be32 *)hash->sha.state1; in qat_alg_do_precomputes() 174 hash_state_out = (__be32 *)(hash->sha.state1 + offset); in qat_alg_do_precomputes() 248 struct icp_qat_hw_auth_algo_blk *hash = in qat_alg_aead_init_enc_session() local 261 hash->sha.inner_setup.auth_config.config = in qat_alg_aead_init_enc_session() 264 hash->sha.inner_setup.auth_counter.counter = in qat_alg_aead_init_enc_session() 267 if (qat_alg_do_precomputes(hash, ct in qat_alg_aead_init_enc_session() 328 struct icp_qat_hw_auth_algo_blk *hash = &dec_ctx->hash; qat_alg_aead_init_dec_session() local 1210 qat_alg_aead_init(struct crypto_aead *tfm, enum icp_qat_hw_auth_algo hash, const char *hash_name) qat_alg_aead_init() argument [all...] |
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_algs.c | 12 #include <crypto/hash.h> 55 struct icp_qat_hw_auth_algo_blk hash; member 58 struct icp_qat_hw_auth_algo_blk hash; member 111 static int qat_alg_do_precomputes(struct icp_qat_hw_auth_algo_blk *hash, in qat_alg_do_precomputes() argument 152 hash_state_out = (__be32 *)hash->sha.state1; in qat_alg_do_precomputes() 188 hash_state_out = (__be32 *)(hash->sha.state1 + offset); in qat_alg_do_precomputes() 245 struct icp_qat_hw_auth_algo_blk *hash = in qat_alg_aead_init_enc_session() local 258 hash->sha.inner_setup.auth_config.config = in qat_alg_aead_init_enc_session() 261 hash->sha.inner_setup.auth_counter.counter = in qat_alg_aead_init_enc_session() 264 if (qat_alg_do_precomputes(hash, ct in qat_alg_aead_init_enc_session() 325 struct icp_qat_hw_auth_algo_blk *hash = &dec_ctx->hash; qat_alg_aead_init_dec_session() local 1152 qat_alg_aead_init(struct crypto_aead *tfm, enum icp_qat_hw_auth_algo hash, const char *hash_name) qat_alg_aead_init() argument [all...] |
/third_party/nghttp2/lib/ |
H A D | nghttp2_hd.c | 495 ent->hash = 0; in nghttp2_hd_entry_init() 536 bucket = &map->table[ent->hash & (HD_MAP_SIZE - 1)]; in hd_map_insert() 550 uint32_t hash, int name_only) { in hd_map_find() 556 for (p = map->table[hash & (HD_MAP_SIZE - 1)]; p; p = p->next) { in hd_map_find() 558 (token == -1 && (hash != p->hash || !name_eq(&p->nv, nv)))) { in hd_map_find() 580 dst = &map->table[ent->hash & (HD_MAP_SIZE - 1)]; in hd_map_remove() 1102 uint32_t hash) { in add_hd_table_incremental() 1155 new_ent->hash = hash; in add_hd_table_incremental() 548 hd_map_find(nghttp2_hd_map *map, int *exact_match, const nghttp2_nv *nv, int32_t token, uint32_t hash, int name_only) hd_map_find() argument 1100 add_hd_table_incremental(nghttp2_hd_context *context, nghttp2_hd_nv *nv, nghttp2_hd_map *map, uint32_t hash) add_hd_table_incremental() argument 1196 search_hd_table(nghttp2_hd_context *context, const nghttp2_nv *nv, int32_t token, int indexing_mode, nghttp2_hd_map *map, uint32_t hash) search_hd_table() argument 1350 uint32_t hash = 0; deflate_nv() local [all...] |
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_hd.c | 495 ent->hash = 0; in nghttp2_hd_entry_init() 536 bucket = &map->table[ent->hash & (HD_MAP_SIZE - 1)]; in hd_map_insert() 550 uint32_t hash, int name_only) { in hd_map_find() 556 for (p = map->table[hash & (HD_MAP_SIZE - 1)]; p; p = p->next) { in hd_map_find() 558 (token == -1 && (hash != p->hash || !name_eq(&p->nv, nv)))) { in hd_map_find() 580 dst = &map->table[ent->hash & (HD_MAP_SIZE - 1)]; in hd_map_remove() 1102 uint32_t hash) { in add_hd_table_incremental() 1155 new_ent->hash = hash; in add_hd_table_incremental() 548 hd_map_find(nghttp2_hd_map *map, int *exact_match, const nghttp2_nv *nv, int32_t token, uint32_t hash, int name_only) hd_map_find() argument 1100 add_hd_table_incremental(nghttp2_hd_context *context, nghttp2_hd_nv *nv, nghttp2_hd_map *map, uint32_t hash) add_hd_table_incremental() argument 1196 search_hd_table(nghttp2_hd_context *context, const nghttp2_nv *nv, int32_t token, int indexing_mode, nghttp2_hd_map *map, uint32_t hash) search_hd_table() argument 1350 uint32_t hash = 0; deflate_nv() local [all...] |
/third_party/toybox/toys/pending/ |
H A D | xzcat.c | 2422 struct xz_dec_hash hash; member 2441 * Hash calculated from the Records (matches block.hash in 2444 struct xz_dec_hash hash; member 2541 * the sizes possibly stored in the Block Header. Update the hash and 2595 s->block.hash.unpadded += s->block_header.size in dec_block() 2598 s->block.hash.unpadded += check_sizes[s->check_type]; in dec_block() 2600 s->block.hash.uncompressed += s->block.uncompressed; in dec_block() 2601 s->block.hash.crc32 = xz_crc32( in dec_block() 2602 (const uint8_t *)&s->block.hash, in dec_block() 2603 sizeof(s->block.hash), in dec_block() [all...] |
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | crc32-ce-glue.c | 15 #include <crypto/internal/hash.h> 52 static int crc32_setkey(struct crypto_shash *hash, const u8 *key, in crc32_setkey() argument 55 u32 *mctx = crypto_shash_ctx(hash); in crc32_setkey()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | sm3_generic.c | 3 * SM3 secure hash, as specified by OSCCA GM/T 0004-2012 SM3 and 4 * described at https://tools.ietf.org/html/draft-shen-sm3-hash-01 10 #include <crypto/internal/hash.h> 160 unsigned int len, u8 *hash) in crypto_sm3_finup() 163 return crypto_sm3_final(desc, hash); in crypto_sm3_finup() 159 crypto_sm3_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *hash) crypto_sm3_finup() argument
|
/kernel/linux/linux-5.10/arch/sparc/crypto/ |
H A D | sha256_glue.c | 14 #include <crypto/internal/hash.h> 131 static int sha224_sparc64_final(struct shash_desc *desc, u8 *hash) in sha224_sparc64_final() argument 137 memcpy(hash, D, SHA224_DIGEST_SIZE); in sha224_sparc64_final()
|
H A D | sha512_glue.c | 13 #include <crypto/internal/hash.h> 135 static int sha384_sparc64_final(struct shash_desc *desc, u8 *hash) in sha384_sparc64_final() argument 141 memcpy(hash, D, 48); in sha384_sparc64_final()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | crc32c-intel_glue.c | 18 #include <crypto/internal/hash.h> 83 static int crc32c_intel_setkey(struct crypto_shash *hash, const u8 *key, in crc32c_intel_setkey() argument 86 u32 *mctx = crypto_shash_ctx(hash); in crc32c_intel_setkey()
|
/kernel/linux/linux-5.10/drivers/crypto/rockchip/ |
H A D | rk3288_crypto.c | 110 &rk_cipher_algs[i]->alg.hash); in rk_crypto_register() 121 crypto_unregister_ahash(&rk_cipher_algs[i]->alg.hash); in rk_crypto_register() 134 crypto_unregister_ahash(&rk_cipher_algs[i]->alg.hash); in rk_crypto_unregister()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_txrx_lib.c | 38 * ice_ptype_to_htype - get a hash type 41 * Returns a hash type to be used by skb_set_hash 49 * ice_rx_hash - set the hash value in the skb 60 u32 hash; in ice_rx_hash() local 69 hash = le32_to_cpu(nic_mdid->rss_hash); in ice_rx_hash() 70 skb_set_hash(skb, hash, ice_ptype_to_htype(rx_ptype)); in ice_rx_hash() 163 * order to populate the hash, checksum, VLAN, protocol, and
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | crc32-ce-glue.c | 15 #include <crypto/internal/hash.h> 52 static int crc32_setkey(struct crypto_shash *hash, const u8 *key, in crc32_setkey() argument 55 u32 *mctx = crypto_shash_ctx(hash); in crc32_setkey()
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | cache.h | 29 * - A function to calculate a hash of an item's key. 32 * (e.g. hash size, goal_age, etc). 38 * in the hash table. 139 struct hlist_node hash; /* on hash chain */ member 177 struct cache_head *key, int hash); 180 struct cache_head *new, struct cache_head *old, int hash);
|
/kernel/linux/linux-6.6/include/crypto/internal/ |
H A D | hash.h | 12 #include <crypto/hash.h> 152 static inline struct ahash_alg *crypto_ahash_alg(struct crypto_ahash *hash) in crypto_ahash_alg() argument 154 return container_of(crypto_hash_alg_common(hash), struct ahash_alg, in crypto_ahash_alg()
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | cache.h | 29 * - A function to calculate a hash of an item's key. 32 * (e.g. hash size, goal_age, etc). 38 * in the hash table. 143 struct hlist_node hash; /* on hash chain */ member 181 struct cache_head *key, int hash); 184 struct cache_head *new, struct cache_head *old, int hash);
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | crc32c-intel_glue.c | 18 #include <crypto/internal/hash.h> 83 static int crc32c_intel_setkey(struct crypto_shash *hash, const u8 *key, in crc32c_intel_setkey() argument 86 u32 *mctx = crypto_shash_ctx(hash); in crc32c_intel_setkey()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | nv40.c | 116 int hash; in nv40_eobj_ramht_add() local 119 hash = nvkm_ramht_insert(imem->ramht, eobj, chan->id, 4, eobj->handle, context); in nv40_eobj_ramht_add() 121 return hash; in nv40_eobj_ramht_add()
|