/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_dump.h | 148 #define trace_dump_array_impl(_type, _obj, _size, _prefix) \ argument 164 #define trace_dump_array(_type, _obj, _size) \ argument 167 #define trace_dump_array_val(_type, _obj, _size) \ argument 170 #define trace_dump_struct_array(_type, _obj, _size) \ argument 208 #define trace_dump_arg_array(_type, _arg, _size) \ argument 215 #define trace_dump_arg_array_val(_type, _arg, _size) \ argument 222 #define trace_dump_ret_array(_type, _arg, _size) \ argument 229 #define trace_dump_ret_array_val(_type, _arg, _size) \ argument
|
/aosp_15_r20/external/sdv/vsomeip/implementation/security/src/ |
D | policy.cpp | 38 policy::deserialize_uid_gid(const byte_t * &_data, uint32_t &_size, in deserialize_uid_gid() 55 policy::deserialize(const byte_t * &_data, uint32_t &_size) { in deserialize() 153 policy::deserialize_ids(const byte_t * &_data, uint32_t &_size, in deserialize_ids() 190 policy::deserialize_id_item_list(const byte_t * &_data, uint32_t &_size, in deserialize_id_item_list() 221 policy::deserialize_id_item(const byte_t * &_data, uint32_t &_size, in deserialize_id_item() 264 policy::deserialize_u16(const byte_t * &_data, uint32_t &_size, in deserialize_u16() 279 policy::deserialize_u32(const byte_t * &_data, uint32_t &_size, in deserialize_u32()
|
/aosp_15_r20/external/virglrenderer/src/mesa/util/ |
H A D | u_memory.h | 46 #define MALLOC(_size) os_malloc(_size) argument 48 #define CALLOC(_count, _size) os_calloc(_count, _size) argument 52 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size) argument 61 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment) argument
|
H A D | os_memory_stdc.h | 41 #define os_malloc(_size) malloc(_size) argument 42 #define os_calloc(_count, _size ) calloc(_count, _size ) argument 52 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align) argument
|
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | u_memory.h | 46 #define MALLOC(_size) os_malloc(_size) argument 48 #define CALLOC(_count, _size) os_calloc(_count, _size) argument 52 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size) argument 61 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment) argument
|
H A D | os_memory_stdc.h | 41 #define os_malloc(_size) malloc(_size) argument 42 #define os_calloc(_count, _size ) calloc(_count, _size ) argument 52 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align) argument
|
H A D | os_memory_debug.h | 83 #define os_malloc( _size ) \ argument 85 #define os_calloc( _count, _size ) \ argument
|
/aosp_15_r20/external/sdv/vsomeip/implementation/endpoints/src/ |
D | virtual_server_endpoint_impl.cpp | 53 bool virtual_server_endpoint_impl::send(const byte_t *_data, uint32_t _size) { in send() 60 const byte_t *_data, uint32_t _size) { in send() 69 const byte_t *_data, uint32_t _size) { in send_to() 78 const byte_t *_data, uint32_t _size) { in send_error()
|
D | client_endpoint_impl.cpp | 144 uint32_t _size) { in send_to() 156 uint32_t _size) { in send_error() 167 bool client_endpoint_impl<Protocol>::send(const uint8_t *_data, uint32_t _size) { in send() 357 const byte_t *_data, uint32_t _size) { in send() 631 const std::uint8_t * const _data, std::uint32_t _size) { in check_message_size()
|
D | server_endpoint_impl.cpp | 168 uint32_t _size) { in send() 238 uint32_t _size) { in send() 247 endpoint_type _target, const byte_t *_data, uint32_t _size) { in send_intern() 459 const std::uint8_t * const _data, std::uint32_t _size, in check_message_size() 485 bool server_endpoint_impl<Protocol>::check_queue_limit(const uint8_t *_data, std::uint32_t _size, in check_queue_limit()
|
D | local_server_endpoint_impl.cpp | 145 bool local_server_endpoint_impl::send(const uint8_t *_data, uint32_t _size) { in send() 181 const byte_t *_data, uint32_t _size) { in send_to() 190 const byte_t *_data, uint32_t _size) { in send_error() 489 const byte_t *_data, uint32_t _size) { in assign_client() 955 std::uint32_t _size) { in check_packetizer_space()
|
D | local_client_endpoint_impl.cpp | 182 bool local_client_endpoint_impl::send(const uint8_t *_data, uint32_t _size) { in send() 342 bool local_client_endpoint_impl::check_packetizer_space(std::uint32_t _size) { in check_packetizer_space() 365 const byte_t *_data, uint32_t _size) { in send()
|
/aosp_15_r20/external/pytorch/torch/distributions/ |
H A D | distribution.py | 80 def expand(self, batch_shape: _size, _instance=None): 161 def sample(self, sample_shape: _size = torch.Size()) -> torch.Tensor: 169 def rsample(self, sample_shape: _size = torch.Size()) -> torch.Tensor: 260 def _extended_shape(self, sample_shape: _size = torch.Size()) -> torch.Size:
|
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/ui/util/ |
H A D | IntIndexedMap.kt | 28 private var _size = 0 variable
|
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xalloca.h | 109 # define ALLOCATE_LOCAL(_size) ALLOCATE_LOCAL_FALLBACK(_size) argument 112 # define ALLOCATE_LOCAL(_size) ALLOCATE_LOCAL_FALLBACK undefined! argument
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/ |
D | Xalloca.h | 109 # define ALLOCATE_LOCAL(_size) ALLOCATE_LOCAL_FALLBACK(_size) argument 112 # define ALLOCATE_LOCAL(_size) ALLOCATE_LOCAL_FALLBACK undefined! argument
|
/aosp_15_r20/external/lzma/CPP/Common/ |
H A D | MyBuffer2.h | 13 size_t _size; variable 87 size_t _size; variable
|
H A D | MyBuffer.h | 17 size_t _size; variable 214 unsigned _size; variable
|
/aosp_15_r20/external/arm-trusted-firmware/include/arch/aarch64/ |
H A D | asm_macros.S | 107 .macro get_my_mp_stack _name, _size 120 .macro get_up_stack _name, _size
|
/aosp_15_r20/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/ |
H A D | BrushPropertyDrawable.kt | 39 private var _size = 24 variable in com.android.egg.paint.BrushPropertyDrawable
|
/aosp_15_r20/external/arm-trusted-firmware/include/arch/aarch32/ |
H A D | asm_macros.S | 80 .macro get_my_mp_stack _name, _size 92 .macro get_up_stack _name, _size
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/arch/aarch64/ |
D | asm_macros.S | 145 .macro get_my_mp_stack _name, _size 158 .macro get_up_stack _name, _size
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/arch/aarch32/ |
D | asm_macros.S | 79 .macro get_my_mp_stack _name, _size 91 .macro get_up_stack _name, _size
|
/aosp_15_r20/external/clang/test/Rewriter/ |
H A D | modern-write-bf-abi.mm | 20 NSUInteger _size:62; field 22 NSUInteger _size:30; field
|
/aosp_15_r20/external/eigen/bench/btl/actions/ |
H A D | action_hessenberg.hh | 126 int _size; member in Action_hessenberg 229 int _size; member in Action_tridiagonalization
|