Searched refs:wrt (Results 1 – 25 of 63) sorted by relevance
123
1096 DD $L$SEH_begin_vpaes_set_encrypt_key wrt ..imagebase1097 DD $L$SEH_end_vpaes_set_encrypt_key wrt ..imagebase1098 DD $L$SEH_info_vpaes_set_encrypt_key wrt ..imagebase1100 DD $L$SEH_begin_vpaes_set_decrypt_key wrt ..imagebase1101 DD $L$SEH_end_vpaes_set_decrypt_key wrt ..imagebase1102 DD $L$SEH_info_vpaes_set_decrypt_key wrt ..imagebase1104 DD $L$SEH_begin_vpaes_encrypt wrt ..imagebase1105 DD $L$SEH_end_vpaes_encrypt wrt ..imagebase1106 DD $L$SEH_info_vpaes_encrypt wrt ..imagebase1108 DD $L$SEH_begin_vpaes_decrypt wrt ..imagebase[all …]
1047 DD $L$SEH_begin_bn_mul_mont wrt ..imagebase1048 DD $L$SEH_end_bn_mul_mont wrt ..imagebase1049 DD $L$SEH_info_bn_mul_mont wrt ..imagebase1051 DD $L$SEH_begin_bn_mul4x_mont wrt ..imagebase1052 DD $L$SEH_end_bn_mul4x_mont wrt ..imagebase1053 DD $L$SEH_info_bn_mul4x_mont wrt ..imagebase1055 DD $L$SEH_begin_bn_sqr8x_mont wrt ..imagebase1056 DD $L$SEH_end_bn_sqr8x_mont wrt ..imagebase1057 DD $L$SEH_info_bn_sqr8x_mont wrt ..imagebase1062 DD mul_handler wrt ..imagebase[all …]
2556 DD $L$SEH_begin_bn_mul_mont_gather5 wrt ..imagebase2557 DD $L$SEH_end_bn_mul_mont_gather5 wrt ..imagebase2558 DD $L$SEH_info_bn_mul_mont_gather5 wrt ..imagebase2560 DD $L$SEH_begin_bn_mul4x_mont_gather5 wrt ..imagebase2561 DD $L$SEH_end_bn_mul4x_mont_gather5 wrt ..imagebase2562 DD $L$SEH_info_bn_mul4x_mont_gather5 wrt ..imagebase2564 DD $L$SEH_begin_bn_power5 wrt ..imagebase2565 DD $L$SEH_end_bn_power5 wrt ..imagebase2566 DD $L$SEH_info_bn_power5 wrt ..imagebase2568 DD $L$SEH_begin_bn_from_mont8x wrt ..imagebase[all …]
4911 DD $L$SEH_begin_aesni_ecb_encrypt wrt ..imagebase4912 DD $L$SEH_end_aesni_ecb_encrypt wrt ..imagebase4913 DD $L$SEH_info_ecb wrt ..imagebase4915 DD $L$SEH_begin_aesni_ccm64_encrypt_blocks wrt ..imagebase4916 DD $L$SEH_end_aesni_ccm64_encrypt_blocks wrt ..imagebase4917 DD $L$SEH_info_ccm64_enc wrt ..imagebase4919 DD $L$SEH_begin_aesni_ccm64_decrypt_blocks wrt ..imagebase4920 DD $L$SEH_end_aesni_ccm64_decrypt_blocks wrt ..imagebase4921 DD $L$SEH_info_ccm64_dec wrt ..imagebase4923 DD $L$SEH_begin_aesni_ctr32_encrypt_blocks wrt ..imagebase[all …]
1982 DD $L$SEH_begin_gcm_gmult_4bit wrt ..imagebase1983 DD $L$SEH_end_gcm_gmult_4bit wrt ..imagebase1984 DD $L$SEH_info_gcm_gmult_4bit wrt ..imagebase1986 DD $L$SEH_begin_gcm_ghash_4bit wrt ..imagebase1987 DD $L$SEH_end_gcm_ghash_4bit wrt ..imagebase1988 DD $L$SEH_info_gcm_ghash_4bit wrt ..imagebase1990 DD $L$SEH_begin_gcm_init_clmul wrt ..imagebase1991 DD $L$SEH_end_gcm_init_clmul wrt ..imagebase1992 DD $L$SEH_info_gcm_init_clmul wrt ..imagebase1994 DD $L$SEH_begin_gcm_ghash_clmul wrt ..imagebase[all …]
2817 DD $L$SEH_begin_asm_AES_encrypt wrt ..imagebase2818 DD $L$SEH_end_asm_AES_encrypt wrt ..imagebase2819 DD $L$SEH_info_asm_AES_encrypt wrt ..imagebase2821 DD $L$SEH_begin_asm_AES_decrypt wrt ..imagebase2822 DD $L$SEH_end_asm_AES_decrypt wrt ..imagebase2823 DD $L$SEH_info_asm_AES_decrypt wrt ..imagebase2825 DD $L$SEH_begin_asm_AES_set_encrypt_key wrt ..imagebase2826 DD $L$SEH_end_asm_AES_set_encrypt_key wrt ..imagebase2827 DD $L$SEH_info_asm_AES_set_encrypt_key wrt ..imagebase2829 DD $L$SEH_begin_asm_AES_set_decrypt_key wrt ..imagebase[all …]
1006 DD $L$SEH_begin_aesni_gcm_decrypt wrt ..imagebase1007 DD $L$SEH_end_aesni_gcm_decrypt wrt ..imagebase1008 DD $L$SEH_gcm_dec_info wrt ..imagebase1010 DD $L$SEH_begin_aesni_gcm_encrypt wrt ..imagebase1011 DD $L$SEH_end_aesni_gcm_encrypt wrt ..imagebase1012 DD $L$SEH_gcm_enc_info wrt ..imagebase1017 DD gcm_se_handler wrt ..imagebase1018 DD $L$gcm_dec_body wrt ..imagebase,$L$gcm_dec_abort wrt ..imagebase1021 DD gcm_se_handler wrt ..imagebase1022 DD $L$gcm_enc_body wrt ..imagebase,$L$gcm_enc_abort wrt ..imagebase
2703 DD $L$cbc_dec_prologue wrt ..imagebase2704 DD $L$cbc_dec_epilogue wrt ..imagebase2705 DD $L$cbc_dec_info wrt ..imagebase2707 DD $L$ctr_enc_prologue wrt ..imagebase2708 DD $L$ctr_enc_epilogue wrt ..imagebase2709 DD $L$ctr_enc_info wrt ..imagebase2711 DD $L$xts_enc_prologue wrt ..imagebase2712 DD $L$xts_enc_epilogue wrt ..imagebase2713 DD $L$xts_enc_info wrt ..imagebase2715 DD $L$xts_dec_prologue wrt ..imagebase[all …]
53 unsigned int wrt; in putBuffer() local55 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()
55 unsigned int wrt; in putBuffer() local57 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()
63 unsigned int wrt; in putBuffer() local65 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()
90 unsigned int wrt; in putBuffer() local92 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()
58 unsigned int wrt; in putBuffer() local60 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()
59 unsigned int wrt; in putBuffer() local61 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()
72 unsigned int wrt; in putBuffer() local74 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()
76 SignatureWriter wrt = new SignatureWriter(); in test() local81 rdr.accept(wrt); in test()84 rdr.acceptType(wrt); in test()89 assertEquals(signature, wrt.toString()); in test()
... signature org.objectweb.asm.signature.SignatureWriter wrt org.objectweb.asm.signature.SignatureReader rdr ...
237 WebPMemoryWriter wrt; in Encode() local252 pic.custom_ptr = &wrt; in Encode()253 WebPMemoryWriterInit(&wrt); in Encode()258 WebPMemoryWriterClear(&wrt); in Encode()262 *output = wrt.mem; in Encode()263 return wrt.size; in Encode()
192 %define WRT_PLT wrt ..plt201 add %1, _GLOBAL_OFFSET_TABLE_ + $$ - %%sub_offset wrt ..gotpc205 %define GLOBAL(x) x + %1 wrt ..gotoff237 %define WRT_PLT wrt ..plt240 %define WRT_PLT wrt ..plt
1859 DD $L$SEH_begin_ChaCha20_ctr32 wrt ..imagebase1860 DD $L$SEH_end_ChaCha20_ctr32 wrt ..imagebase1861 DD $L$SEH_info_ChaCha20_ctr32 wrt ..imagebase1863 DD $L$SEH_begin_ChaCha20_ssse3 wrt ..imagebase1864 DD $L$SEH_end_ChaCha20_ssse3 wrt ..imagebase1865 DD $L$SEH_info_ChaCha20_ssse3 wrt ..imagebase1867 DD $L$SEH_begin_ChaCha20_4x wrt ..imagebase1868 DD $L$SEH_end_ChaCha20_4x wrt ..imagebase1869 DD $L$SEH_info_ChaCha20_4x wrt ..imagebase1870 DD $L$SEH_begin_ChaCha20_8x wrt ..imagebase[all …]
4 summary: "Computes the gradient for the sqrt of `x` wrt its input."
4 summary: "Computes the gradient for the inverse of `x` wrt its input."
4 summary: "Computes the gradient for the rsqrt of `x` wrt its input."
4 summary: "Computes the gradient of the sigmoid of `x` wrt its input."