Home
last modified time | relevance | path

Searched defs:PTR (Results 1 – 21 of 21) 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/vk-gl-cts/framework/delibs/debase/
DdeMemory.h33 #define DE_DELETE(TYPE, PTR) deFree(PTR) argument
/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/node/test/common/
Ddns.js12 PTR: 12, property
/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/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/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/musl/src/stdio/
Dvfwprintf.c31 PTR, INT, UINT, ULLONG, enumerator
Dvfprintf.c38 PTR, INT, UINT, ULLONG, enumerator
/third_party/musl/porting/linux/user/src/stdio/
Dvfprintf.c38 PTR, INT, UINT, ULLONG, enumerator
/third_party/musl/porting/uniproton/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/musl/porting/liteos_m/kernel/src/stdio/
Dvfprintf.c43 PTR, INT, UINT, ULLONG, enumerator
/third_party/mesa3d/src/glx/
Dindirect_vertex_array.c1128 #define COMMON_ARRAY_DATA_INIT(a, PTR, TYPE, STRIDE, COUNT, NORMALIZED, HDR_SIZE, OPCODE) \ argument
/third_party/ffmpeg/libavcodec/
Dh264pred_template.c865 #define PTR(x) \ macro
/third_party/pcre2/pcre2/src/
Dpcre2test.c1511 #define PTR(x) ( \ macro
1978 #define PTR(x) ( \ macro
2125 #define PTR(x) (void *)G(x,8) macro
2232 #define PTR(x) (void *)G(x,16) macro
2339 #define PTR(x) (void *)G(x,32) macro
/third_party/sqlite/src/
Dsqlite3.c13522 # define AtomicLoad(PTR) __atomic_load_n((PTR),__ATOMIC_RELAXED) argument
13523 # define AtomicStore(PTR,VAL) __atomic_store_n((PTR),(VAL),__ATOMIC_RELAXED) argument
13526 # define AtomicLoad(PTR) (*(PTR)) argument
13527 # 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.c886 #define BLOOM_UPDATE(TYPE, MASK, PTR, LEN) \ in make_bloom_mask() argument