Home
last modified time | relevance | path

Searched refs:first_key (Results 1 – 3 of 3) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_maps.c48 long long key, next_key, first_key, value; in test_hashmap() local
109 assert(bpf_map_get_next_key(fd, NULL, &first_key) == 0 && in test_hashmap()
110 (first_key == 1 || first_key == 2)); in test_hashmap()
112 (next_key == first_key)); in test_hashmap()
115 (next_key != first_key)); in test_hashmap()
160 long long key, next_key, first_key; in test_hashmap_percpu() local
221 assert(bpf_map_get_next_key(fd, NULL, &first_key) == 0 && in test_hashmap_percpu()
222 ((expected_key_mask & first_key) == first_key)); in test_hashmap_percpu()
224 if (first_key) { in test_hashmap_percpu()
225 assert(next_key == first_key); in test_hashmap_percpu()
[all …]
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dinput_pipeline.py388 first_key, first_value = reader.read_up_to(filename_queue, 1)
394 array_ops.squeeze(first_key, axis=0))
/external/v8/src/
Dobjects-inl.h1964 int first_key = GetSortedKeyIndex(first); in SwapSortedKeys() local
1966 SetSortedKey(second, first_key); in SwapSortedKeys()