/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_jit.h | 205 #define lp_jit_context_constants(_gallivm, _ptr) \ 206 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_CONSTANTS, "constants") 208 #define lp_jit_context_num_constants(_gallivm, _ptr) \ 209 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_NUM_CONSTANTS, "num_constants") 211 #define lp_jit_context_textures(_gallivm, _ptr) \ 212 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_TEXTURES, "textures") 214 #define lp_jit_context_samplers(_gallivm, _ptr) \ 215 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_SAMPLERS, "samplers") 217 #define lp_jit_context_images(_gallivm, _ptr) \ 218 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_IMAGE [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_llvm.h | 191 #define draw_jit_context_vs_constants(_variant, _ptr) \ 192 lp_build_struct_get_ptr2(_variant->gallivm, _variant->context_type, _ptr, DRAW_JIT_CTX_CONSTANTS, "vs_constants") 194 #define draw_jit_context_num_vs_constants(_variant, _ptr) \ 195 lp_build_struct_get_ptr2(_variant->gallivm, _variant->context_type, _ptr, DRAW_JIT_CTX_NUM_CONSTANTS, "num_vs_constants") 197 #define draw_jit_context_planes(_gallivm, _type, _ptr) \ 198 lp_build_struct_get2(_gallivm, _type, _ptr, DRAW_JIT_CTX_PLANES, "planes") 200 #define draw_jit_context_viewports(_variant, _ptr) \ 201 lp_build_struct_get2(_variant->gallivm, _variant->context_type, _ptr, DRAW_JIT_CTX_VIEWPORT, "viewports") 203 #define draw_jit_context_textures(_gallivm, _ptr) \ 204 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_CTX_TEXTURE [all...] |
/third_party/mesa3d/src/util/ |
H A D | u_memory.h | 50 #define FREE(_ptr ) os_free(_ptr) 52 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size) 62 #define align_free(_ptr) os_free_aligned(_ptr) 63 #define align_realloc(_ptr, _oldsize, _newsize, _alignment) os_realloc_aligned(_ptr, _oldsize, _newsize, _alignment)
|
H A D | os_memory_stdc.h | 43 #define os_free(_ptr) free(_ptr) 53 #define os_free_aligned(_ptr) _aligned_free(_ptr) 54 #define os_realloc_aligned(_ptr, _oldsize, _newsize, _alignment) _aligned_realloc(_ptr, _newsize, _alignment)
|
H A D | os_memory_debug.h | 87 #define os_free( _ptr ) \ 88 debug_free( __FILE__, __LINE__, __FUNCTION__, _ptr ) 89 #define os_realloc( _ptr, _old_size, _new_size ) \ 90 debug_realloc( __FILE__, __LINE__, __FUNCTION__, _ptr, _old_size, _new_size )
|
H A D | os_memory_aligned.h | 63 #define os_free_aligned(_ptr) free(_ptr)
|
/third_party/lzma/CPP/Windows/ |
H A D | MemoryGlobal.h | 39 LPVOID _ptr;
member in NWindows::NMemory::CGlobalLock 41 LPVOID GetPointer() const { return _ptr; }
in GetPointer() 44 _ptr = GlobalLock(hGlobal);
in CGlobalLock() 48 if (_ptr)
in ~CGlobalLock()
|
/third_party/popt/src/ |
H A D | system.h | 47 #define xrealloc(_ptr, _size) (realloc((_ptr), (_size)) ? : vmefail()) 52 #define xrealloc(_ptr, _size) realloc((_ptr), (_size))
|
/third_party/mesa3d/src/vulkan/util/ |
H A D | vk_alloc.h | 211 #define vk_multialloc_add_size(_ma, _ptr, _type, _size) \ 213 _type **_tmp = (_ptr); \ 215 vk_multialloc_add_size_align((_ma), (void **)(_ptr), \ 219 #define vk_multialloc_add(_ma, _ptr, _type, _count) \ 220 vk_multialloc_add_size(_ma, _ptr, _type, (_count) * sizeof(**(_ptr)));
|
/third_party/rust/crates/memoffset/src/ |
H A D | lib.rs | 83 pub fn size_of_pointee<T>(_ptr: *const T) -> usize { in size_of_pointee()
|
/third_party/lwip/src/apps/http/makefsdata/ |
H A D | tinydir.h | 176 #define _TINYDIR_FREE(_ptr) free(_ptr)
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | bio_ok.c | 418 static void longswap(void *_ptr, size_t len) in longswap() argument 424 unsigned char *p = _ptr, c; in longswap()
|
/third_party/openssl/crypto/evp/ |
H A D | bio_ok.c | 418 static void longswap(void *_ptr, size_t len) in longswap() argument 424 unsigned char *p = _ptr, c; in longswap()
|
/third_party/node/deps/simdutf/ |
H A D | simdutf.h | 3373 atomic_ptr(T *_ptr) : ptr{_ptr} {} in atomic_ptr() argument 3383 atomic_ptr& operator=(T *_ptr) { ptr = _ptr; return *this; } in operator =() argument 3393 atomic_ptr& operator=(T *_ptr) { ptr = _ptr; return *this; } in operator =() argument
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-dynamic.tex | 133 \item[\Type{unw\_word\_t} \Var{name\_ptr}] The address of a 169 \item[\Type{unw\_word\_t} \Var{name\_ptr}] The address of a
|