/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A 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, forma in vswprintf_0300() [all...] |
H A 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, forma in vsprintf_0300() [all...] |
/third_party/musl/porting/liteos_a_newlib/kernel/src/ |
H A 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/ |
H A 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/ |
H A 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()
|
H A 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 in output_auth_headers() 2143 struct dynamically_allocated_data *aptr = &data->state.aptr; Curl_http_host() local [all...] |
H A 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 in rtsp_do() [all...] |
H A 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()
|
H A 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 in Curl_http() [all...] |
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | x86_64-mont5.pl | 1089 my $aptr="%rsi"; # const BN_ULONG *aptr, 1149 sub %r11,%rbp # align with $aptr 1213 mov $aptr,$rptr 1322 lea ($aptr,$num),$aptr # end of a[] buffer, ($aptr,$i)=&ap[2] 1327 mov -32($aptr,$i),$a0 # a[0] 1329 mov -24($aptr,$i),%rax # a[1] 1331 mov -16($aptr, [all...] |
H A D | x86_64-mont.pl | 825 my $aptr="%rsi"; # const BN_ULONG *aptr, 869 # ensure that stack frame doesn't alias with $aptr modulo 876 sub $aptr,%r11 880 sub %r11,%rbp # align with $aptr 1112 my ($aptr, $bptr, $nptr, $tptr, $mi, $bi, $zero, $num)= 1121 mulx 0*8($aptr),$mi,%rax # a[0]*b[0] 1122 mulx 1*8($aptr),%r11,%r14 # a[1]*b[0] 1125 mulx 2*8($aptr),%r12,%r13 # ... 1133 mulx 3*8($aptr), [all...] |
/third_party/openssl/crypto/bn/asm/ |
H A D | x86_64-mont5.pl | 1089 my $aptr="%rsi"; # const BN_ULONG *aptr, 1149 sub %r11,%rbp # align with $aptr 1213 mov $aptr,$rptr 1322 lea ($aptr,$num),$aptr # end of a[] buffer, ($aptr,$i)=&ap[2] 1327 mov -32($aptr,$i),$a0 # a[0] 1329 mov -24($aptr,$i),%rax # a[1] 1331 mov -16($aptr, [all...] |
H A D | x86_64-mont.pl | 825 my $aptr="%rsi"; # const BN_ULONG *aptr, 869 # ensure that stack frame doesn't alias with $aptr modulo 876 sub $aptr,%r11 880 sub %r11,%rbp # align with $aptr 1112 my ($aptr, $bptr, $nptr, $tptr, $mi, $bi, $zero, $num)= 1121 mulx 0*8($aptr),$mi,%rax # a[0]*b[0] 1122 mulx 1*8($aptr),%r11,%r14 # a[1]*b[0] 1125 mulx 2*8($aptr),%r12,%r13 # ... 1133 mulx 3*8($aptr), [all...] |
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
H A 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/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | fileserver_example.c | 57 static int aptr; in ahc_echo() local 65 if (&aptr != *ptr) in ahc_echo() 68 *ptr = &aptr; in ahc_echo()
|
/third_party/skia/third_party/externals/spirv-cross/samples/cpp/ |
H A D | atomics.cpp | 53 void *aptr = a; in main() local 61 spirv_cross_set_resource(shader, 0, 0, &aptr, sizeof(aptr)); in main()
|
H A D | shared.cpp | 52 void *aptr = a; in main() local 59 spirv_cross_set_resource(shader, 0, 0, &aptr, sizeof(aptr)); in main()
|
H A D | multiply.cpp | 54 void *aptr = a; in main() local 62 spirv_cross_set_resource(shader, 0, 0, &aptr, sizeof(aptr)); in main()
|