Home
last modified time | relevance | path

Searched defs:next_key (Results 1 – 25 of 97) sorted by relevance

1234

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dtest_maps.c39 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 Dtest_progs.c525 __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/
Dblock_tree.c1210 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
Dblock_tree.h107 data_block_t next_key; member
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/integration_test/
H A Dc_api_coordination_test.cc226 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/
Dpthread_key_create.c10 static pthread_key_t next_key; variable
/aosp_15_r20/external/musl/src/thread/
H A Dpthread_key_create.c11 static pthread_key_t next_key; variable
/aosp_15_r20/external/libdrm/tests/
H A Ddrmsl.c114 unsigned long next_key = 0; in print_neighbors() local
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dmap_helpers.c18 __u8 key[key_size], next_key[key_size]; in dump_hash_iter() local
H A Dbiopattern.c115 __u32 total, lookup_key = -1, next_key; in print_map() local
H A Dbitesize.c122 struct hist_key lookup_key, next_key; in print_log2_hists() local
H A Dtcpsynbl.c144 __u64 lookup_key = -1, next_key; in print_log2_hists() local
H A Dwakeuptime.c158 struct key_t lookup_key = {}, next_key; in print_map() local
H A Dbiostacks.c101 struct rqinfo lookup_key = {}, next_key; in print_map() local
H A Dhardirqs.c131 struct irq_key lookup_key = {}, next_key; in print_map() local
H A Dllcstat.c142 struct key_info lookup_key = { .cpu = -1 }, next_key; in print_map() local
H A Dcpufreq.c175 struct hkey lookup_key = {}, next_key; in print_linear_hists() local
H A Drunqlat.c151 __u32 lookup_key = -2, next_key; in print_log2_hists() local
H A Dcpudist.c162 __u32 lookup_key = -2, next_key; in print_log2_hists() local
H A Doffcputime.c191 struct key_t lookup_key = {}, next_key; in print_map() local
H A Dtcprtt.c191 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 Dkernel_backward.h1365 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 Dpixelshader9.h49 uint64_t next_key; member
H A Dvertexshader9.h59 uint64_t next_key; member
/aosp_15_r20/system/security/keystore2/src/
H A Dboot_level_keys.rs229 let next_key = hkdf_expand(Self::HKDF_KEY_SIZE, highest_key, Self::HKDF_ADVANCE) in get_hkdf_key() localVariable

1234