/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/ |
D | x86.s | 40 call DWORD PTR [esp+0x8] 56 call DWORD PTR [esp+0x4] 72 mov eax,DWORD PTR [esp+0x8] 73 call DWORD PTR [esp+0xc] 90 mov ebx,DWORD PTR [esp+0x8] 91 mov eax,DWORD PTR [esp+0xc] 92 call DWORD PTR [esp+0x10] 112 mov ebx,DWORD PTR [esp+0xc] 113 mov esi,DWORD PTR [esp+0x10] 114 mov eax,DWORD PTR [esp+0x14] [all …]
|
/third_party/ffmpeg/libavcodec/arm/ |
D | startcode_armv6.S | 28 PTR .req a4 label 41 ldr DAT0, [PTR], #4 49 ldmia PTR!, {DAT0,DAT1,DAT2,DAT3} 51 pld [PTR, #PRELOAD_DISTANCE*32] 75 mov PTR, BUF 82 tst PTR, #3 84 1: ldrb DAT0, [PTR], #1 88 tst PTR, #3 93 tst PTR, #12 97 tst PTR, #12 [all …]
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
D | nghttp3_mem.h | 53 # define nghttp3_mem_free(MEM, PTR) \ argument 54 nghttp3_mem_free_debug((MEM), (PTR), __func__, __FILE__, __LINE__) 59 # define nghttp3_mem_free2(FREE_FUNC, PTR, USER_DATA) \ argument 60 nghttp3_mem_free2_debug((FREE_FUNC), (PTR), (USER_DATA), __func__, \ 75 # define nghttp3_mem_realloc(MEM, PTR, SIZE) \ argument 76 nghttp3_mem_realloc_debug((MEM), (PTR), (SIZE), __func__, __FILE__, \
|
/third_party/lzma/Asm/x86/ |
D | LzFindOpt.asm | 115 cutValue_VAR equ DWORD PTR [r4 + 8 * 0] 116 cutValueCur_VAR equ DWORD PTR [r4 + 8 * 0 + 4] 117 cycPos_VAR equ DWORD PTR [r4 + 8 * 1 + 0] 118 cycSize_VAR equ DWORD PTR [r4 + 8 * 1 + 4] 119 hash_VAR equ QWORD PTR [r4 + 8 * 2] 120 limit_VAR equ QWORD PTR [r4 + 8 * 3] 121 size_VAR equ QWORD PTR [r4 + 8 * 4] 122 distances equ QWORD PTR [r4 + 8 * 5] 123 maxLen_VAR equ QWORD PTR [r4 + 8 * 6] 125 Old_RSP equ QWORD PTR [r4 + 8 * 7] [all …]
|
D | XzCrc64Opt.asm | 18 xor dest, QWORD PTR [rT + src * 8 + 0800h * t] 22 movzx x6, BYTE PTR [rD] 140 op0 dest0, DWORD PTR [rT + src * 8 + 0800h * t] 141 op1 dest1, DWORD PTR [rT + src * 8 + 0800h * t + 4] 150 movzx x6, BYTE PTR [rD]
|
/third_party/python/Modules/_decimal/libmpdec/ |
D | umodarith.h | 527 fld TBYTE PTR [eax] in ppro_mulmod() 532 fld QWORD PTR [edx] in ppro_mulmod() 556 fild DWORD PTR [edx] in ppro_mulmod2c() 559 fild DWORD PTR [eax] in ppro_mulmod2c() 561 fld TBYTE PTR [ebx] in ppro_mulmod2c() 567 fmul QWORD PTR [ecx] in ppro_mulmod2c() 570 fistp DWORD PTR [eax] in ppro_mulmod2c() 574 fmul QWORD PTR [ecx] in ppro_mulmod2c() 576 fistp DWORD PTR [edx] in ppro_mulmod2c() 595 fild DWORD PTR [edx] in ppro_mulmod2() [all …]
|
D | vcdiv64.asm | 40 div QWORD PTR d$[rsp] 41 mov QWORD PTR [r10], rdx 42 mov QWORD PTR [rcx], rax
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/include/ |
D | cm_mem.h | 29 #define SELF_FREE_PTR(PTR, FREE_FUNC) \ argument 31 if ((PTR) != NULL) { \ 32 FREE_FUNC(PTR); \ 33 (PTR) = NULL; \
|
/third_party/musl/src/stdio/ |
D | vfwprintf.c | 31 PTR, INT, UINT, ULLONG, enumerator 49 S('s') = PTR, S('S') = PTR, S('p') = UIPTR, S('n') = PTR, 58 S('c') = INT, S('s') = PTR, S('n') = PTR, 64 S('n') = PTR, 69 S('n') = PTR, 75 S('n') = PTR, 79 S('n') = PTR, 84 S('n') = PTR, 89 S('n') = PTR, 105 case PTR: arg->p = va_arg(*ap, void *); in pop_arg()
|
D | vfprintf.c | 38 PTR, INT, UINT, ULLONG, enumerator 56 S('s') = PTR, S('S') = PTR, S('p') = UIPTR, S('n') = PTR, 65 S('c') = INT, S('s') = PTR, S('n') = PTR, 71 S('n') = PTR, 76 S('n') = PTR, 82 S('n') = PTR, 86 S('n') = PTR, 91 S('n') = PTR, 96 S('n') = PTR, 112 case PTR: arg->p = va_arg(*ap, void *); in pop_arg()
|
/third_party/libffi/src/tile/ |
D | tile.S | 163 #define LOAD_REG(REG, PTR) \ argument 165 LW REG, PTR ; \ 166 addi PTR, PTR, REG_SIZE \ 204 #define STORE_REG(REG, PTR) \ argument 206 SW PTR, REG ; \ 207 addi PTR, PTR, REG_SIZE \
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_mem.h | 55 # define ngtcp2_mem_free(MEM, PTR) \ argument 56 ngtcp2_mem_free_debug((MEM), (PTR), __func__, __FILE__, __LINE__) 68 # define ngtcp2_mem_realloc(MEM, PTR, SIZE) \ argument 69 ngtcp2_mem_realloc_debug((MEM), (PTR), (SIZE), __func__, __FILE__, __LINE__)
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | fft_altivec.S | 438 PTR fft4\suffix\()_altivec 439 PTR fft8\suffix\()_altivec 440 PTR fft16\suffix\()_altivec 441 PTR fft32\suffix\()_altivec 442 PTR fft64\suffix\()_altivec 443 PTR fft128\suffix\()_altivec 444 PTR fft256\suffix\()_altivec 445 PTR fft512\suffix\()_altivec 446 PTR fft1024\suffix\()_altivec 447 PTR fft2048\suffix\()_altivec [all …]
|
D | asm.S | 35 #define PTR .quad macro 70 #define PTR .int macro
|
/third_party/openssl/crypto/perlasm/ |
D | x86_64-xlate.pl | 81 my $PTR=" PTR"; 96 elsif ($flavour eq "nasm") { $gas=0; $elf=0; $nasm=$nasmref; $win64=1; $decor="\$L\$"; $PTR=""; } 99 { $nasm = $1 + $2*0.01; $PTR=""; } 217 $self->{op} = "mov rdi,QWORD$PTR\[8+rsp\]\t;WIN64 epilogue\n\t". 218 "mov rsi,QWORD$PTR\[16+rsp\]\n\t"; 272 my %szmap = ( b=>"BYTE$PTR", w=>"WORD$PTR", 273 l=>"DWORD$PTR", d=>"DWORD$PTR", 274 q=>"QWORD$PTR", o=>"OWORD$PTR", 275 x=>"XMMWORD$PTR", y=>"YMMWORD$PTR", 469 $func .= " mov QWORD$PTR\[8+rsp\],rdi\t;WIN64 prologue\n"; [all …]
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
D | x86_64-xlate.pl | 81 my $PTR=" PTR"; 96 elsif ($flavour eq "nasm") { $gas=0; $elf=0; $nasm=$nasmref; $win64=1; $decor="\$L\$"; $PTR=""; } 99 { $nasm = $1 + $2*0.01; $PTR=""; } 217 $self->{op} = "mov rdi,QWORD$PTR\[8+rsp\]\t;WIN64 epilogue\n\t". 218 "mov rsi,QWORD$PTR\[16+rsp\]\n\t"; 272 my %szmap = ( b=>"BYTE$PTR", w=>"WORD$PTR", 273 l=>"DWORD$PTR", d=>"DWORD$PTR", 274 q=>"QWORD$PTR", o=>"OWORD$PTR", 275 x=>"XMMWORD$PTR", y=>"YMMWORD$PTR", 469 $func .= " mov QWORD$PTR\[8+rsp\],rdi\t;WIN64 prologue\n"; [all …]
|
/third_party/libffi/src/x86/ |
D | sysv_intel.S | 115 fstp DWORD PTR [ecx] 118 fstp QWORD PTR [ecx] 121 fstp QWORD PTR [ecx] 448 fld DWORD PTR [esp+closure_CF] 452 fld QWORD PTR [esp+closure_CF] 456 fld QWORD PTR [esp+closure_CF] 534 call DWORD PTR [eax+FFI_TRAMPOLINE_SIZE+4] /* call cl->fun */ 554 fld DWORD PTR [esp +16] 557 fld QWORD PTR [esp +16] 560 fld QWORD PTR [esp +16] [all …]
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
D | vfprintf.c | 43 PTR, INT, UINT, ULLONG, enumerator 61 S('s') = PTR, S('S') = PTR, S('p') = UIPTR, S('n') = PTR, 70 S('c') = INT, S('s') = PTR, S('n') = PTR, 76 S('n') = PTR, 81 S('n') = PTR, 87 S('n') = PTR, 91 S('n') = PTR, 96 S('n') = PTR, 101 S('n') = PTR, 117 case PTR: arg->p = va_arg(*ap, void *); in pop_arg()
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
D | vfprintf.c | 43 PTR, INT, UINT, ULLONG, enumerator 61 S('s') = PTR, S('S') = PTR, S('p') = UIPTR, S('n') = PTR, 70 S('c') = INT, S('s') = PTR, S('n') = PTR, 76 S('n') = PTR, 81 S('n') = PTR, 87 S('n') = PTR, 91 S('n') = PTR, 96 S('n') = PTR, 101 S('n') = PTR, 117 case PTR: arg->p = va_arg(*ap, void *); in pop_arg()
|
/third_party/musl/porting/linux/user/src/stdio/ |
D | vfprintf.c | 38 PTR, INT, UINT, ULLONG, enumerator 56 S('s') = PTR, S('S') = PTR, S('p') = UIPTR, S('n') = PTR, 65 S('c') = INT, S('s') = PTR, S('n') = PTR, 71 S('n') = PTR, 76 S('n') = PTR, 82 S('n') = PTR, 86 S('n') = PTR, 91 S('n') = PTR, 96 S('n') = PTR, 112 case PTR: arg->p = va_arg(*ap, void *); in pop_arg()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
D | vfprintf.c | 43 PTR, INT, UINT, ULLONG, enumerator 61 S('s') = PTR, S('S') = PTR, S('p') = UIPTR, S('n') = PTR, 70 S('c') = INT, S('s') = PTR, S('n') = PTR, 76 S('n') = PTR, 81 S('n') = PTR, 87 S('n') = PTR, 91 S('n') = PTR, 96 S('n') = PTR, 101 S('n') = PTR, 117 case PTR: arg->p = va_arg(*ap, void *); in pop_arg()
|
/third_party/cmsis/CMSIS/Core/Include/ |
D | cmsis_iccarm.h | 194 #define __UNALIGNED_UINT16_READ(PTR) __iar_uint16_read(PTR) argument 206 #define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL) argument 217 #define __UNALIGNED_UINT32_READ(PTR) __iar_uint32_read(PTR) argument 228 #define __UNALIGNED_UINT32_WRITE(PTR,VAL) __iar_uint32_write(PTR,VAL) argument 236 #define __UNALIGNED_UINT32(PTR) (((struct __iar_u32 *)(PTR))->v) argument
|
/third_party/vk-gl-cts/framework/delibs/debase/ |
D | deMemory.h | 33 #define DE_DELETE(TYPE, PTR) deFree(PTR) argument
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
D | utils.h | 67 #define WEBP_ALIGN(PTR) (((uintptr_t)(PTR) + WEBP_ALIGN_CST) & ~WEBP_ALIGN_CST) argument
|
/third_party/lwip/doc/ |
D | mdns.txt | 54 - Reverse lookups (PTR in-addr.arpa, ip6.arpa) of netif addresses 82 - _services._dns-sd._udp.local type PTR returns <service>.<proto>.local 83 - <service>.<proto>.local type PTR returns <name>.<service>.<proto>.local
|