Home
last modified time | relevance | path

Searched defs:max_key (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/ltp/testcases/kernel/syscalls/add_key/
H A Dadd_key05.c64 static inline void parse_proc_key_users(int *used_key, int *max_key, int *used_bytes, int *max_byte… in parse_proc_key_users()
146 int i, used_key, max_key; in verify_max_keys() local
/aosp_15_r20/external/libdrm/amdgpu/
H A Dhandle_table.h31 uint32_t max_key; member
H A Dhandle_table.c36 uint32_t max_key = ALIGN(key + 1, alignment); in handle_table_insert() local
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A Dcub.h13 inline int get_num_bits(uint64_t max_key) { in get_num_bits()
/aosp_15_r20/external/federated-compute/fcp/tensorflow/
H A Dserve_slices.py36 def serve_slices(callback_token, server_val, max_key, select_fn_initialize_op, argument
H A Dserve_slices_op.cc139 int32_t max_key; in Compute() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_loop.c145 const int max_key = 12; in check_stack() local
/aosp_15_r20/external/federated-compute/fcp/tensorflow/python/
H A Dserve_slices_registry.cc91 absl::string_view select_fn_target_tensor_name) { in enter()
/aosp_15_r20/external/zucchini/
H A Dsuffix_array_unittest.cc118 uint16_t max_key) { in BucketCount()
/aosp_15_r20/trusty/user/app/storage/
Dblock_tree.c785 data_block_t max_key) { in block_tree_node_check()
866 data_block_t max_key, in block_tree_check_sub_tree()
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/
Dast.rs224 pub max_key: usize, field
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/
Dmod.rs1605 fn max_key<T, K: Ord>(a: (K, T), b: (K, T)) -> (K, T) { in max_by_key() function