Home
last modified time | relevance | path

Searched refs:split_key (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dtable_of_tables.h63 SplitKey split_key(key); in Put()
65 AllocateIfNecessary(split_key.high); in Put()
67 main_table_[split_key.high][split_key.low] = value; in Put()
68 return &main_table_[split_key.high][split_key.low]; in Put()
72 SplitKey split_key(key); in Get()
73 return main_table_[split_key.high][split_key.low]; in Get()
81 SplitKey split_key(key); in GetPointer()
83 AllocateIfNecessary(split_key.high); in GetPointer()
85 return &main_table_[split_key.high][split_key.low]; in GetPointer()
/aosp_15_r20/external/toybox/toys/other/
H A Dsysctl.c30 static char *split_key(char *key) in split_key() function
97 if (!value) value = split_key(key); in process_key()
129 if (!(val = split_key(line))) { in sysctl_main()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/btree/map/
H A Dtests.rs2221 let split_key = large_keys.clone().next().unwrap(); in test_split_off_halfway() localVariable
2222 let right = map.split_off(&split_key); in test_split_off_halfway()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/map/
H A Dtests.rs2221 let split_key = large_keys.clone().next().unwrap(); in test_split_off_halfway() localVariable
2222 let right = map.split_off(&split_key); in test_split_off_halfway()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/map/
H A Dtests.rs2221 let split_key = large_keys.clone().next().unwrap(); in test_split_off_halfway() localVariable
2222 let right = map.split_off(&split_key); in test_split_off_halfway()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/map/
H A Dtests.rs2221 let split_key = large_keys.clone().next().unwrap(); in test_split_off_halfway() localVariable
2222 let right = map.split_off(&split_key); in test_split_off_halfway()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/map/
H A Dtests.rs2221 let split_key = large_keys.clone().next().unwrap(); in test_split_off_halfway() localVariable
2222 let right = map.split_off(&split_key); in test_split_off_halfway()