Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_lru_map.c250 unsigned long long key, end_key, value[nr_cpus]; in test_lru_sanity1() local
278 end_key = 1 + tgt_free; in test_lru_sanity1()
279 for (key = 1; key < end_key; key++) in test_lru_sanity1()
284 end_key = 1 + batch_size; in test_lru_sanity1()
285 for (key = 1; key < end_key; key++) { in test_lru_sanity1()
296 end_key = key + tgt_free; in test_lru_sanity1()
297 for (; key < end_key; key++) { in test_lru_sanity1()
327 unsigned long long end_key; in test_lru_sanity2() local
355 end_key = 1 + tgt_free; in test_lru_sanity2()
356 for (key = 1; key < end_key; key++) in test_lru_sanity2()
[all …]
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Dmsgpack.h86 const unsigned char *end_key = skip_next_message(start_key, bytes.end); in handle_map() local
87 if (!end_key) { in handle_map()
90 const unsigned char *start_value = end_key; in handle_map()
96 cb_map_elements({start_key, end_key}, {start_value, end_value}); in handle_map()
Dmsgpack.cpp233 const unsigned char *end_key = in dump() local
235 if (!end_key) { in dump()
241 const unsigned char *start_value = end_key; in dump()
/external/oss-fuzz/projects/leveldb/
Dfuzz_db.cc141 std::string end_key = fuzzed_data.ConsumeRandomLengthString(); in LLVMFuzzerTestOneInput() local
143 leveldb::Slice end_slice(end_key); in LLVMFuzzerTestOneInput()
/external/fonttools/Lib/fontTools/misc/plistlib/
D__init__.py261 def end_key(self: PlistTarget) -> None: function
316 "key": end_key,
/external/python/cpython2/Lib/
Dplistlib.py451 def end_key(self): member in PlistParser
/external/python/cpython3/Lib/
Dplistlib.py234 def end_key(self): member in _PlistParser