Home
last modified time | relevance | path

Searched defs:PTR (Results 1 – 22 of 22) sorted by relevance

/third_party/libffi/src/tile/
Dtile.S163 #define LOAD_REG(REG, PTR) \ argument
204 #define STORE_REG(REG, PTR) \ argument
/third_party/ffmpeg/libavcodec/ppc/
Dasm.S35 #define PTR .quad macro
70 #define PTR .int macro
/third_party/ffmpeg/libavcodec/arm/
Dstartcode_armv6.S28 PTR .req a4 label
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dutils.h63 #define WEBP_ALIGN(PTR) (((uintptr_t)(PTR) + WEBP_ALIGN_CST) & ~WEBP_ALIGN_CST) argument
/third_party/skia/third_party/externals/libwebp/src/utils/
Dutils.h67 #define WEBP_ALIGN(PTR) (((uintptr_t)(PTR) + WEBP_ALIGN_CST) & ~WEBP_ALIGN_CST) argument
/third_party/node/test/common/
Ddns.js12 PTR: 12, property
/third_party/cmsis/CMSIS/Core/Include/
Dcmsis_iccarm.h188 #define __UNALIGNED_UINT16_READ(PTR) __iar_uint16_read(PTR) argument
200 #define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL) argument
211 #define __UNALIGNED_UINT32_READ(PTR) __iar_uint32_read(PTR) argument
222 #define __UNALIGNED_UINT32_WRITE(PTR,VAL) __iar_uint32_write(PTR,VAL) argument
230 #define __UNALIGNED_UINT32(PTR) (((struct __iar_u32 *)(PTR))->v) argument
/third_party/lwip/src/netif/ppp/
Dpppoe.c94 #define PPPOE_ADD_16(PTR, VAL) \ argument
99 #define PPPOE_ADD_HEADER(PTR, CODE, SESS, LEN) \ argument
/third_party/musl/src/stdio/
Dvfwprintf.c31 PTR, INT, UINT, ULLONG, enumerator
Dvfprintf.c38 PTR, INT, UINT, ULLONG, enumerator
/third_party/uboot/u-boot-2020.01/arch/mips/include/asm/
Dasm.h372 #define PTR .word macro
397 #define PTR .dword macro
/third_party/uboot/u-boot-2020.01/fs/jffs2/
Dcompr_lzo.c136 #define PTR(a) ((lzo_ptr_t) (a)) macro
/third_party/ejdb/src/util/
Dlwre.c62 # define RE_REALLOC(RE, PTR, SIZE) re__realloc((RE), (PTR), (SIZE)) argument
75 # define RE_FREE(RE, PTR) free(PTR) argument
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dvfprintf.c43 PTR, INT, UINT, ULLONG, enumerator
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dvfprintf.c43 PTR, INT, UINT, ULLONG, enumerator
/third_party/mingw-w64/mingw-w64-headers/include/
Dsqltypes.h109 typedef void *PTR; typedef
Dwindns.h664 DNS_PTR_DATAW PTR,Ptr,NS,Ns,CNAME,Cname,MB,Mb,MD,Md,MF,Mf,MG,Mg,MR,Mr; member
697 DNS_PTR_DATAA PTR,Ptr,NS,Ns,CNAME,Cname,MB,Mb,MD,Md,MF,Mf,MG,Mg,MR,Mr; member
/third_party/ffmpeg/libavcodec/
Dh264pred_template.c865 #define PTR(x) \ macro
/third_party/pcre2/pcre2/src/
Dpcre2test.c1503 #define PTR(x) ( \ macro
1970 #define PTR(x) ( \ macro
2117 #define PTR(x) (void *)G(x,8) macro
2224 #define PTR(x) (void *)G(x,16) macro
2331 #define PTR(x) (void *)G(x,32) macro
/third_party/sqlite/src/
Dsqlite3.c13762 # define AtomicLoad(PTR) __atomic_load_n((PTR),__ATOMIC_RELAXED) argument
13763 # define AtomicStore(PTR,VAL) __atomic_store_n((PTR),(VAL),__ATOMIC_RELAXED) argument
13765 # define AtomicLoad(PTR) (*(PTR)) argument
13766 # define AtomicStore(PTR,VAL) (*(PTR) = (VAL)) argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp3923 LLVMValueRef PTR, LLVMValueRef Val, in LLVMBuildAtomicRMW()
/third_party/python/Objects/
Dunicodeobject.c890 #define BLOOM_UPDATE(TYPE, MASK, PTR, LEN) \ in make_bloom_mask() argument