/external/libmicrohttpd/src/testzzuf/ |
D | test_put_chunked.c | 53 unsigned int wrt; in putBuffer() local 55 wrt = size * nmemb; in putBuffer() 56 if (wrt > 8 - (*pos)) in putBuffer() 57 wrt = 8 - (*pos); in putBuffer() 58 if (wrt > 4) in putBuffer() 59 wrt = 4; /* only send half at first => force multiple chunks! */ in putBuffer() 60 memcpy (stream, &("Hello123"[*pos]), wrt); in putBuffer() 61 (*pos) += wrt; in putBuffer() 62 return wrt; in putBuffer()
|
D | test_put_large.c | 63 unsigned int wrt; in putBuffer() local 65 wrt = size * nmemb; in putBuffer() 66 if (wrt > PUT_SIZE - (*pos)) in putBuffer() 67 wrt = PUT_SIZE - (*pos); in putBuffer() 68 memcpy (stream, &put_buffer[*pos], wrt); in putBuffer() 69 (*pos) += wrt; in putBuffer() 70 return wrt; in putBuffer()
|
D | test_put.c | 55 unsigned int wrt; in putBuffer() local 57 wrt = size * nmemb; in putBuffer() 58 if (wrt > 8 - (*pos)) in putBuffer() 59 wrt = 8 - (*pos); in putBuffer() 60 memcpy (stream, &("Hello123"[*pos]), wrt); in putBuffer() 61 (*pos) += wrt; in putBuffer() 62 return wrt; in putBuffer()
|
/external/libmicrohttpd/src/testcurl/ |
D | test_timeout.c | 90 unsigned int wrt; in putBuffer() local 92 wrt = size * nmemb; in putBuffer() 93 if (wrt > 8 - (*pos)) in putBuffer() 94 wrt = 8 - (*pos); in putBuffer() 95 memcpy (stream, &("Hello123"[*pos]), wrt); in putBuffer() 96 (*pos) += wrt; in putBuffer() 97 return wrt; in putBuffer()
|
D | test_put_chunked.c | 58 unsigned int wrt; in putBuffer() local 60 wrt = size * nmemb; in putBuffer() 61 if (wrt > 8 - (*pos)) in putBuffer() 62 wrt = 8 - (*pos); in putBuffer() 63 if (wrt > 4) in putBuffer() 64 wrt = 4; /* only send half at first => force multiple chunks! */ in putBuffer() 65 memcpy (stream, &("Hello123"[*pos]), wrt); in putBuffer() 66 (*pos) += wrt; in putBuffer() 67 return wrt; in putBuffer()
|
D | test_put.c | 59 unsigned int wrt; in putBuffer() local 61 wrt = size * nmemb; in putBuffer() 62 if (wrt > 8 - (*pos)) in putBuffer() 63 wrt = 8 - (*pos); in putBuffer() 64 memcpy (stream, &("Hello123"[*pos]), wrt); in putBuffer() 65 (*pos) += wrt; in putBuffer() 66 return wrt; in putBuffer()
|
D | test_large_put.c | 72 unsigned int wrt; in putBuffer() local 74 wrt = size * nmemb; in putBuffer() 75 if (wrt > PUT_SIZE - (*pos)) in putBuffer() 76 wrt = PUT_SIZE - (*pos); in putBuffer() 77 memcpy (stream, &put_buffer[*pos], wrt); in putBuffer() 78 (*pos) += wrt; in putBuffer() 79 return wrt; in putBuffer()
|
/external/boringssl/win-x86_64/crypto/aes/ |
D | vpaes-x86_64.asm | 1096 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 ..imagebase [all …]
|
D | aesni-x86_64.asm | 3962 DD $L$SEH_begin_aesni_ecb_encrypt wrt ..imagebase 3963 DD $L$SEH_end_aesni_ecb_encrypt wrt ..imagebase 3964 DD $L$SEH_info_ecb wrt ..imagebase 3966 DD $L$SEH_begin_aesni_ccm64_encrypt_blocks wrt ..imagebase 3967 DD $L$SEH_end_aesni_ccm64_encrypt_blocks wrt ..imagebase 3968 DD $L$SEH_info_ccm64_enc wrt ..imagebase 3970 DD $L$SEH_begin_aesni_ccm64_decrypt_blocks wrt ..imagebase 3971 DD $L$SEH_end_aesni_ccm64_decrypt_blocks wrt ..imagebase 3972 DD $L$SEH_info_ccm64_dec wrt ..imagebase 3974 DD $L$SEH_begin_aesni_ctr32_encrypt_blocks wrt ..imagebase [all …]
|
D | aes-x86_64.asm | 2818 DD $L$SEH_begin_asm_AES_encrypt wrt ..imagebase 2819 DD $L$SEH_end_asm_AES_encrypt wrt ..imagebase 2820 DD $L$SEH_info_asm_AES_encrypt wrt ..imagebase 2822 DD $L$SEH_begin_asm_AES_decrypt wrt ..imagebase 2823 DD $L$SEH_end_asm_AES_decrypt wrt ..imagebase 2824 DD $L$SEH_info_asm_AES_decrypt wrt ..imagebase 2826 DD $L$SEH_begin_asm_AES_set_encrypt_key wrt ..imagebase 2827 DD $L$SEH_end_asm_AES_set_encrypt_key wrt ..imagebase 2828 DD $L$SEH_info_asm_AES_set_encrypt_key wrt ..imagebase 2830 DD $L$SEH_begin_asm_AES_set_decrypt_key wrt ..imagebase [all …]
|
D | bsaes-x86_64.asm | 2700 DD $L$cbc_dec_prologue wrt ..imagebase 2701 DD $L$cbc_dec_epilogue wrt ..imagebase 2702 DD $L$cbc_dec_info wrt ..imagebase 2704 DD $L$ctr_enc_prologue wrt ..imagebase 2705 DD $L$ctr_enc_epilogue wrt ..imagebase 2706 DD $L$ctr_enc_info wrt ..imagebase 2708 DD $L$xts_enc_prologue wrt ..imagebase 2709 DD $L$xts_enc_epilogue wrt ..imagebase 2710 DD $L$xts_enc_info wrt ..imagebase 2712 DD $L$xts_dec_prologue wrt ..imagebase [all …]
|
/external/webp/src/enc/ |
D | picture.c | 237 WebPMemoryWriter wrt; in Encode() local 250 pic.custom_ptr = &wrt; in Encode() 251 WebPMemoryWriterInit(&wrt); in Encode() 256 WebPMemoryWriterClear(&wrt); in Encode() 260 *output = wrt.mem; in Encode() 261 return wrt.size; in Encode()
|
/external/boringssl/win-x86_64/crypto/bn/ |
D | rsaz-x86_64.asm | 1279 DD $L$SEH_begin_rsaz_512_sqr wrt ..imagebase 1280 DD $L$SEH_end_rsaz_512_sqr wrt ..imagebase 1281 DD $L$SEH_info_rsaz_512_sqr wrt ..imagebase 1283 DD $L$SEH_begin_rsaz_512_mul wrt ..imagebase 1284 DD $L$SEH_end_rsaz_512_mul wrt ..imagebase 1285 DD $L$SEH_info_rsaz_512_mul wrt ..imagebase 1287 DD $L$SEH_begin_rsaz_512_mul_gather4 wrt ..imagebase 1288 DD $L$SEH_end_rsaz_512_mul_gather4 wrt ..imagebase 1289 DD $L$SEH_info_rsaz_512_mul_gather4 wrt ..imagebase 1291 DD $L$SEH_begin_rsaz_512_mul_scatter4 wrt ..imagebase [all …]
|
D | x86_64-mont.asm | 917 DD $L$SEH_begin_bn_mul_mont wrt ..imagebase 918 DD $L$SEH_end_bn_mul_mont wrt ..imagebase 919 DD $L$SEH_info_bn_mul_mont wrt ..imagebase 921 DD $L$SEH_begin_bn_mul4x_mont wrt ..imagebase 922 DD $L$SEH_end_bn_mul4x_mont wrt ..imagebase 923 DD $L$SEH_info_bn_mul4x_mont wrt ..imagebase 925 DD $L$SEH_begin_bn_sqr8x_mont wrt ..imagebase 926 DD $L$SEH_end_bn_sqr8x_mont wrt ..imagebase 927 DD $L$SEH_info_bn_sqr8x_mont wrt ..imagebase 932 DD mul_handler wrt ..imagebase [all …]
|
D | x86_64-mont5.asm | 2019 DD $L$SEH_begin_bn_mul_mont_gather5 wrt ..imagebase 2020 DD $L$SEH_end_bn_mul_mont_gather5 wrt ..imagebase 2021 DD $L$SEH_info_bn_mul_mont_gather5 wrt ..imagebase 2023 DD $L$SEH_begin_bn_mul4x_mont_gather5 wrt ..imagebase 2024 DD $L$SEH_end_bn_mul4x_mont_gather5 wrt ..imagebase 2025 DD $L$SEH_info_bn_mul4x_mont_gather5 wrt ..imagebase 2027 DD $L$SEH_begin_bn_power5 wrt ..imagebase 2028 DD $L$SEH_end_bn_power5 wrt ..imagebase 2029 DD $L$SEH_info_bn_power5 wrt ..imagebase 2031 DD $L$SEH_begin_bn_from_mont8x wrt ..imagebase [all …]
|
/external/libvpx/libvpx/vpx_ports/ |
D | x86_abi_support.asm | 193 %define WRT_PLT wrt ..plt 202 add %1, _GLOBAL_OFFSET_TABLE_ + $$ - %%sub_offset wrt ..gotpc 206 %define GLOBAL(x) x + %1 wrt ..gotoff 239 %define WRT_PLT wrt ..plt 242 %define WRT_PLT wrt ..plt
|
/external/boringssl/win-x86_64/crypto/modes/ |
D | ghash-x86_64.asm | 1466 DD $L$SEH_begin_gcm_gmult_4bit wrt ..imagebase 1467 DD $L$SEH_end_gcm_gmult_4bit wrt ..imagebase 1468 DD $L$SEH_info_gcm_gmult_4bit wrt ..imagebase 1470 DD $L$SEH_begin_gcm_ghash_4bit wrt ..imagebase 1471 DD $L$SEH_end_gcm_ghash_4bit wrt ..imagebase 1472 DD $L$SEH_info_gcm_ghash_4bit wrt ..imagebase 1474 DD $L$SEH_begin_gcm_init_clmul wrt ..imagebase 1475 DD $L$SEH_end_gcm_init_clmul wrt ..imagebase 1476 DD $L$SEH_info_gcm_init_clmul wrt ..imagebase 1478 DD $L$SEH_begin_gcm_ghash_clmul wrt ..imagebase [all …]
|
/external/boringssl/win-x86_64/crypto/rc4/ |
D | rc4-x86_64.asm | 726 DD $L$SEH_begin_asm_RC4 wrt ..imagebase 727 DD $L$SEH_end_asm_RC4 wrt ..imagebase 728 DD $L$SEH_info_asm_RC4 wrt ..imagebase 730 DD $L$SEH_begin_asm_RC4_set_key wrt ..imagebase 731 DD $L$SEH_end_asm_RC4_set_key wrt ..imagebase 732 DD $L$SEH_info_asm_RC4_set_key wrt ..imagebase 738 DD stream_se_handler wrt ..imagebase 741 DD key_se_handler wrt ..imagebase
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | picture.c | 1058 WebPMemoryWriter wrt; in Encode() local 1071 pic.custom_ptr = &wrt; in Encode() 1072 WebPMemoryWriterInit(&wrt); in Encode() 1077 free(wrt.mem); in Encode() 1081 *output = wrt.mem; in Encode() 1082 return wrt.size; in Encode()
|
/external/opencv3/modules/videoio/src/ |
D | cap_gstreamer.cpp | 1567 CvVideoWriter_GStreamer* wrt = new CvVideoWriter_GStreamer; in cvCreateVideoWriter_GStreamer() local 1568 if( wrt->open(filename, fourcc, fps,frameSize, isColor)) in cvCreateVideoWriter_GStreamer() 1569 return wrt; in cvCreateVideoWriter_GStreamer() 1571 delete wrt; in cvCreateVideoWriter_GStreamer()
|
/external/libvpx/libvpx/third_party/x86inc/ |
D | x86inc.asm | 123 %define WRT_PLT wrt ..plt 132 add %1, _GLOBAL_OFFSET_TABLE_ + $$ - %%sub_offset wrt ..gotpc 136 %define GLOBAL(x) x + %1 wrt ..gotoff 163 %define WRT_PLT wrt ..plt
|
/external/elfutils/ |
D | NOTES | 1 - old GNU ld's behavior wrt DSOs seems to be severely broken.
|
/external/webp/ |
D | README | 487 WebPMemoryWriter wrt; 488 WebPMemoryWriterInit(&wrt); // initialize 'wrt' 498 // -> compressed data is the memory buffer described by wrt.mem / wrt.size 501 WebPMemoryWriterClear(&wrt);
|
/external/boringssl/win-x86_64/crypto/md5/ |
D | md5-x86_64.asm | 768 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/ |
D | sha256-x86_64.asm | 4060 DD $L$SEH_begin_sha256_block_data_order wrt ..imagebase 4061 DD $L$SEH_end_sha256_block_data_order wrt ..imagebase 4062 DD $L$SEH_info_sha256_block_data_order wrt ..imagebase 4063 DD $L$SEH_begin_sha256_block_data_order_ssse3 wrt ..imagebase 4064 DD $L$SEH_end_sha256_block_data_order_ssse3 wrt ..imagebase 4065 DD $L$SEH_info_sha256_block_data_order_ssse3 wrt ..imagebase 4066 DD $L$SEH_begin_sha256_block_data_order_avx wrt ..imagebase 4067 DD $L$SEH_end_sha256_block_data_order_avx wrt ..imagebase 4068 DD $L$SEH_info_sha256_block_data_order_avx wrt ..imagebase 4073 DD se_handler wrt ..imagebase [all …]
|