Home
last modified time | relevance | path

Searched defs:ptr (Results 626 - 650 of 2878) sorted by relevance

1...<<21222324252627282930>>...116

/third_party/lwip/src/include/lwip/
H A Dnetbuf.h61 struct pbuf *p, *ptr; member
/third_party/lwip/test/fuzz/
H A Dfuzz.c117 const u8_t *ptr = data; in input_pkts() local
/third_party/lwip/test/unit/core/
H A Dtest_mem.c116 u8_t *ptr, *ptr_low, *ptr_high; in START_TEST() local
/third_party/node/deps/v8/src/compiler/
H A Djs-graph.cc27 Node** ptr = nullptr; in CEntryStubConstant() local
40 Node** ptr in CEntryStubConstant() local
[all...]
/third_party/node/deps/v8/include/
H A Dv8-array-buffer.h67 void operator delete(void* ptr) { ::operator delete(ptr); } in operator delete() argument
/third_party/node/deps/v8/include/v8-include/
H A Dv8-array-buffer.h83 void operator delete(void* ptr) { ::operator delete(ptr); } in operator delete() argument
H A Dv8-handle-base.h129 V8_INLINE internal::Address ptr() const { return *location_; } in ptr() function in v8::IndirectHandleBase
170 V8_INLINE explicit DirectHandleBase(internal::Address ptr) : ptr_(ptr) {} in DirectHandleBase() argument
173 V8_INLINE internal::Address ptr() const { return ptr_; } in ptr() function in v8::DirectHandleBase
/third_party/node/deps/v8/include/cppgc/internal/
H A Dpointer-policies.h67 void CheckPointer(const T* ptr) { in CheckPointer() argument
/third_party/node/deps/v8/src/inspector/
H A Dv8-console.h60 int* ptr; member
/third_party/node/deps/v8/src/objects/
H A Dcompressed-slots-inl.h81 Tagged_t ptr = CompressTagged(value.ptr()); in Relaxed_Store() local
82 AsAtomicTagged::Relaxed_Store(location(), ptr); in Relaxed_Store() local
86 Tagged_t ptr = CompressTagged(value.ptr()); in Release_Store() local
87 AsAtomicTagged::Release_Store(location(), ptr); in Release_Store() local
129 Tagged_t ptr = CompressTagged(value.ptr()); Relaxed_Store() local
130 AsAtomicTagged::Relaxed_Store(location(), ptr); Relaxed_Store() local
195 Tagged_t ptr = CompressTagged(value.ptr()); Relaxed_Store() local
196 AsAtomicTagged::Relaxed_Store(location(), ptr); Relaxed_Store() local
200 Tagged_t ptr = CompressTagged(value.ptr()); Release_Store() local
201 AsAtomicTagged::Release_Store(location(), ptr); Release_Store() local
[all...]
H A Dtagged-impl.h37 explicit constexpr TaggedImpl(StorageType ptr) : ptr_(ptr) {} in TaggedImpl() argument
62 constexpr StorageType ptr() const { return ptr_; } in ptr() function in v8::internal::TaggedImpl
H A Dcompilation-cache-table-inl.h21 CompilationCacheTable::CompilationCacheTable(Address ptr) in CompilationCacheTable() argument
H A Dmanaged.h52 explicit Managed(Address ptr) : Foreign(ptr) {} in Managed() argument
99 static void Destructor(void* ptr) { in Destructor() argument
/third_party/node/deps/v8/src/sandbox/
H A Dexternal-pointer-table-inl.h138 base::Atomic64* ptr = reinterpret_cast<base::Atomic64*>(entry_address(index)); in Mark() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query_acc.c174 void *ptr = fd_bo_map(rsc->bo); in fd_acc_get_query_result() local
H A Dfreedreno_query_hw.h154 fd_hw_sample_reference(struct fd_context *ctx, struct fd_hw_sample **ptr, in fd_hw_sample_reference() argument
H A Dfreedreno_texture.c138 fd_setup_border_colors(struct fd_texture_stateobj *tex, void *ptr, in fd_setup_border_colors() argument
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_buffer.c133 i915_user_buffer_create(struct pipe_screen *screen, void *ptr, unsigned bytes, in i915_user_buffer_create() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_struct.c46 lp_build_struct_get_ptr(struct gallivm_state *gallivm, LLVMValueRef ptr, unsigned member, const char *name) lp_build_struct_get_ptr() argument
64 lp_build_struct_get(struct gallivm_state *gallivm, LLVMValueRef ptr, unsigned member, const char *name) lp_build_struct_get() argument
80 lp_build_struct_get_ptr2(struct gallivm_state *gallivm, LLVMTypeRef ptr_type, LLVMValueRef ptr, unsigned member, const char *name) lp_build_struct_get_ptr2() argument
99 lp_build_struct_get2(struct gallivm_state *gallivm, LLVMTypeRef ptr_type, LLVMValueRef ptr, unsigned member, const char *name) lp_build_struct_get2() argument
116 lp_build_array_get_ptr(struct gallivm_state *gallivm, LLVMValueRef ptr, LLVMValueRef index) lp_build_array_get_ptr() argument
136 lp_build_array_get(struct gallivm_state *gallivm, LLVMValueRef ptr, LLVMValueRef index) lp_build_array_get() argument
154 lp_build_array_set(struct gallivm_state *gallivm, LLVMValueRef ptr, LLVMValueRef index, LLVMValueRef value) lp_build_array_set() argument
168 lp_build_pointer_get(LLVMBuilderRef builder, LLVMValueRef ptr, LLVMValueRef index) lp_build_pointer_get() argument
177 lp_build_pointer_get_unaligned(LLVMBuilderRef builder, LLVMValueRef ptr, LLVMValueRef index, unsigned alignment) lp_build_pointer_get_unaligned() argument
197 lp_build_pointer_set(LLVMBuilderRef builder, LLVMValueRef ptr, LLVMValueRef index, LLVMValueRef value) lp_build_pointer_set() argument
209 lp_build_pointer_set_unaligned(LLVMBuilderRef builder, LLVMValueRef ptr, LLVMValueRef index, LLVMValueRef value, unsigned alignment) lp_build_pointer_set_unaligned() argument
[all...]
H A Dlp_bld_debug.cpp62 lp_check_alignment(const void *ptr, unsigned alignment) in lp_check_alignment() argument
/third_party/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_connection.c93 uint8_t *ptr = ((uint8_t*)data) + read; in rbug_get_message() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_fence.c54 etna_screen_fence_reference(struct pipe_screen *pscreen, struct pipe_fence_handle **ptr, struct pipe_fence_handle *fence) etna_screen_fence_reference() argument
H A Detnaviv_query_acc_perfmon.c143 uint32_t *ptr = (uint32_t *)buf; in perfmon_result() local
/third_party/musl/libc-test/src/common/
H A Dcfi_util.h37 struct dirent *ptr; in ShowCfiLogFile() local
55 struct dirent *ptr; in ClearCfiLog() local
117 struct dirent *ptr; in FindDirAndCheck() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/mman/
H A Dmmap.c38 const char *ptr = "/data/test.txt"; in mmap_0100() local
75 const char *ptr = "/data/test.txt"; in mmap_0200() local
129 const char *ptr = "/data/test.txt"; mmap_0400() local
166 const char *ptr = "/data/test.txt"; mmap_0500() local
204 const char *ptr = "/data/test.txt"; mmap_0600() local
239 const char *ptr = "/data/test.txt"; mmap_0700() local
275 const char *ptr = "/data/test.txt"; mmap_0800() local
306 const char *ptr = "/data/test.txt"; mmap_0900() local
338 const char *ptr = "/data/test.txt"; mmap_1000() local
374 const char *ptr = "/data/test.txt"; mmap_1100() local
[all...]

Completed in 11 milliseconds

1...<<21222324252627282930>>...116