Home
last modified time | relevance | path

Searched defs:_size (Results 1 – 25 of 750) sorted by relevance

12345678910>>...30

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump.h148 #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/
Dpolicy.cpp38 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 Du_memory.h46 #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 Dos_memory_stdc.h41 #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 Du_memory.h46 #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 Dos_memory_stdc.h41 #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 Dos_memory_debug.h83 #define os_malloc( _size ) \ argument
85 #define os_calloc( _count, _size ) \ argument
/aosp_15_r20/external/sdv/vsomeip/implementation/endpoints/src/
Dvirtual_server_endpoint_impl.cpp53 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()
Dclient_endpoint_impl.cpp144 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()
Dserver_endpoint_impl.cpp168 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()
Dlocal_server_endpoint_impl.cpp145 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()
Dlocal_client_endpoint_impl.cpp182 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 Ddistribution.py80 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 DIntIndexedMap.kt28 private var _size = 0 variable
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXalloca.h109 # 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/
DXalloca.h109 # 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 DMyBuffer2.h13 size_t _size; variable
87 size_t _size; variable
H A DMyBuffer.h17 size_t _size; variable
214 unsigned _size; variable
/aosp_15_r20/external/arm-trusted-firmware/include/arch/aarch64/
H A Dasm_macros.S107 .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 DBrushPropertyDrawable.kt39 private var _size = 24 variable in com.android.egg.paint.BrushPropertyDrawable
/aosp_15_r20/external/arm-trusted-firmware/include/arch/aarch32/
H A Dasm_macros.S80 .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/
Dasm_macros.S145 .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/
Dasm_macros.S79 .macro get_my_mp_stack _name, _size
91 .macro get_up_stack _name, _size
/aosp_15_r20/external/clang/test/Rewriter/
H A Dmodern-write-bf-abi.mm20 NSUInteger _size:62; field
22 NSUInteger _size:30; field
/aosp_15_r20/external/eigen/bench/btl/actions/
H A Daction_hessenberg.hh126 int _size; member in Action_hessenberg
229 int _size; member in Action_tridiagonalization

12345678910>>...30