Home
last modified time | relevance | path

Searched refs:wk (Results 1 – 25 of 86) sorted by relevance

1234

/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() argument
58 return vsha1cq_u32(hash_abcd, hash_e, 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() argument
64 return vsha1pq_u32(hash_abcd, hash_e, 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() argument
70 return vsha1mq_u32(hash_abcd, hash_e, 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() argument
82 return vsha256hq_u32(hash_abcd, hash_efgh, 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() argument
88 return vsha256h2q_u32(hash_efgh, hash_abcd, 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() argument
34 return vsha1cq_u32(hash_abcd, hash_e, wk); in test_sha1c()
37 uint32x4_t test_sha1p(uint32x4_t hash_abcd, uint32_t hash_e, uint32x4_t wk) { in test_sha1p() argument
41 return vsha1pq_u32(hash_abcd, hash_e, wk); in test_sha1p()
44 uint32x4_t test_sha1m(uint32x4_t hash_abcd, uint32_t hash_e, uint32x4_t wk) { in test_sha1m() argument
48 return vsha1mq_u32(hash_abcd, hash_e, wk); in test_sha1m()
71 uint32x4_t test_sha256h(uint32x4_t hash_abcd, uint32x4_t hash_efgh, uint32x4_t wk) { in test_sha256h() argument
74 return vsha256hq_u32(hash_abcd, hash_efgh, wk); in test_sha256h()
77 uint32x4_t test_sha256h2(uint32x4_t hash_efgh, uint32x4_t hash_abcd, uint32x4_t wk) { in test_sha256h2() argument
80 return vsha256h2q_u32(hash_efgh, hash_abcd, wk); in test_sha256h2()
/external/llvm/test/CodeGen/AArch64/
Darm64-crypto.ll36 declare <4 x i32> @llvm.aarch64.crypto.sha1c(<4 x i32> %hash_abcd, i32 %hash_e, <4 x i32> %wk)
37 declare <4 x i32> @llvm.aarch64.crypto.sha1p(<4 x i32> %hash_abcd, i32 %hash_e, <4 x i32> %wk)
38 declare <4 x i32> @llvm.aarch64.crypto.sha1m(<4 x i32> %hash_abcd, i32 %hash_e, <4 x i32> %wk)
43 define <4 x i32> @test_sha1c(<4 x i32> %hash_abcd, i32 %hash_e, <4 x i32> %wk) {
47 %res = call <4 x i32> @llvm.aarch64.crypto.sha1c(<4 x i32> %hash_abcd, i32 %hash_e, <4 x i32> %wk)
52 define <4 x i32> @test_sha1c_in_a_row(<4 x i32> %hash_abcd, i32 %hash_e, <4 x i32> %wk) {
58 %res = call <4 x i32> @llvm.aarch64.crypto.sha1c(<4 x i32> %hash_abcd, i32 %hash_e, <4 x i32> %wk)
60 …res2 = call <4 x i32> @llvm.aarch64.crypto.sha1c(<4 x i32> %hash_abcd, i32 %extract, <4 x i32> %wk)
64 define <4 x i32> @test_sha1p(<4 x i32> %hash_abcd, i32 %hash_e, <4 x i32> %wk) {
68 %res = call <4 x i32> @llvm.aarch64.crypto.sha1p(<4 x i32> %hash_abcd, i32 %hash_e, <4 x i32> %wk)
[all …]
/external/libjpeg-turbo/simd/
Djccolext-mmx.asm37 %define wk(i) ebp-(WK_NUM-(i))*SIZEOF_MMWORD ; mmword wk[WK_NUM]
39 %define gotptr wk(0)-SIZEOF_POINTER ; void * gotptr
51 lea esp, [wk(0)]
278 movq MMWORD [wk(0)], mm0 ; wk(0)=RE
279 movq MMWORD [wk(1)], mm1 ; wk(1)=RO
280 movq MMWORD [wk(2)], mm4 ; wk(2)=BE
281 movq MMWORD [wk(3)], mm5 ; wk(3)=BO
293 movq MMWORD [wk(4)], mm1 ; wk(4)=ROL*FIX(0.299)+GOL*FIX(0.337)
294 movq MMWORD [wk(5)], mm6 ; wk(5)=ROH*FIX(0.299)+GOH*FIX(0.337)
313 movq mm1, MMWORD [wk(2)] ; mm1=BE
[all …]
Djccolext-sse2-64.asm36 %define wk(i) rbp-(WK_NUM-(i))*SIZEOF_XMMWORD ; xmmword wk[WK_NUM]
50 lea rsp, [wk(0)]
294 movdqa XMMWORD [wk(0)], xmm0 ; wk(0)=RE
295 movdqa XMMWORD [wk(1)], xmm1 ; wk(1)=RO
296 movdqa XMMWORD [wk(2)], xmm4 ; wk(2)=BE
297 movdqa XMMWORD [wk(3)], xmm5 ; wk(3)=BO
309 movdqa XMMWORD [wk(4)], xmm1 ; wk(4)=ROL*FIX(0.299)+GOL*FIX(0.337)
310 movdqa XMMWORD [wk(5)], xmm6 ; wk(5)=ROH*FIX(0.299)+GOH*FIX(0.337)
329 movdqa xmm1, XMMWORD [wk(2)] ; xmm1=BE
341 movdqa XMMWORD [wk(6)], xmm0 ; wk(6)=REL*FIX(0.299)+GEL*FIX(0.337)
[all …]
Djccolext-sse2.asm35 %define wk(i) ebp-(WK_NUM-(i))*SIZEOF_XMMWORD ; xmmword wk[WK_NUM]
37 %define gotptr wk(0)-SIZEOF_POINTER ; void * gotptr
50 lea esp, [wk(0)]
307 movdqa XMMWORD [wk(0)], xmm0 ; wk(0)=RE
308 movdqa XMMWORD [wk(1)], xmm1 ; wk(1)=RO
309 movdqa XMMWORD [wk(2)], xmm4 ; wk(2)=BE
310 movdqa XMMWORD [wk(3)], xmm5 ; wk(3)=BO
322 movdqa XMMWORD [wk(4)], xmm1 ; wk(4)=ROL*FIX(0.299)+GOL*FIX(0.337)
323 movdqa XMMWORD [wk(5)], xmm6 ; wk(5)=ROH*FIX(0.299)+GOH*FIX(0.337)
342 movdqa xmm1, XMMWORD [wk(2)] ; xmm1=BE
[all …]
Djcgryext-mmx.asm38 %define wk(i) ebp-(WK_NUM-(i))*SIZEOF_MMWORD ; mmword wk[WK_NUM]
40 %define gotptr wk(0)-SIZEOF_POINTER ; void * gotptr
52 lea esp, [wk(0)]
281 movq MMWORD [wk(0)], mm0 ; wk(0)=REL*FIX(0.299)+GEL*FIX(0.337)
282 movq MMWORD [wk(1)], mm6 ; wk(1)=REH*FIX(0.299)+GEH*FIX(0.337)
311 paddd mm6, MMWORD [wk(0)]
312 paddd mm4, MMWORD [wk(1)]
Djdmrgext-mmx.asm37 %define wk(i) ebp-(WK_NUM-(i))*SIZEOF_MMWORD ; mmword wk[WK_NUM]
39 %define gotptr wk(0)-SIZEOF_POINTER ; void * gotptr
51 lea esp, [wk(0)]
Djdmrgext-sse2.asm38 %define wk(i) ebp-(WK_NUM-(i))*SIZEOF_XMMWORD ; xmmword wk[WK_NUM]
40 %define gotptr wk(0)-SIZEOF_POINTER ; void * gotptr
52 lea esp, [wk(0)]
Djdcolext-mmx.asm37 %define wk(i) ebp-(WK_NUM-(i))*SIZEOF_MMWORD ; mmword wk[WK_NUM]
39 %define gotptr wk(0)-SIZEOF_POINTER ; void * gotptr
51 lea esp, [wk(0)]
159 movq MMWORD [wk(0)], mm4 ; wk(0)=(B-Y)E
160 movq MMWORD [wk(1)], mm5 ; wk(1)=(B-Y)O
204 paddw mm4, MMWORD [wk(0)] ; mm4=(YE+(B-Y)E)=BE=(B0 B2 B4 B6)
205 paddw mm5, MMWORD [wk(1)] ; mm5=(YO+(B-Y)O)=BO=(B1 B3 B5 B7)
Djcgryext-sse2.asm37 %define wk(i) ebp-(WK_NUM-(i))*SIZEOF_XMMWORD ; xmmword wk[WK_NUM]
39 %define gotptr wk(0)-SIZEOF_POINTER ; void * gotptr
52 lea esp, [wk(0)]
311 movdqa XMMWORD [wk(0)], xmm0 ; wk(0)=REL*FIX(0.299)+GEL*FIX(0.337)
312 movdqa XMMWORD [wk(1)], xmm6 ; wk(1)=REH*FIX(0.299)+GEH*FIX(0.337)
341 paddd xmm6, XMMWORD [wk(0)]
342 paddd xmm4, XMMWORD [wk(1)]
Djdmrgext-sse2-64.asm37 %define wk(i) rbp-(WK_NUM-(i))*SIZEOF_XMMWORD ; xmmword wk[WK_NUM]
50 lea rsp, [wk(0)]
Djcgryext-sse2-64.asm36 %define wk(i) rbp-(WK_NUM-(i))*SIZEOF_XMMWORD ; xmmword wk[WK_NUM]
50 lea rsp, [wk(0)]
296 movdqa XMMWORD [wk(0)], xmm0 ; wk(0)=REL*FIX(0.299)+GEL*FIX(0.337)
297 movdqa XMMWORD [wk(1)], xmm6 ; wk(1)=REH*FIX(0.299)+GEH*FIX(0.337)
326 paddd xmm6, XMMWORD [wk(0)]
327 paddd xmm4, XMMWORD [wk(1)]
Djdcolext-sse2.asm38 %define wk(i) ebp-(WK_NUM-(i))*SIZEOF_XMMWORD ; xmmword wk[WK_NUM]
40 %define gotptr wk(0)-SIZEOF_POINTER ; void * gotptr
52 lea esp, [wk(0)]
160 movdqa XMMWORD [wk(0)], xmm4 ; wk(0)=(B-Y)E
161 movdqa XMMWORD [wk(1)], xmm5 ; wk(1)=(B-Y)O
205 paddw xmm4, XMMWORD [wk(0)] ; xmm4=(YE+(B-Y)E)=BE=B(02468ACE)
206 paddw xmm5, XMMWORD [wk(1)] ; xmm5=(YO+(B-Y)O)=BO=B(13579BDF)
Djdsample-sse2-64.asm286 movdqa XMMWORD [wk(0)], xmm1
287 movdqa XMMWORD [wk(1)], xmm2
304 movdqa XMMWORD [wk(2)], xmm1 ; xmm1=(-- -- -- -- -- -- -- 15)
305 movdqa XMMWORD [wk(3)], xmm2 ; xmm2=(-- -- -- -- -- -- -- 15)
/external/strace/tests-mx32/
Dioctl_rtc.c80 TAIL_ALLOC_OBJECT_CONST_PTR(struct rtc_wkalrm, wk); in main()
81 fill_memory(wk, sizeof(*wk)); in main()
153 ioctl(-1, RTC_WKALM_SET, wk); in main()
155 (unsigned) wk->enabled, (unsigned) wk->pending); in main()
156 print_rtc_time(&wk->time); in main()
/external/strace/tests-m32/
Dioctl_rtc.c80 TAIL_ALLOC_OBJECT_CONST_PTR(struct rtc_wkalrm, wk); in main()
81 fill_memory(wk, sizeof(*wk)); in main()
153 ioctl(-1, RTC_WKALM_SET, wk); in main()
155 (unsigned) wk->enabled, (unsigned) wk->pending); in main()
156 print_rtc_time(&wk->time); in main()
/external/strace/tests/
Dioctl_rtc.c80 TAIL_ALLOC_OBJECT_CONST_PTR(struct rtc_wkalrm, wk); in main()
81 fill_memory(wk, sizeof(*wk)); in main()
153 ioctl(-1, RTC_WKALM_SET, wk); in main()
155 (unsigned) wk->enabled, (unsigned) wk->pending); in main()
156 print_rtc_time(&wk->time); in main()
/external/wpa_supplicant_8/src/drivers/
Ddriver_bsd.c269 struct ieee80211req_del_key wk; in bsd_del_key() local
271 os_memset(&wk, 0, sizeof(wk)); in bsd_del_key()
274 wk.idk_keyix = key_idx; in bsd_del_key()
278 os_memcpy(wk.idk_macaddr, addr, IEEE80211_ADDR_LEN); in bsd_del_key()
279 wk.idk_keyix = (u_int8_t) IEEE80211_KEYIX_NONE; /* XXX */ in bsd_del_key()
282 return set80211var(priv, IEEE80211_IOC_DELKEY, &wk, sizeof(wk)); in bsd_del_key()
338 struct ieee80211req_key wk; in bsd_set_key() local
356 os_memset(&wk, 0, sizeof(wk)); in bsd_set_key()
359 wk.ik_type = IEEE80211_CIPHER_WEP; in bsd_set_key()
362 wk.ik_type = IEEE80211_CIPHER_TKIP; in bsd_set_key()
[all …]
Ddriver_atheros.c452 struct ieee80211req_del_key wk; in atheros_del_key() local
458 os_memset(&wk, 0, sizeof(wk)); in atheros_del_key()
460 os_memcpy(wk.idk_macaddr, addr, IEEE80211_ADDR_LEN); in atheros_del_key()
461 wk.idk_keyix = (u8) IEEE80211_KEYIX_NONE; in atheros_del_key()
463 wk.idk_keyix = key_idx; in atheros_del_key()
466 ret = set80211priv(drv, IEEE80211_IOCTL_DELKEY, &wk, sizeof(wk)); in atheros_del_key()
482 struct ieee80211req_key wk; in atheros_set_key() local
535 if (key_len > sizeof(wk.ik_keydata)) { in atheros_set_key()
541 os_memset(&wk, 0, sizeof(wk)); in atheros_set_key()
542 wk.ik_type = cipher; in atheros_set_key()
[all …]
/external/strace/
Drtc.c66 struct rtc_wkalrm wk; in decode_rtc_wkalrm() local
68 if (!umove_or_printaddr(tcp, addr, &wk)) { in decode_rtc_wkalrm()
69 tprintf("{enabled=%d, pending=%d, time=", wk.enabled, wk.pending); in decode_rtc_wkalrm()
70 print_rtc_time(tcp, &wk.time); in decode_rtc_wkalrm()
/external/icu/icu4c/source/data/locales/
Den_001.txt539 dn{"wk"}
542 one{"in {0} wk"}
543 other{"in {0} wk"}
546 one{"{0} wk ago"}
547 other{"{0} wk ago"}
552 dn{"wk"}
555 one{"in {0} wk"}
556 other{"in {0} wk"}
559 one{"{0} wk ago"}
560 other{"{0} wk ago"}
Dar_XB.txt856 dn{"‮wk‬."}
858 "-1"{"‮last‬ ‮wk‬."}
859 "0"{"‮this‬ ‮wk‬."}
860 "1"{"‮next‬ ‮wk‬."}
864 one{"‮in‬ {0} ‮wk‬."}
865 other{"‮in‬ {0} ‮wk‬."}
868 one{"{0} ‮wk‬. ‮ago‬"}
869 other{"{0} ‮wk‬. ‮ago‬"}
Den_SG.txt129 "-1"{"last wk"}
130 "0"{"this wk"}
131 "1"{"next wk"}
/external/libvncserver/webclients/novnc/include/web-socket-js/
Dswfobject.js4wk:af,ie:X,win:ae,mac:ac}}(),k=function(){if(!M.w3){return}if((typeof j.readyState!=D&&j.readyStat…

1234