Home
last modified time | relevance | path

Searched refs:key_a (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/util/tests/
Dcache_test.cpp410 uint8_t key_a[20] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, in test_put_key_and_get_key() local
425 result = disk_cache_has_key(cache, key_a); in test_put_key_and_get_key()
429 disk_cache_put_key(cache, key_a); in test_put_key_and_get_key()
430 result = disk_cache_has_key(cache, key_a); in test_put_key_and_get_key()
444 result = disk_cache_has_key(cache, key_a); in test_put_key_and_get_key()
450 disk_cache_put_key(cache, key_a); in test_put_key_and_get_key()
451 result = disk_cache_has_key(cache, key_a); in test_put_key_and_get_key()
/third_party/vixl/test/aarch64/
Dtest-pointer-auth-aarch64.cc61 Simulator::PACKey key_a = {0x84be85ce9804e94b, 0xec2802d4e0a488e9, 0}; in TEST() local
65 sim.AddPAC(ptr, context, key_a, Simulator::kInstructionPointer); in TEST()
69 sim.AuthPAC(ptr_a, context, key_a, Simulator::kInstructionPointer); in TEST()
/third_party/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp273 uint8_t * key_a = ((DataIndex *)a)->icu_key; in q_random() local
278 while (*key_a != 0) {val_a += val_a*37 + *key_a++;} in q_random()
/third_party/gstreamer/gstplugins_bad/ext/srtp/
Dgstsrtpdec.c886 struct GstSrtpDecKey *key_a = &g_array_index (a, in keys_are_equal() local
891 if (!buffers_are_equal (key_a->mki, key_b->mki)) in keys_are_equal()
894 if (!buffers_are_equal (key_a->key, key_b->key)) in keys_are_equal()