| /third_party/openssl/include/internal/ |
| D | tsan_assist.h | 57 # define tsan_load(ptr) atomic_load_explicit((ptr), memory_order_relaxed) argument 58 # define tsan_store(ptr, val) atomic_store_explicit((ptr), (val), memory_order_relaxed) argument 59 # define tsan_counter(ptr) atomic_fetch_add_explicit((ptr), 1, memory_order_relaxed) argument 60 # define tsan_decr(ptr) atomic_fetch_add_explicit((ptr), -1, memory_order_relaxed) argument 61 # define tsan_ld_acq(ptr) atomic_load_explicit((ptr), memory_order_acquire) argument 62 # define tsan_st_rel(ptr, val) atomic_store_explicit((ptr), (val), memory_order_release) argument 70 # define tsan_load(ptr) __atomic_load_n((ptr), __ATOMIC_RELAXED) argument 71 # define tsan_store(ptr, val) __atomic_store_n((ptr), (val), __ATOMIC_RELAXED) argument 72 # define tsan_counter(ptr) __atomic_fetch_add((ptr), 1, __ATOMIC_RELAXED) argument 73 # define tsan_decr(ptr) __atomic_fetch_add((ptr), -1, __ATOMIC_RELAXED) argument [all …]
|
| /third_party/alsa-lib/src/pcm/ |
| D | plugin_ops.h | 44 #define as_u8(ptr) (*(uint8_t*)(ptr)) argument 45 #define as_u16(ptr) (*(uint16_t*)(ptr)) argument 46 #define as_u32(ptr) (*(uint32_t*)(ptr)) argument 47 #define as_u64(ptr) (*(uint64_t*)(ptr)) argument 48 #define as_s8(ptr) (*(int8_t*)(ptr)) argument 49 #define as_s16(ptr) (*(int16_t*)(ptr)) argument 50 #define as_s32(ptr) (*(int32_t*)(ptr)) argument 51 #define as_s64(ptr) (*(int64_t*)(ptr)) argument 52 #define as_float(ptr) (*(float_t*)(ptr)) argument 53 #define as_double(ptr) (*(double_t*)(ptr)) argument [all …]
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| D | ptrlist.h | 14 #define CHECK_TYPE(head,ptr) (void)(&(ptr) == &(head)->list[0]) argument 59 #define add_ptr_list(list, ptr) ({ \ argument 64 #define add_ptr_list_tag(list, ptr, tag) ({ \ argument 95 #define PREPARE_PTR_LIST(head, ptr) \ argument 98 #define NEXT_PTR_LIST(ptr) \ argument 101 #define RESET_PTR_LIST(ptr) \ argument 104 #define FINISH_PTR_LIST(ptr) \ argument 107 #define RECURSE_PTR_REVERSE(ptr, new) \ argument 112 #define FOR_EACH_PTR(head, ptr) \ argument 115 #define FOR_EACH_PTR_TAG(head, ptr) \ argument [all …]
|
| /third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/ |
| D | ftmemory.h | 151 #define FT_MEM_ALLOC( ptr, size ) \ argument 156 #define FT_MEM_FREE( ptr ) \ argument 162 #define FT_MEM_NEW( ptr ) \ argument 165 #define FT_MEM_REALLOC( ptr, cursz, newsz ) \ argument 173 #define FT_MEM_QALLOC( ptr, size ) \ argument 178 #define FT_MEM_QNEW( ptr ) \ argument 181 #define FT_MEM_QREALLOC( ptr, cursz, newsz ) \ argument 189 #define FT_MEM_ALLOC_MULT( ptr, count, item_size ) \ argument 197 #define FT_MEM_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument 205 #define FT_MEM_QALLOC_MULT( ptr, count, item_size ) \ argument [all …]
|
| /third_party/freetype/include/freetype/internal/ |
| D | ftmemory.h | 160 #define FT_MEM_ALLOC( ptr, size ) \ argument 165 #define FT_MEM_FREE( ptr ) \ argument 171 #define FT_MEM_NEW( ptr ) \ argument 174 #define FT_MEM_REALLOC( ptr, cursz, newsz ) \ argument 182 #define FT_MEM_QALLOC( ptr, size ) \ argument 187 #define FT_MEM_QNEW( ptr ) \ argument 190 #define FT_MEM_QREALLOC( ptr, cursz, newsz ) \ argument 198 #define FT_MEM_ALLOC_MULT( ptr, count, item_size ) \ argument 206 #define FT_MEM_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument 214 #define FT_MEM_QALLOC_MULT( ptr, count, item_size ) \ argument [all …]
|
| /third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
| D | ftmemory.h | 160 #define FT_MEM_ALLOC( ptr, size ) \ argument 165 #define FT_MEM_FREE( ptr ) \ argument 171 #define FT_MEM_NEW( ptr ) \ argument 174 #define FT_MEM_REALLOC( ptr, cursz, newsz ) \ argument 182 #define FT_MEM_QALLOC( ptr, size ) \ argument 187 #define FT_MEM_QNEW( ptr ) \ argument 190 #define FT_MEM_QREALLOC( ptr, cursz, newsz ) \ argument 198 #define FT_MEM_ALLOC_MULT( ptr, count, item_size ) \ argument 206 #define FT_MEM_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument 214 #define FT_MEM_QALLOC_MULT( ptr, count, item_size ) \ argument [all …]
|
| /third_party/python/Modules/_ctypes/ |
| D | cfield.c | 13 static void pymem_destructor(PyObject *ptr) in pymem_destructor() 205 char *ptr; in PyCField_set() local 475 b_set(void *ptr, PyObject *value, Py_ssize_t size) in b_set() 486 b_get(void *ptr, Py_ssize_t size) in b_get() 494 B_set(void *ptr, PyObject *value, Py_ssize_t size) in B_set() 505 B_get(void *ptr, Py_ssize_t size) in B_get() 513 h_set(void *ptr, PyObject *value, Py_ssize_t size) in h_set() 527 h_set_sw(void *ptr, PyObject *value, Py_ssize_t size) in h_set_sw() 543 h_get(void *ptr, Py_ssize_t size) in h_get() 552 h_get_sw(void *ptr, Py_ssize_t size) in h_get_sw() [all …]
|
| /third_party/curl/lib/ |
| D | curl_memory.h | 122 #define strdup(ptr) Curl_cstrdup(ptr) argument 128 #define realloc(ptr,size) Curl_crealloc(ptr, size) argument 130 #define free(ptr) Curl_cfree(ptr) argument 135 # define wcsdup(ptr) Curl_cwcsdup(ptr) argument 137 # define _wcsdup(ptr) Curl_cwcsdup(ptr) argument 139 # define _tcsdup(ptr) Curl_cwcsdup(ptr) argument 142 # define _tcsdup(ptr) Curl_cstrdup(ptr) argument
|
| /third_party/protobuf/src/google/protobuf/ |
| D | parse_context.cc | 55 auto ptr = begin + overrun; in ParseEndsInSlopRegion() local 157 std::pair<const char*, bool> EpsCopyInputStream::DoneFallback(const char* ptr, in DoneFallback() 195 const char* EpsCopyInputStream::SkipFallback(const char* ptr, int size) { in SkipFallback() 199 const char* EpsCopyInputStream::ReadStringFallback(const char* ptr, int size, in ReadStringFallback() 212 const char* EpsCopyInputStream::AppendStringFallback(const char* ptr, int size, in AppendStringFallback() 226 const char* EpsCopyInputStream::ReadRepeatedFixed(const char* ptr, in ReadRepeatedFixed() 251 const char* EpsCopyInputStream::ReadPackedFixed(const char* ptr, int size, in ReadPackedFixed() 294 auto ptr = static_cast<const char*>(data); in InitFrom() local 303 auto ptr = buffer_ + 2 * kSlopBytes - size; in InitFrom() local 315 const char* ParseContext::ParseMessage(MessageLite* msg, const char* ptr) { in ParseMessage() [all …]
|
| D | parse_context.h | 115 void BackUp(const char* ptr) { in BackUp() 127 PROTOBUF_MUST_USE_RESULT int PushLimit(const char* ptr, int limit) { in PushLimit() 147 PROTOBUF_MUST_USE_RESULT const char* Skip(const char* ptr, int size) { in Skip() 153 PROTOBUF_MUST_USE_RESULT const char* ReadString(const char* ptr, int size, in ReadString() 161 PROTOBUF_MUST_USE_RESULT const char* AppendString(const char* ptr, int size, in AppendString() 193 bool IsExceedingLimit(const char* ptr) { in IsExceedingLimit() 197 int BytesUntilLimit(const char* ptr) const { in BytesUntilLimit() 202 bool DataAvailable(const char* ptr) { return ptr < limit_end_; } in DataAvailable() 208 bool DoneWithCheck(const char** ptr, int d) { in DoneWithCheck() 295 const char* AppendSize(const char* ptr, int size, const A& append) { in AppendSize() [all …]
|
| /third_party/mesa3d/src/util/ |
| D | u_debug_describe.c | 33 debug_describe_reference(char* buf, UNUSED const struct pipe_reference*ptr) in debug_describe_reference() 39 debug_describe_resource(char* buf, const struct pipe_resource *ptr) in debug_describe_resource() 77 debug_describe_surface(char* buf, const struct pipe_surface *ptr) in debug_describe_surface() 85 debug_describe_sampler_view(char* buf, const struct pipe_sampler_view *ptr) in debug_describe_sampler_view() 93 debug_describe_image_view(char* buf, const struct pipe_image_view *ptr) in debug_describe_image_view() 103 const struct pipe_stream_output_target *ptr) in debug_describe_so_target()
|
| /third_party/expat/lib/ |
| D | xmlrole.c | 142 prolog0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog0() 173 prolog1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog1() 205 prolog2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog2() 225 doctype0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype0() 242 doctype1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype1() 268 doctype2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype2() 284 doctype3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype3() 300 doctype4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype4() 319 doctype5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype5() 335 internalSubset(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in internalSubset() [all …]
|
| /third_party/python/Modules/expat/ |
| D | xmlrole.c | 140 prolog0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog0() 171 prolog1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog1() 203 prolog2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog2() 223 doctype0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype0() 240 doctype1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype1() 266 doctype2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype2() 282 doctype3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype3() 298 doctype4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype4() 317 doctype5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype5() 333 internalSubset(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in internalSubset() [all …]
|
| /third_party/skia/third_party/externals/expat/expat/lib/ |
| D | xmlrole.c | 140 prolog0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog0() 171 prolog1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog1() 203 prolog2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog2() 223 doctype0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype0() 240 doctype1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype1() 266 doctype2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype2() 282 doctype3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype3() 298 doctype4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype4() 317 doctype5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype5() 333 internalSubset(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in internalSubset() [all …]
|
| /third_party/vk-gl-cts/framework/referencerenderer/ |
| D | rrVertexAttrib.cpp | 60 inline void readOrder (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const void* ptr) in readOrder() 72 inline void readUnormOrder (tcu::Vec4& dst, const int size, const void* ptr) in readUnormOrder() 86 inline void readSnormClamp (tcu::Vec4& dst, const int size, const void* ptr) in readSnormClamp() 101 inline void readSnormScale (tcu::Vec4& dst, const int size, const void* ptr) in readSnormScale() 115 inline void readHalf (tcu::Vec4& dst, const int size, const void* ptr) in readHalf() 126 inline void readFixed (tcu::Vec4& dst, const int size, const void* ptr) in readFixed() 137 inline void readDouble (tcu::Vec4& dst, const int size, const void* ptr) in readDouble() 155 …d readUint2101010Rev (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const void* ptr) in readUint2101010Rev() 167 …id readInt2101010Rev (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const void* ptr) in readInt2101010Rev() 179 inline void readUnorm2101010RevOrder (tcu::Vec4& dst, const int size, const void* ptr) in readUnorm2101010RevOrder() [all …]
|
| /third_party/libsnd/src/ |
| D | ulaw.c | 795 ulaw2s_array (unsigned char *buffer, int count, short *ptr) in ulaw2s_array() 801 ulaw2i_array (unsigned char *buffer, int count, int *ptr) in ulaw2i_array() 807 ulaw2f_array (unsigned char *buffer, int count, float *ptr, float normfact) in ulaw2f_array() 813 ulaw2d_array (const unsigned char *buffer, int count, double *ptr, double normfact) in ulaw2d_array() 819 s2ulaw_array (const short *ptr, int count, unsigned char *buffer) in s2ulaw_array() 829 i2ulaw_array (const int *ptr, int count, unsigned char *buffer) in i2ulaw_array() 841 f2ulaw_array (const float *ptr, int count, unsigned char *buffer, float normfact) in f2ulaw_array() 851 d2ulaw_array (const double *ptr, int count, unsigned char *buffer, double normfact) in d2ulaw_array() 866 ulaw_read_ulaw2s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in ulaw_read_ulaw2s() 888 ulaw_read_ulaw2i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in ulaw_read_ulaw2i() [all …]
|
| D | alaw.c | 294 alaw2s_array (unsigned char *buffer, int count, short *ptr) in alaw2s_array() 300 alaw2i_array (unsigned char *buffer, int count, int *ptr) in alaw2i_array() 306 alaw2f_array (unsigned char *buffer, int count, float *ptr, float normfact) in alaw2f_array() 312 alaw2d_array (unsigned char *buffer, int count, double *ptr, double normfact) in alaw2d_array() 318 s2alaw_array (const short *ptr, int count, unsigned char *buffer) in s2alaw_array() 328 i2alaw_array (const int *ptr, int count, unsigned char *buffer) in i2alaw_array() 340 f2alaw_array (const float *ptr, int count, unsigned char *buffer, float normfact) in f2alaw_array() 350 d2alaw_array (const double *ptr, int count, unsigned char *buffer, double normfact) in d2alaw_array() 365 alaw_read_alaw2s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in alaw_read_alaw2s() 387 alaw_read_alaw2i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in alaw_read_alaw2i() [all …]
|
| /third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
| D | faccessat.c | 32 const char *ptr = "/data/tests/libc-test/src/functionalext/supplement/unistd/faccessattest.txt"; in faccessat_0100() local 49 const char *ptr = "/data/tests/libc-test/src/functionalext/supplement/unistd/faccessattest.txt"; in faccessat_0200() local 65 const char *ptr = "/data/tests/libc-test/src/functionalext/supplement/unistd/faccessattest.txt"; in faccessat_0300() local 82 const char *ptr = "/data/tests/libc-test/src/functionalext/supplement/unistd/faccessattest.txt"; in faccessat_0400() local 99 const char *ptr = "/data/tests/libc-test/src/functionalext/supplement/unistd/faccessattest.txt"; in faccessat_0500() local 117 const char *ptr = "/data/tests/libc-test/src/functionalext/supplement/unistd/faccessattest.txt"; in faccessat_0600() local 134 const char *ptr = "/data/tests/libc-test/src/functionalext/supplement/unistd/faccessattest.txt"; in faccessat_0700() local 151 const char *ptr = "/data/tests/libc-test/src/functionalext/supplement/unistd/faccessattest.txt"; in faccessat_0800() local 168 const char *ptr = "/data/tests/libc-test/src/functionalext/supplement/unistd/faccessattest.txt"; in faccessat_0900() local 187 const char *ptr = "/data/tests/libc-test/src/functionalext/supplement/unistd/faccessattest.txt"; in faccessat_1000() local [all …]
|
| /third_party/vk-gl-cts/framework/delibs/debase/ |
| D | deMemory.c | 66 void* ptr; in deMalloc() local 96 void* ptr = deMalloc(numBytes); in deCalloc() local 108 void* deRealloc (void* ptr, size_t numBytes) in deRealloc() 117 void deFree (void* ptr) in deFree() 130 DE_INLINE AlignedAllocHeader* getAlignedAllocHeader (void* ptr) in getAlignedAllocHeader() 145 void* ptr = DE_NULL; in deAlignedMalloc() local 187 void* deAlignedRealloc (void* ptr, size_t numBytes, size_t alignBytes) in deAlignedRealloc() 239 void deAlignedFree (void* ptr) in deAlignedFree() 323 …void* const ptr = deAlignedMalloc(s_alignedAllocCases[caseNdx].numBytes, s_alignedAllocCases[cas… in deMemory_selfTest() local 335 …void* const ptr = deAlignedMalloc(s_alignedReallocCases[caseNdx].initialSize, s_alignedReallocCa… in deMemory_selfTest() local
|
| /third_party/ltp/tools/sparse/sparse-src/validation/ |
| D | dup-defs-local.c | 6 int *ptr = &a; variable 7 int *ptr = &a; variable 14 int *ptr = &a; in foo() local 15 int *ptr = &a; in foo() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| D | trace.h | 28 #define wpa_trace_dump(title, ptr) \ argument 31 #define wpa_trace_record(ptr) \ argument 34 #define wpa_trace_add_ref(ptr, name, addr) \ argument 37 #define wpa_trace_remove_ref(ptr, name, addr) \ argument 49 #define wpa_trace_dump(title, ptr) do { } while (0) argument 50 #define wpa_trace_record(ptr) do { } while (0) argument 52 #define wpa_trace_add_ref(ptr, name, addr) do { } while (0) argument 53 #define wpa_trace_remove_ref(ptr, name, addr) do { } while (0) argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| D | trace.h | 28 #define wpa_trace_dump(title, ptr) \ argument 31 #define wpa_trace_record(ptr) \ argument 34 #define wpa_trace_add_ref(ptr, name, addr) \ argument 37 #define wpa_trace_remove_ref(ptr, name, addr) \ argument 49 #define wpa_trace_dump(title, ptr) do { } while (0) argument 50 #define wpa_trace_record(ptr) do { } while (0) argument 52 #define wpa_trace_add_ref(ptr, name, addr) do { } while (0) argument 53 #define wpa_trace_remove_ref(ptr, name, addr) do { } while (0) argument
|
| /third_party/e2fsprogs/ext2ed/ |
| D | general_com.c | 29 char argument [80],*ptr; in help() local 152 char *ptr,new_device [80]; in set_device() local 207 char *ptr,new_offset_buffer [80]; in set_offset() local 274 void set_int(short len, void *ptr, char *name, char *value) in set_int() 309 void set_uint(short len, void *ptr, char *name, char *value) in set_uint() 344 void set_char(short len, void *ptr, char *name, char *value) in set_char() 365 char *ptr,buffer [80],variable [80],value [80]; in set() local 431 char *ptr,buffer [80],*ch_ptr; in hex_set() local 496 char *ptr,buffer [80],tmp_buffer [80]; in set_type() local 529 void show_int(short len, void *ptr) in show_int() [all …]
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_struct.c | 47 LLVMValueRef ptr, in lp_build_struct_get_ptr() 65 LLVMValueRef ptr, in lp_build_struct_get() 82 LLVMValueRef ptr, in lp_build_array_get_ptr() 102 LLVMValueRef ptr, in lp_build_array_get() 120 LLVMValueRef ptr, in lp_build_array_set() 134 LLVMValueRef ptr, in lp_build_pointer_get() 151 LLVMValueRef ptr, in lp_build_pointer_get_unaligned() 170 LLVMValueRef ptr, in lp_build_pointer_set() 182 LLVMValueRef ptr, in lp_build_pointer_set_unaligned()
|
| /third_party/musl/libc-test/src/functionalext/locale/ |
| D | langinfo.c | 43 char *ptr = nl_langinfo(DAY_2); in langinfo_0100() local 60 char *ptr = nl_langinfo(DAY_2); in nl_langinfo_0200() local 84 char *ptr = nl_langinfo(TIME_ERROR_INFO); in nl_langinfo_0300() local 101 char *ptr = nl_langinfo(MESSAGES_ERROR_INFO); in nl_langinfo_0400() local 118 char *ptr = nl_langinfo(CODESET); in nl_langinfo_0500() local
|