Searched refs:wrt (Results 1 - 25 of 27) sorted by relevance

12

/external/libmicrohttpd/src/testcurl/
H A Dtest_timeout.c90 unsigned int wrt; local
92 wrt = size * nmemb;
93 if (wrt > 8 - (*pos))
94 wrt = 8 - (*pos);
95 memcpy (stream, &("Hello123"[*pos]), wrt);
96 (*pos) += wrt;
97 return wrt;
H A Dtest_put_chunked.c58 unsigned int wrt; local
60 wrt = size * nmemb;
61 if (wrt > 8 - (*pos))
62 wrt = 8 - (*pos);
63 if (wrt > 4)
64 wrt = 4; /* only send half at first => force multiple chunks! */
65 memcpy (stream, &("Hello123"[*pos]), wrt);
66 (*pos) += wrt;
67 return wrt;
H A Dtest_large_put.c72 unsigned int wrt; local
74 wrt = size * nmemb;
75 if (wrt > PUT_SIZE - (*pos))
76 wrt = PUT_SIZE - (*pos);
77 memcpy (stream, &put_buffer[*pos], wrt);
78 (*pos) += wrt;
79 return wrt;
H A Dtest_put.c59 unsigned int wrt; local
61 wrt = size * nmemb;
62 if (wrt > 8 - (*pos))
63 wrt = 8 - (*pos);
64 memcpy (stream, &("Hello123"[*pos]), wrt);
65 (*pos) += wrt;
66 return wrt;
/external/libmicrohttpd/src/testzzuf/
H A Dtest_put_chunked.c53 unsigned int wrt; local
55 wrt = size * nmemb;
56 if (wrt > 8 - (*pos))
57 wrt = 8 - (*pos);
58 if (wrt > 4)
59 wrt = 4; /* only send half at first => force multiple chunks! */
60 memcpy (stream, &("Hello123"[*pos]), wrt);
61 (*pos) += wrt;
62 return wrt;
H A Dtest_put.c55 unsigned int wrt; local
57 wrt = size * nmemb;
58 if (wrt > 8 - (*pos))
59 wrt = 8 - (*pos);
60 memcpy (stream, &("Hello123"[*pos]), wrt);
61 (*pos) += wrt;
62 return wrt;
H A Dtest_put_large.c63 unsigned int wrt; local
65 wrt = size * nmemb;
66 if (wrt > PUT_SIZE - (*pos))
67 wrt = PUT_SIZE - (*pos);
68 memcpy (stream, &put_buffer[*pos], wrt);
69 (*pos) += wrt;
70 return wrt;
/external/webp/src/enc/
H A Dpicture_enc.c238 WebPMemoryWriter wrt; local
253 pic.custom_ptr = &wrt;
254 WebPMemoryWriterInit(&wrt);
259 WebPMemoryWriterClear(&wrt);
263 *output = wrt.mem;
264 return wrt.size;
/external/boringssl/win-x86_64/crypto/aes/
H A Dvpaes-x86_64.asm1096 DD $L$SEH_begin_vpaes_set_encrypt_key wrt ..imagebase
1097 DD $L$SEH_end_vpaes_set_encrypt_key wrt ..imagebase
1098 DD $L$SEH_info_vpaes_set_encrypt_key wrt ..imagebase
1100 DD $L$SEH_begin_vpaes_set_decrypt_key wrt ..imagebase
1101 DD $L$SEH_end_vpaes_set_decrypt_key wrt ..imagebase
1102 DD $L$SEH_info_vpaes_set_decrypt_key wrt ..imagebase
1104 DD $L$SEH_begin_vpaes_encrypt wrt ..imagebase
1105 DD $L$SEH_end_vpaes_encrypt wrt ..imagebase
1106 DD $L$SEH_info_vpaes_encrypt wrt ..imagebase
1108 DD $L$SEH_begin_vpaes_decrypt wrt
[all...]
H A Daesni-x86_64.asm4908 DD $L$SEH_begin_aesni_ecb_encrypt wrt ..imagebase
4909 DD $L$SEH_end_aesni_ecb_encrypt wrt ..imagebase
4910 DD $L$SEH_info_ecb wrt ..imagebase
4912 DD $L$SEH_begin_aesni_ccm64_encrypt_blocks wrt ..imagebase
4913 DD $L$SEH_end_aesni_ccm64_encrypt_blocks wrt ..imagebase
4914 DD $L$SEH_info_ccm64_enc wrt ..imagebase
4916 DD $L$SEH_begin_aesni_ccm64_decrypt_blocks wrt ..imagebase
4917 DD $L$SEH_end_aesni_ccm64_decrypt_blocks wrt ..imagebase
4918 DD $L$SEH_info_ccm64_dec wrt ..imagebase
4920 DD $L$SEH_begin_aesni_ctr32_encrypt_blocks wrt
[all...]
H A Daes-x86_64.asm2816 DD $L$SEH_begin_asm_AES_encrypt wrt ..imagebase
2817 DD $L$SEH_end_asm_AES_encrypt wrt ..imagebase
2818 DD $L$SEH_info_asm_AES_encrypt wrt ..imagebase
2820 DD $L$SEH_begin_asm_AES_decrypt wrt ..imagebase
2821 DD $L$SEH_end_asm_AES_decrypt wrt ..imagebase
2822 DD $L$SEH_info_asm_AES_decrypt wrt ..imagebase
2824 DD $L$SEH_begin_asm_AES_set_encrypt_key wrt ..imagebase
2825 DD $L$SEH_end_asm_AES_set_encrypt_key wrt ..imagebase
2826 DD $L$SEH_info_asm_AES_set_encrypt_key wrt ..imagebase
2828 DD $L$SEH_begin_asm_AES_set_decrypt_key wrt
[all...]
H A Dbsaes-x86_64.asm2703 DD $L$cbc_dec_prologue wrt ..imagebase
2704 DD $L$cbc_dec_epilogue wrt ..imagebase
2705 DD $L$cbc_dec_info wrt ..imagebase
2707 DD $L$ctr_enc_prologue wrt ..imagebase
2708 DD $L$ctr_enc_epilogue wrt ..imagebase
2709 DD $L$ctr_enc_info wrt ..imagebase
2711 DD $L$xts_enc_prologue wrt ..imagebase
2712 DD $L$xts_enc_epilogue wrt ..imagebase
2713 DD $L$xts_enc_info wrt ..imagebase
2715 DD $L$xts_dec_prologue wrt
[all...]
/external/boringssl/win-x86_64/crypto/bn/
H A Dx86_64-mont.asm1046 DD $L$SEH_begin_bn_mul_mont wrt ..imagebase
1047 DD $L$SEH_end_bn_mul_mont wrt ..imagebase
1048 DD $L$SEH_info_bn_mul_mont wrt ..imagebase
1050 DD $L$SEH_begin_bn_mul4x_mont wrt ..imagebase
1051 DD $L$SEH_end_bn_mul4x_mont wrt ..imagebase
1052 DD $L$SEH_info_bn_mul4x_mont wrt ..imagebase
1054 DD $L$SEH_begin_bn_sqr8x_mont wrt ..imagebase
1055 DD $L$SEH_end_bn_sqr8x_mont wrt ..imagebase
1056 DD $L$SEH_info_bn_sqr8x_mont wrt ..imagebase
1061 DD mul_handler wrt
[all...]
H A Dx86_64-mont5.asm2555 DD $L$SEH_begin_bn_mul_mont_gather5 wrt ..imagebase
2556 DD $L$SEH_end_bn_mul_mont_gather5 wrt ..imagebase
2557 DD $L$SEH_info_bn_mul_mont_gather5 wrt ..imagebase
2559 DD $L$SEH_begin_bn_mul4x_mont_gather5 wrt ..imagebase
2560 DD $L$SEH_end_bn_mul4x_mont_gather5 wrt ..imagebase
2561 DD $L$SEH_info_bn_mul4x_mont_gather5 wrt ..imagebase
2563 DD $L$SEH_begin_bn_power5 wrt ..imagebase
2564 DD $L$SEH_end_bn_power5 wrt ..imagebase
2565 DD $L$SEH_info_bn_power5 wrt ..imagebase
2567 DD $L$SEH_begin_bn_from_mont8x wrt
[all...]
H A Drsaz-avx2.asm1938 DD $L$SEH_begin_rsaz_1024_sqr_avx2 wrt ..imagebase
1939 DD $L$SEH_end_rsaz_1024_sqr_avx2 wrt ..imagebase
1940 DD $L$SEH_info_rsaz_1024_sqr_avx2 wrt ..imagebase
1942 DD $L$SEH_begin_rsaz_1024_mul_avx2 wrt ..imagebase
1943 DD $L$SEH_end_rsaz_1024_mul_avx2 wrt ..imagebase
1944 DD $L$SEH_info_rsaz_1024_mul_avx2 wrt ..imagebase
1946 DD $L$SEH_begin_rsaz_1024_gather5 wrt ..imagebase
1947 DD $L$SEH_end_rsaz_1024_gather5 wrt ..imagebase
1948 DD $L$SEH_info_rsaz_1024_gather5 wrt ..imagebase
1953 DD rsaz_se_handler wrt
[all...]
/external/libvpx/libvpx/vpx_ports/
H A Dx86_abi_support.asm192 %define WRT_PLT wrt ..plt
201 add %1, _GLOBAL_OFFSET_TABLE_ + $$ - %%sub_offset wrt ..gotpc
205 %define GLOBAL(x) x + %1 wrt ..gotoff
237 %define WRT_PLT wrt ..plt
240 %define WRT_PLT wrt ..plt
/external/boringssl/win-x86_64/crypto/modes/
H A Dghash-x86_64.asm1981 DD $L$SEH_begin_gcm_gmult_4bit wrt ..imagebase
1982 DD $L$SEH_end_gcm_gmult_4bit wrt ..imagebase
1983 DD $L$SEH_info_gcm_gmult_4bit wrt ..imagebase
1985 DD $L$SEH_begin_gcm_ghash_4bit wrt ..imagebase
1986 DD $L$SEH_end_gcm_ghash_4bit wrt ..imagebase
1987 DD $L$SEH_info_gcm_ghash_4bit wrt ..imagebase
1989 DD $L$SEH_begin_gcm_init_clmul wrt ..imagebase
1990 DD $L$SEH_end_gcm_init_clmul wrt ..imagebase
1991 DD $L$SEH_info_gcm_init_clmul wrt ..imagebase
1993 DD $L$SEH_begin_gcm_ghash_clmul wrt
[all...]
H A Daesni-gcm-x86_64.asm970 DD $L$SEH_begin_aesni_gcm_decrypt wrt ..imagebase
971 DD $L$SEH_end_aesni_gcm_decrypt wrt ..imagebase
972 DD $L$SEH_gcm_dec_info wrt ..imagebase
974 DD $L$SEH_begin_aesni_gcm_encrypt wrt ..imagebase
975 DD $L$SEH_end_aesni_gcm_encrypt wrt ..imagebase
976 DD $L$SEH_gcm_enc_info wrt ..imagebase
981 DD gcm_se_handler wrt ..imagebase
982 DD $L$gcm_dec_body wrt ..imagebase,$L$gcm_dec_abort wrt ..imagebase
985 DD gcm_se_handler wrt
[all...]
/external/boringssl/win-x86_64/crypto/chacha/
H A Dchacha-x86_64.asm1859 DD $L$SEH_begin_ChaCha20_ctr32 wrt ..imagebase
1860 DD $L$SEH_end_ChaCha20_ctr32 wrt ..imagebase
1861 DD $L$SEH_info_ChaCha20_ctr32 wrt ..imagebase
1863 DD $L$SEH_begin_ChaCha20_ssse3 wrt ..imagebase
1864 DD $L$SEH_end_ChaCha20_ssse3 wrt ..imagebase
1865 DD $L$SEH_info_ChaCha20_ssse3 wrt ..imagebase
1867 DD $L$SEH_begin_ChaCha20_4x wrt ..imagebase
1868 DD $L$SEH_end_ChaCha20_4x wrt ..imagebase
1869 DD $L$SEH_info_ChaCha20_4x wrt ..imagebase
1870 DD $L$SEH_begin_ChaCha20_8x wrt
[all...]
/external/libjpeg-turbo/simd/
H A Djsimdext.inc238 %define GOTOFF(got,sym) (got) + (sym) wrt ..gotoff
243 add %1, GOT_SYMBOL + $$ - $ wrt ..gotpc
/external/boringssl/win-x86_64/crypto/md5/
H A Dmd5-x86_64.asm768 DD $L$SEH_begin_md5_block_asm_data_order wrt ..imagebase
769 DD $L$SEH_end_md5_block_asm_data_order wrt ..imagebase
770 DD $L$SEH_info_md5_block_asm_data_order wrt ..imagebase
776 DD se_handler wrt ..imagebase
/external/boringssl/win-x86_64/crypto/sha/
H A Dsha256-x86_64.asm4059 DD $L$SEH_begin_sha256_block_data_order wrt ..imagebase
4060 DD $L$SEH_end_sha256_block_data_order wrt ..imagebase
4061 DD $L$SEH_info_sha256_block_data_order wrt ..imagebase
4062 DD $L$SEH_begin_sha256_block_data_order_ssse3 wrt ..imagebase
4063 DD $L$SEH_end_sha256_block_data_order_ssse3 wrt ..imagebase
4064 DD $L$SEH_info_sha256_block_data_order_ssse3 wrt ..imagebase
4065 DD $L$SEH_begin_sha256_block_data_order_avx wrt ..imagebase
4066 DD $L$SEH_end_sha256_block_data_order_avx wrt ..imagebase
4067 DD $L$SEH_info_sha256_block_data_order_avx wrt ..imagebase
4072 DD se_handler wrt
[all...]
H A Dsha512-x86_64.asm4189 DD $L$SEH_begin_sha512_block_data_order wrt ..imagebase
4190 DD $L$SEH_end_sha512_block_data_order wrt ..imagebase
4191 DD $L$SEH_info_sha512_block_data_order wrt ..imagebase
4192 DD $L$SEH_begin_sha512_block_data_order_xop wrt ..imagebase
4193 DD $L$SEH_end_sha512_block_data_order_xop wrt ..imagebase
4194 DD $L$SEH_info_sha512_block_data_order_xop wrt ..imagebase
4195 DD $L$SEH_begin_sha512_block_data_order_avx wrt ..imagebase
4196 DD $L$SEH_end_sha512_block_data_order_avx wrt ..imagebase
4197 DD $L$SEH_info_sha512_block_data_order_avx wrt ..imagebase
4202 DD se_handler wrt
[all...]
H A Dsha1-x86_64.asm3741 DD $L$SEH_begin_sha1_block_data_order wrt ..imagebase
3742 DD $L$SEH_end_sha1_block_data_order wrt ..imagebase
3743 DD $L$SEH_info_sha1_block_data_order wrt ..imagebase
3744 DD $L$SEH_begin_sha1_block_data_order_ssse3 wrt ..imagebase
3745 DD $L$SEH_end_sha1_block_data_order_ssse3 wrt ..imagebase
3746 DD $L$SEH_info_sha1_block_data_order_ssse3 wrt ..imagebase
3747 DD $L$SEH_begin_sha1_block_data_order_avx wrt ..imagebase
3748 DD $L$SEH_end_sha1_block_data_order_avx wrt ..imagebase
3749 DD $L$SEH_info_sha1_block_data_order_avx wrt ..imagebase
3754 DD se_handler wrt
[all...]
/external/libvpx/libvpx/third_party/x86inc/
H A Dx86inc.asm134 %define WRT_PLT wrt ..plt
143 add %1, _GLOBAL_OFFSET_TABLE_ + $$ - %%sub_offset wrt ..gotpc
147 %define GLOBAL(x) x + %1 wrt ..gotoff
176 %define WRT_PLT wrt ..plt

Completed in 1095 milliseconds

12