Searched defs:hash_t (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/ |
H A D | hash.h | 25 hash_t(int8_t val) : uint128(static_cast<uint32_t>(val)) {} in hash_t() function 26 hash_t(int16_t val) : uint128(static_cast<uint32_t>(val)) {} in hash_t() function 27 hash_t(int32_t val) : uint128(static_cast<uint32_t>(val)) {} in hash_t() function 28 hash_t(int64_t val) : uint128(static_cast<uint64_t>(val)) {} in hash_t() function 29 hash_t(uint32_t val) : uint128(val) {} in hash_t() function 30 hash_t(uint64_t val) : uint128(val) {} in hash_t() function 31 hash_t(uint128 val) : uint128(val) {} in hash_t() function 32 hash_t(uint64_t top, uint64_t bottom) : uint128(top, bottom) {} in hash_t() function 33 hash_t() : uint128() {} in hash_t() function
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/trust_token/ |
D | pmbtoken.c | 48 hash_t_func_t hash_t; member 62 hash_t_func_t hash_t, hash_s_func_t hash_s, in pmbtoken_init_method()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/trust_token/ |
D | pmbtoken.c | 48 hash_t_func_t hash_t; member 62 hash_t_func_t hash_t, hash_s_func_t hash_s, in pmbtoken_init_method()
|
/aosp_15_r20/external/boringssl/src/crypto/trust_token/ |
H A D | pmbtoken.c | 50 hash_t_func_t hash_t; member 67 hash_t_func_t hash_t, hash_s_func_t hash_s, in pmbtoken_init_method()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/trust_token/ |
H A D | pmbtoken.c | 50 hash_t_func_t hash_t; member 67 hash_t_func_t hash_t, hash_s_func_t hash_s, in pmbtoken_init_method()
|
/aosp_15_r20/external/pdfium/third_party/libtiff/ |
H A D | tif_lzw.c | 116 } hash_t; typedef
|
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A D | test_simplify.cpp | 463 auto hash_t = hasher.hash(memcpy_stmt); in TEST() local
|