/third_party/musl/libc-test/src/regression/ |
H A D | malloc-double-free-check.c | 31 void *ptr = malloc(10); in child() local
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | tre-mem.c | 92 void *ptr; in tre_mem_alloc_impl() local
|
/third_party/musl/src/regex/ |
H A D | tre-mem.c | 92 void *ptr; in tre_mem_alloc_impl() local
|
/third_party/musl/porting/liteos_a_newlib/kernel/src/ |
H A D | malloc.c | 85 void *ptr = NULL; in __wrap__calloc_r() local
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_parse_caa_reply.c | 62 const unsigned char *ptr; in ares_parse_caa_reply() local
|
H A D | ares_parse_txt_reply.c | 57 const unsigned char *ptr; in ares__parse_txt_reply() local
|
H A D | ares_str.c | 143 ares_bool_t ares__memeq_ci(const unsigned char *ptr, const unsigned char *val, in ares__memeq_ci() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | bufferobj.h | 180 _mesa_reference_buffer_object(struct gl_context *ctx, struct gl_buffer_object **ptr, struct gl_buffer_object *bufObj) _mesa_reference_buffer_object() argument 193 _mesa_reference_buffer_object_shared(struct gl_context *ctx, struct gl_buffer_object **ptr, struct gl_buffer_object *bufObj) _mesa_reference_buffer_object_shared() argument
|
H A D | texobj.h | 87 _mesa_reference_texobj(struct gl_texture_object **ptr, in _mesa_reference_texobj() argument
|
H A D | framebuffer.h | 56 _mesa_reference_framebuffer(struct gl_framebuffer **ptr, in _mesa_reference_framebuffer() argument
|
H A D | shaderobj.h | 78 _mesa_reference_shader_program(struct gl_context *ctx, struct gl_shader_program **ptr, struct gl_shader_program *shProg) _mesa_reference_shader_program() argument
|
H A D | draw.h | 76 const void *ptr; member
|
H A D | glthread_list.c | 33 uint64_t *ptr = (uint64_t *) cmd; in _mesa_unmarshal_CallList() local
|
/third_party/mesa3d/src/intel/perf/ |
H A D | intel_perf_private.h | 29 static inline uint64_t to_user_pointer(void *ptr) in to_user_pointer() argument 34 static inline uint64_t to_const_user_pointer(const void *ptr) in to_const_user_pointer() argument
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | formatted_string_builder.h | 43 T *ptr; member
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_fence.h | 79 lp_fence_reference(struct lp_fence **ptr, in lp_fence_reference() argument
|
/third_party/ltp/testcases/kernel/syscalls/mbind/ |
H A D | mbind03.c | 46 void *ptr; in verify_policy() local
|
H A D | mbind02.c | 49 void *ptr; in verify_policy() local
|
/third_party/ltp/testcases/kernel/syscalls/mincore/ |
H A D | mincore04.c | 28 static void *ptr; variable
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | typeof-mods.c | 8 unsigned int obj, *ptr; in test_spec() local 22 const int obj, *ptr; test_const() local 34 volatile int obj, *ptr; test_volatile() local 48 int *restrict obj, *restrict *ptr; test_restrict() local 62 int _Atomic obj, *ptr; test_atomic() local 77 type_t obj, *ptr; test_bitwise() local 91 static int obj, *ptr; test_static() local 105 static __thread int obj, *ptr; test_tls() local 119 int __nocast obj, *ptr; test_nocast() local [all...] |
H A D | init-wstring.c | 22 static const __WCHAR_TYPE__ *ptr[] = { L"abc" }; variable
|
/third_party/libdrm/tests/radeon/ |
H A D | rbo.c | 97 void *ptr; in rbo_map() local 36 rbo(int fd, unsigned handle, unsigned size, unsigned alignment, void *ptr) rbo() argument
|
/third_party/libdrm/tests/tegra/ |
H A D | drm-test-tegra.c | 74 uint32_t *ptr; in drm_tegra_gr2d_fill() local [all...] |
H A D | gr2d-fill.c | 56 void *ptr; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/ |
H A D | 5-1.c | 91 void *ptr, *ptr_prev = NULL; in main() local [all...] |