/third_party/ffmpeg/libavcodec/arm/ |
H A 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, #1 [all...] |
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/ |
H A 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 [es [all...] |
H A D | x86_64.s | 115 mov eax,DWORD PTR [rsp+0x8]
|
/third_party/lzma/Asm/x86/ |
H A 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 [r [all...] |
H A 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]
|
H A D | 7zCrcOpt.asm | 31 op dest, DWORD PTR [rT + src * 4 + 0400h * t]
43 movzx x6, BYTE PTR [rD]
|
H A D | Sha256Opt.asm | 168 movdqa mask2, XMMWORD PTR Reverse_Endian_Mask
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_mem.h | 53 # define nghttp3_mem_free(MEM, PTR) \ 54 nghttp3_mem_free_debug((MEM), (PTR), __func__, __FILE__, __LINE__) 59 # define nghttp3_mem_free2(FREE_FUNC, PTR, USER_DATA) \ 60 nghttp3_mem_free2_debug((FREE_FUNC), (PTR), (USER_DATA), __func__, \ 75 # define nghttp3_mem_realloc(MEM, PTR, SIZE) \ 76 nghttp3_mem_realloc_debug((MEM), (PTR), (SIZE), __func__, __FILE__, \
|
/third_party/python/Modules/_decimal/libmpdec/ |
H A 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 [ed in ppro_mulmod2() [all...] |
H A 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/ |
H A D | cm_mem.h | 29 #define SELF_FREE_PTR(PTR, FREE_FUNC) \ 31 if ((PTR) != NULL) { \ 32 FREE_FUNC(PTR); \ 33 (PTR) = NULL; \
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_mem.h | 55 # define ngtcp2_mem_free(MEM, PTR) \ 56 ngtcp2_mem_free_debug((MEM), (PTR), __func__, __FILE__, __LINE__) 68 # define ngtcp2_mem_realloc(MEM, PTR, SIZE) \ 69 ngtcp2_mem_realloc_debug((MEM), (PTR), (SIZE), __func__, __FILE__, __LINE__)
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | x86masm.pl | 26 if ($opcode =~ /lea/ && @arg[1] =~ s/.*PTR\s+(\(.*\))$/OFFSET $1/) # no [] 30 $arg[0] =~ s/\b[A-Z]+WORD\s+PTR/XMMWORD PTR/i if ($arg[-1]=~/\bxmm[0-7]\b/i); 31 $arg[-1] =~ s/\b[A-Z]+WORD\s+PTR/XMMWORD PTR/i if ($arg[0]=~/\bxmm[0-7]\b/i); 51 $ret .= "$size PTR " if ($size ne "");
|
/third_party/openssl/crypto/perlasm/ |
H A D | x86masm.pl | 26 if ($opcode =~ /lea/ && @arg[1] =~ s/.*PTR\s+(\(.*\))$/OFFSET $1/) # no [] 30 $arg[0] =~ s/\b[A-Z]+WORD\s+PTR/XMMWORD PTR/i if ($arg[-1]=~/\bxmm[0-7]\b/i); 31 $arg[-1] =~ s/\b[A-Z]+WORD\s+PTR/XMMWORD PTR/i if ($arg[0]=~/\bxmm[0-7]\b/i); 51 $ret .= "$size PTR " if ($size ne "");
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A 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 fft204 [all...] |
H A D | asm.S | 35 #define PTR .quad define 70 #define PTR .int define
|
/third_party/cmsis/CMSIS/Core/Include/a-profile/ |
H A D | cmsis_iccarm_a.h | 146 #define __UNALIGNED_UINT16_READ(PTR) __iar_uint16_read(PTR) 158 #define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL) 169 #define __UNALIGNED_UINT32_READ(PTR) __iar_uint32_read(PTR) 180 #define __UNALIGNED_UINT32_WRITE(PTR,VAL) __iar_uint32_write(PTR,VAL)
|
/third_party/cmsis/CMSIS/Core/Include/m-profile/ |
H A D | cmsis_iccarm_m.h | 193 #define __UNALIGNED_UINT16_READ(PTR) __iar_uint16_read(PTR) 205 #define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL) 216 #define __UNALIGNED_UINT32_READ(PTR) __iar_uint32_read(PTR) 227 #define __UNALIGNED_UINT32_WRITE(PTR,VAL) __iar_uint32_write(PTR,VAL) 235 #define __UNALIGNED_UINT32(PTR) (((struct __iar_u32 *)(PTR)) [all...] |
/third_party/vk-gl-cts/framework/delibs/debase/ |
H A D | deMemory.h | 33 #define DE_DELETE(TYPE, PTR) deFree(PTR)
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | utils.h | 67 #define WEBP_ALIGN(PTR) (((uintptr_t)(PTR) + WEBP_ALIGN_CST) & ~WEBP_ALIGN_CST)
|
/third_party/lwip/src/netif/ppp/ |
H A D | pppoe.c | 93 /* Add a 16 bit unsigned value to a buffer pointed to by PTR */ 94 #define PPPOE_ADD_16(PTR, VAL) \ 95 *(PTR)++ = (u8_t)((VAL) / 256); \ 96 *(PTR)++ = (u8_t)((VAL) % 256) 98 /* Add a complete PPPoE header to the buffer pointed to by PTR */ 99 #define PPPOE_ADD_HEADER(PTR, CODE, SESS, LEN) \ 100 *(PTR)++ = PPPOE_VERTYPE; \ 101 *(PTR)++ = (CODE); \ 102 PPPOE_ADD_16(PTR, SESS); \ 103 PPPOE_ADD_16(PTR, LE [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | h264pred_template.c | 843 #define PTR(x) \ macro 848 PTR(8) PTR(9) PTR(10) PTR(11) PTR(12) PTR(13) PTR(14) \ 1183 #undef PTR macro
|
/third_party/node/test/common/ |
H A D | dns.js | 12 PTR: 12, 126 case types.PTR: 255 case 'PTR':
|
/third_party/node/lib/internal/dns/ |
H A D | utils.js | 306 Resolver.prototype.resolvePtr = resolveMap.PTR = resolver('queryPtr');
|
/third_party/node/test/internet/ |
H A D | test-dns-any.js | 58 assert.strictEqual(r.type, 'PTR'); 160 assert.ok(types.PTR);
|