Home
last modified time | relevance | path

Searched defs:wk (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Dneon-crypto.c56 uint32x4_t test_vsha1cq_u32(uint32x4_t hash_abcd, uint32_t hash_e, uint32x4_t wk) { in test_vsha1cq_u32()
62 uint32x4_t test_vsha1pq_u32(uint32x4_t hash_abcd, uint32_t hash_e, uint32x4_t wk) { in test_vsha1pq_u32()
68 uint32x4_t test_vsha1mq_u32(uint32x4_t hash_abcd, uint32_t hash_e, uint32x4_t wk) { in test_vsha1mq_u32()
80 uint32x4_t test_vsha256hq_u32(uint32x4_t hash_abcd, uint32x4_t hash_efgh, uint32x4_t wk) { in test_vsha256hq_u32()
86 uint32x4_t test_vsha256h2q_u32(uint32x4_t hash_efgh, uint32x4_t hash_abcd, uint32x4_t wk) { in test_vsha256h2q_u32()
Darm64_crypto.c31 uint32x4_t test_sha1c(uint32x4_t hash_abcd, uint32_t hash_e, uint32x4_t wk) { in test_sha1c()
38 uint32x4_t test_sha1p(uint32x4_t hash_abcd, uint32_t hash_e, uint32x4_t wk) { in test_sha1p()
45 uint32x4_t test_sha1m(uint32x4_t hash_abcd, uint32_t hash_e, uint32x4_t wk) { in test_sha1m()
72 uint32x4_t test_sha256h(uint32x4_t hash_abcd, uint32x4_t hash_efgh, uint32x4_t wk) { in test_sha256h()
78 uint32x4_t test_sha256h2(uint32x4_t hash_efgh, uint32x4_t hash_abcd, uint32x4_t wk) { in test_sha256h2()
/external/clang/test/CodeGen/
Dneon-crypto.c56 uint32x4_t test_vsha1cq_u32(uint32x4_t hash_abcd, uint32_t hash_e, uint32x4_t wk) { in test_vsha1cq_u32()
62 uint32x4_t test_vsha1pq_u32(uint32x4_t hash_abcd, uint32_t hash_e, uint32x4_t wk) { in test_vsha1pq_u32()
68 uint32x4_t test_vsha1mq_u32(uint32x4_t hash_abcd, uint32_t hash_e, uint32x4_t wk) { in test_vsha1mq_u32()
80 uint32x4_t test_vsha256hq_u32(uint32x4_t hash_abcd, uint32x4_t hash_efgh, uint32x4_t wk) { in test_vsha256hq_u32()
86 uint32x4_t test_vsha256h2q_u32(uint32x4_t hash_efgh, uint32x4_t hash_abcd, uint32x4_t wk) { in test_vsha256h2q_u32()
Darm64_crypto.c30 uint32x4_t test_sha1c(uint32x4_t hash_abcd, uint32_t hash_e, uint32x4_t wk) { in test_sha1c()
37 uint32x4_t test_sha1p(uint32x4_t hash_abcd, uint32_t hash_e, uint32x4_t wk) { in test_sha1p()
44 uint32x4_t test_sha1m(uint32x4_t hash_abcd, uint32_t hash_e, uint32x4_t wk) { in test_sha1m()
71 uint32x4_t test_sha256h(uint32x4_t hash_abcd, uint32x4_t hash_efgh, uint32x4_t wk) { in test_sha256h()
77 uint32x4_t test_sha256h2(uint32x4_t hash_efgh, uint32x4_t hash_abcd, uint32x4_t wk) { in test_sha256h2()
/external/strace/
Drtc.c67 struct rtc_wkalrm wk; in decode_rtc_wkalrm() local
/external/llvm-project/clang/test/SemaCXX/
Dconstexpr-string.cpp62 int wk = arr[wcslen(L"hello")]; // expected-warning {{array index 5}} variable
/external/wpa_supplicant_8/src/drivers/
Ddriver_bsd.c267 struct ieee80211req_del_key wk; in bsd_del_key() local
315 struct ieee80211req_key wk; in bsd_set_key() local
911 struct ieee80211req_key wk; in bsd_get_seqnum() local
Ddriver_atheros.c470 struct ieee80211req_del_key wk; in atheros_del_key() local
498 struct ieee80211req_key wk; in atheros_set_key() local
593 struct ieee80211req_key wk; in atheros_get_seqnum() local
/external/python/cpython2/Objects/
Ddescrobject.c1034 wrapperfunc_kwds wk = (wrapperfunc_kwds)wrapper; in wrapper_call() local
/external/python/cpython3/Objects/
Ddescrobject.c507 wrapperfunc_kwds wk = (wrapperfunc_kwds)(void(*)(void))wrapper; in wrapperdescr_raw_call() local
/external/deqp/framework/common/
DtcuTexture.cpp2211 tcu::Vec4 wk = gamma * crBasis; in sampleCubic3D() local