/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | test_maps.c | 39 long long key, next_key, first_key, value; in test_hashmap() local 156 long long key, next_key, first_key; in test_hashmap_percpu() local 293 long long key, value[VALUE_SIZE], next_key; in test_hashmap_walk() local 363 int key, next_key, fd; in test_arraymap() local 419 int key, next_key, fd, i; in test_arraymap_percpu() local
|
H A D | test_progs.c | 525 __u32 key, next_key; in compare_map_keys() local 552 __u32 key, next_key, *cur_key_p, *next_key_p; in compare_stack_ips() local
|
/aosp_15_r20/trusty/user/app/storage/ |
D | block_tree.c | 1210 data_block_t* next_key) { in block_tree_node_find_block() 1300 data_block_t next_key = 0; in block_tree_walk() local 1405 data_block_t next_key; in block_tree_path_next() local 2889 data_block_t next_key; in block_tree_update_block_mac() local
|
D | block_tree.h | 107 data_block_t next_key; member
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/integration_test/ |
H A D | c_api_coordination_test.cc | 226 TFE_TensorHandle* next_key = TestScalarTensorHandle( in TEST() local 308 const std::string& next_key = tensorflow::strings::StrCat("key", next_id); in TEST() local
|
/aosp_15_r20/external/trusty/musl/src/thread/ |
D | pthread_key_create.c | 10 static pthread_key_t next_key; variable
|
/aosp_15_r20/external/musl/src/thread/ |
H A D | pthread_key_create.c | 11 static pthread_key_t next_key; variable
|
/aosp_15_r20/external/libdrm/tests/ |
H A D | drmsl.c | 114 unsigned long next_key = 0; in print_neighbors() local
|
/aosp_15_r20/external/bcc/libbpf-tools/ |
H A D | map_helpers.c | 18 __u8 key[key_size], next_key[key_size]; in dump_hash_iter() local
|
H A D | biopattern.c | 115 __u32 total, lookup_key = -1, next_key; in print_map() local
|
H A D | bitesize.c | 122 struct hist_key lookup_key, next_key; in print_log2_hists() local
|
H A D | tcpsynbl.c | 144 __u64 lookup_key = -1, next_key; in print_log2_hists() local
|
H A D | wakeuptime.c | 158 struct key_t lookup_key = {}, next_key; in print_map() local
|
H A D | biostacks.c | 101 struct rqinfo lookup_key = {}, next_key; in print_map() local
|
H A D | hardirqs.c | 131 struct irq_key lookup_key = {}, next_key; in print_map() local
|
H A D | llcstat.c | 142 struct key_info lookup_key = { .cpu = -1 }, next_key; in print_map() local
|
H A D | cpufreq.c | 175 struct hkey lookup_key = {}, next_key; in print_linear_hists() local
|
H A D | runqlat.c | 151 __u32 lookup_key = -2, next_key; in print_log2_hists() local
|
H A D | cpudist.c | 162 __u32 lookup_key = -2, next_key; in print_log2_hists() local
|
H A D | offcputime.c | 191 struct key_t lookup_key = {}, next_key; in print_map() local
|
H A D | tcprtt.c | 191 struct hist_key *lookup_key = NULL, next_key; in print_map() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/ |
H A D | kernel_backward.h | 1365 int32_t next_key = key_start; in attention_kernel() local 1466 int32_t next_query, next_key; in processBlockIJ() local 2097 int32_t next_key = key_start + p.num_splits_key_device() * kBlockSizeJ; in processBlockIJ() local 2235 int32_t next_query, next_key; in processBlockIJ() local
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/ |
H A D | pixelshader9.h | 49 uint64_t next_key; member
|
H A D | vertexshader9.h | 59 uint64_t next_key; member
|
/aosp_15_r20/system/security/keystore2/src/ |
H A D | boot_level_keys.rs | 229 let next_key = hkdf_expand(Self::HKDF_KEY_SIZE, highest_key, Self::HKDF_ADVANCE) in get_hkdf_key() localVariable
|