/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
D | vsprintf.c | 29 va_list aptr; in vsprintf_0100() local 30 va_start(aptr, format); in vsprintf_0100() 31 int result = vsprintf(buffer, format, aptr); in vsprintf_0100() 32 va_end(aptr); in vsprintf_0100() 49 va_list aptr; in vsprintf_0200() local 50 va_start(aptr, format); in vsprintf_0200() 51 int result = vsprintf(buffer, format, aptr); in vsprintf_0200() 52 va_end(aptr); in vsprintf_0200() 69 va_list aptr; in vsprintf_0300() local 70 va_start(aptr, format); in vsprintf_0300() [all …]
|
D | vswprintf.c | 32 va_list aptr; in vswprintf_0100() local 33 va_start(aptr, format); in vswprintf_0100() 34 int result = vswprintf(buffer, MAX, format, aptr); in vswprintf_0100() 35 va_end(aptr); in vswprintf_0100() 52 va_list aptr; in vswprintf_0200() local 53 va_start(aptr, format); in vswprintf_0200() 54 int result = vswprintf(buffer, MAX, format, aptr); in vswprintf_0200() 55 va_end(aptr); in vswprintf_0200() 72 va_list aptr; in vswprintf_0300() local 73 va_start(aptr, format); in vswprintf_0300() [all …]
|
/third_party/openssl/crypto/bn/asm/ |
D | x86_64-mont5.pl | 1088 my $aptr="%rsi"; # const BN_ULONG *aptr, 1148 sub %r11,%rbp # align with $aptr 1212 mov $aptr,$rptr 1321 lea ($aptr,$num),$aptr # end of a[] buffer, ($aptr,$i)=&ap[2] 1326 mov -32($aptr,$i),$a0 # a[0] 1328 mov -24($aptr,$i),%rax # a[1] 1330 mov -16($aptr,$i),$ai # a[2] 1347 mov -8($aptr,$i),$ai # a[3] 1366 mov ($aptr,$j),$ai # a[4] 1376 mov 8($aptr,$j),$ai # a[5] [all …]
|
D | armv4-mont.pl | 309 my ($rptr,$aptr,$bptr,$nptr,$n0,$num)=map("r$_",(0..5)); 334 vld1.32 {$A0-$A3}, [$aptr]! @ can't specify :32 :-( 467 vld1.32 {$A0-$A3},[$aptr]! 537 vld1.32 {$A0-$A3},[$aptr]! 605 subeq $aptr,$aptr,$num,lsl#2 @ rewind 609 vld1.32 {$A0-$A3},[$aptr]! 687 subs $aptr,sp,#0 @ clear carry flag 691 ldmia $aptr!, {r4-r7} 697 teq $aptr,$bptr @ preserves carry 701 ldr r10, [$aptr] @ load top-most bit [all …]
|
D | x86_64-mont.pl | 824 my $aptr="%rsi"; # const BN_ULONG *aptr, 868 # ensure that stack frame doesn't alias with $aptr modulo 875 sub $aptr,%r11 879 sub %r11,%rbp # align with $aptr 1110 my ($aptr, $bptr, $nptr, $tptr, $mi, $bi, $zero, $num)= 1119 mulx 0*8($aptr),$mi,%rax # a[0]*b[0] 1120 mulx 1*8($aptr),%r11,%r14 # a[1]*b[0] 1123 mulx 2*8($aptr),%r12,%r13 # ... 1131 mulx 3*8($aptr),%rax,%r14 1133 lea 4*8($aptr),$aptr [all …]
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
D | x86_64-mont5.pl | 1088 my $aptr="%rsi"; # const BN_ULONG *aptr, 1148 sub %r11,%rbp # align with $aptr 1212 mov $aptr,$rptr 1321 lea ($aptr,$num),$aptr # end of a[] buffer, ($aptr,$i)=&ap[2] 1326 mov -32($aptr,$i),$a0 # a[0] 1328 mov -24($aptr,$i),%rax # a[1] 1330 mov -16($aptr,$i),$ai # a[2] 1347 mov -8($aptr,$i),$ai # a[3] 1366 mov ($aptr,$j),$ai # a[4] 1376 mov 8($aptr,$j),$ai # a[5] [all …]
|
D | armv4-mont.pl | 309 my ($rptr,$aptr,$bptr,$nptr,$n0,$num)=map("r$_",(0..5)); 334 vld1.32 {$A0-$A3}, [$aptr]! @ can't specify :32 :-( 467 vld1.32 {$A0-$A3},[$aptr]! 537 vld1.32 {$A0-$A3},[$aptr]! 605 subeq $aptr,$aptr,$num,lsl#2 @ rewind 609 vld1.32 {$A0-$A3},[$aptr]! 687 subs $aptr,sp,#0 @ clear carry flag 691 ldmia $aptr!, {r4-r7} 697 teq $aptr,$bptr @ preserves carry 701 ldr r10, [$aptr] @ load top-most bit [all …]
|
D | x86_64-mont.pl | 824 my $aptr="%rsi"; # const BN_ULONG *aptr, 868 # ensure that stack frame doesn't alias with $aptr modulo 875 sub $aptr,%r11 879 sub %r11,%rbp # align with $aptr 1110 my ($aptr, $bptr, $nptr, $tptr, $mi, $bi, $zero, $num)= 1119 mulx 0*8($aptr),$mi,%rax # a[0]*b[0] 1120 mulx 1*8($aptr),%r11,%r14 # a[1]*b[0] 1123 mulx 2*8($aptr),%r12,%r13 # ... 1131 mulx 3*8($aptr),%rax,%r14 1133 lea 4*8($aptr),$aptr [all …]
|
/third_party/musl/porting/liteos_a_newlib/kernel/src/ |
D | malloc.c | 36 void __wrap__free_r(struct _reent *reent, void *aptr) in __wrap__free_r() argument 38 if (aptr == NULL) { in __wrap__free_r() 42 LOS_MemFree(OS_SYS_MEM_ADDR, aptr); in __wrap__free_r() 45 size_t __wrap__malloc_usable_size_r(struct _reent *reent, void *aptr) in __wrap__malloc_usable_size_r() argument 68 void *__wrap__realloc_r(struct _reent *reent, void *aptr, size_t nbytes) in __wrap__realloc_r() argument 70 if (aptr == NULL) { in __wrap__realloc_r() 75 free(aptr); in __wrap__realloc_r() 79 return LOS_MemRealloc(OS_SYS_MEM_ADDR, aptr, nbytes); in __wrap__realloc_r()
|
/third_party/ffmpeg/libavcodec/ |
D | nellymoserdec.c | 68 float *aptr, *bptr, *pptr, val, pval; in nelly_decode_block() local 91 aptr = audio + i * NELLY_BUF_LEN; in nelly_decode_block() 98 aptr[j] = M_SQRT1_2*pows[j]; in nelly_decode_block() 100 aptr[j] *= -1.0; in nelly_decode_block() 103 aptr[j] = ff_nelly_dequantization_table[(1<<bits[j])-1+v]*pows[j]; in nelly_decode_block() 106 memset(&aptr[NELLY_FILL_LEN], 0, in nelly_decode_block() 109 s->imdct_ctx.imdct_half(&s->imdct_ctx, s->imdct_out, aptr); in nelly_decode_block() 110 s->fdsp->vector_fmul_window(aptr, s->imdct_prev + NELLY_BUF_LEN / 2, in nelly_decode_block()
|
/third_party/curl/lib/ |
D | http_digest.c | 100 allocuserpwd = &data->state.aptr.proxyuserpwd; in Curl_output_digest() 101 userp = data->state.aptr.proxyuser; in Curl_output_digest() 102 passwdp = data->state.aptr.proxypasswd; in Curl_output_digest() 108 allocuserpwd = &data->state.aptr.userpwd; in Curl_output_digest() 109 userp = data->state.aptr.user; in Curl_output_digest() 110 passwdp = data->state.aptr.passwd; in Curl_output_digest()
|
D | rtsp.c | 339 Curl_safefree(data->state.aptr.rtsp_transport); in rtsp_do() 341 data->state.aptr.rtsp_transport = in rtsp_do() 344 if(!data->state.aptr.rtsp_transport) in rtsp_do() 353 p_transport = data->state.aptr.rtsp_transport; in rtsp_do() 365 Curl_safefree(data->state.aptr.accept_encoding); in rtsp_do() 366 data->state.aptr.accept_encoding = in rtsp_do() 369 if(!data->state.aptr.accept_encoding) in rtsp_do() 372 p_accept_encoding = data->state.aptr.accept_encoding; in rtsp_do() 381 data->state.aptr.uagent) { in rtsp_do() 382 Curl_safefree(data->state.aptr.uagent); in rtsp_do() [all …]
|
D | http.c | 286 userp = &data->state.aptr.proxyuserpwd; in http_output_basic() 287 user = data->state.aptr.proxyuser; in http_output_basic() 288 pwd = data->state.aptr.proxypasswd; in http_output_basic() 294 userp = &data->state.aptr.userpwd; in http_output_basic() 295 user = data->state.aptr.user; in http_output_basic() 296 pwd = data->state.aptr.passwd; in http_output_basic() 341 userp = &data->state.aptr.userpwd; in http_output_bearer() 579 if((data->state.aptr.user || data->set.str[STRING_BEARER]) && in Curl_http_auth_act() 720 (!proxy && data->state.aptr.user && in output_auth_headers() 754 proxy ? (data->state.aptr.proxyuser ? in output_auth_headers() [all …]
|
D | http_ntlm.c | 157 allocuserpwd = &data->state.aptr.proxyuserpwd; in Curl_output_ntlm() 158 userp = data->state.aptr.proxyuser; in Curl_output_ntlm() 159 passwdp = data->state.aptr.proxypasswd; in Curl_output_ntlm() 171 allocuserpwd = &data->state.aptr.userpwd; in Curl_output_ntlm() 172 userp = data->state.aptr.user; in Curl_output_ntlm() 173 passwdp = data->state.aptr.passwd; in Curl_output_ntlm()
|
D | c-hyper.c | 1041 if(data->state.aptr.host) { in Curl_http() 1042 result = Curl_hyper_header(data, headers, data->state.aptr.host); in Curl_http() 1047 if(data->state.aptr.proxyuserpwd) { in Curl_http() 1048 result = Curl_hyper_header(data, headers, data->state.aptr.proxyuserpwd); in Curl_http() 1053 if(data->state.aptr.userpwd) { in Curl_http() 1054 result = Curl_hyper_header(data, headers, data->state.aptr.userpwd); in Curl_http() 1059 if((data->state.use_range && data->state.aptr.rangeline)) { in Curl_http() 1060 result = Curl_hyper_header(data, headers, data->state.aptr.rangeline); in Curl_http() 1067 data->state.aptr.uagent) { in Curl_http() 1068 result = Curl_hyper_header(data, headers, data->state.aptr.uagent); in Curl_http() [all …]
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
D | malloc.h | 40 size_t __wrap__malloc_usable_size_r(struct _reent *reent, void *aptr); 41 void __wrap__free_r(struct _reent *reent, void *aptr); 44 void *__wrap__realloc_r(struct _reent *reent, void *aptr, size_t nbytes);
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
D | dual_stack_example.c | 38 static int aptr; in ahc_echo() local 45 if (&aptr != *ptr) in ahc_echo() 48 *ptr = &aptr; in ahc_echo()
|
D | minimal_example.c | 38 static int aptr; in ahc_echo() local 45 if (&aptr != *ptr) in ahc_echo() 48 *ptr = &aptr; in ahc_echo()
|
D | chunked_example.c | 48 static int aptr; in ahc_echo() local 54 if (&aptr != *ptr) in ahc_echo() 57 *ptr = &aptr; in ahc_echo()
|
D | minimal_example_comet.c | 46 static int aptr; in ahc_echo() local 52 if (&aptr != *ptr) in ahc_echo() 55 *ptr = &aptr; in ahc_echo()
|
D | refuse_post_example.c | 44 static int aptr; in ahc_echo() local 52 if (&aptr != *ptr) in ahc_echo() 54 *ptr = &aptr; in ahc_echo()
|
D | querystring_example.c | 39 static int aptr; in ahc_echo() local 48 if (&aptr != *ptr) in ahc_echo() 51 *ptr = &aptr; in ahc_echo()
|
D | authorization_example.c | 49 static int aptr; in ahc_echo() local 59 if (&aptr != *ptr) in ahc_echo() 62 *ptr = &aptr; in ahc_echo()
|
/third_party/skia/third_party/externals/spirv-cross/samples/cpp/ |
D | atomics.cpp | 53 void *aptr = a; in main() local 61 spirv_cross_set_resource(shader, 0, 0, &aptr, sizeof(aptr)); in main()
|
D | shared.cpp | 52 void *aptr = a; in main() local 59 spirv_cross_set_resource(shader, 0, 0, &aptr, sizeof(aptr)); in main()
|