Searched defs:max_key (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/add_key/ |
H A D | add_key05.c | 64 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 D | handle_table.h | 31 uint32_t max_key; member
|
H A D | handle_table.c | 36 uint32_t max_key = ALIGN(key + 1, alignment); in handle_table_insert() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/ |
H A D | cub.h | 13 inline int get_num_bits(uint64_t max_key) { in get_num_bits()
|
/aosp_15_r20/external/federated-compute/fcp/tensorflow/ |
H A D | serve_slices.py | 36 def serve_slices(callback_token, server_val, max_key, select_fn_initialize_op, argument
|
H A D | serve_slices_op.cc | 139 int32_t max_key; in Compute() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_loop.c | 145 const int max_key = 12; in check_stack() local
|
/aosp_15_r20/external/federated-compute/fcp/tensorflow/python/ |
H A D | serve_slices_registry.cc | 91 absl::string_view select_fn_target_tensor_name) { in enter()
|
/aosp_15_r20/external/zucchini/ |
H A D | suffix_array_unittest.cc | 118 uint16_t max_key) { in BucketCount()
|
/aosp_15_r20/trusty/user/app/storage/ |
D | block_tree.c | 785 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/ |
D | ast.rs | 224 pub max_key: usize, field
|
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/ |
D | mod.rs | 1605 fn max_key<T, K: Ord>(a: (K, T), b: (K, T)) -> (K, T) { in max_by_key() function
|