Home
last modified time | relevance | path

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

1234

/external/lzma/CPP/7zip/Common/
DStreamObjects.h41 size_t _size; variable
83 size_t _size; variable
102 size_t _size; variable
122 UInt64 _size; variable
141 UInt64 _size; variable
DLimitedStreams.h16 UInt64 _size; variable
44 UInt64 _size; variable
142 UInt64 _size; variable
190 UInt64 _size; variable
DInOutTempBuffer.h17 UInt64 _size; variable
/external/virglrenderer/src/gallium/auxiliary/util/
Du_memory.h48 #define MALLOC(_size) os_malloc(_size) argument
50 #define CALLOC(_count, _size) os_calloc(_count, _size) argument
54 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size) argument
63 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment) argument
/external/mesa3d/src/util/
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
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
Dos_memory_debug.h83 #define os_malloc( _size ) \ argument
85 #define os_calloc( _count, _size ) \ argument
/external/virglrenderer/src/gallium/auxiliary/os/
Dos_memory_stdc.h43 #define os_malloc(_size) malloc(_size) argument
44 #define os_calloc(_count, _size ) calloc(_count, _size ) argument
69 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align) argument
Dos_memory_debug.h80 #define os_malloc( _size ) \ argument
82 #define os_calloc( _count, _size ) \ argument
/external/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump.h136 #define trace_dump_array(_type, _obj, _size) \ argument
152 #define trace_dump_struct_array(_type, _obj, _size) \ argument
175 #define trace_dump_arg_array(_type, _arg, _size) \ argument
/external/lzma/CPP/7zip/Archive/Common/
DInStreamWithCRC.h22 UInt64 _size; variable
50 UInt64 _size; variable
DDummyOutStream.h15 UInt64 _size; variable
/external/llvm-project/libunwind/src/
Dconfig.h123 #define _LIBUNWIND_REMEMBER_ALLOC(_size) alloca(_size) argument
128 #define _LIBUNWIND_REMEMBER_ALLOC(_size) _malloca(_size) argument
132 #define _LIBUNWIND_REMEMBER_ALLOC(_size) malloc(_size) argument
137 #define _LIBUNWIND_REMEMBER_ALLOC(_size) malloc(_size) argument
/external/arm-trusted-firmware/include/arch/aarch64/
Dasm_macros.S111 .macro get_my_mp_stack _name, _size
124 .macro get_up_stack _name, _size
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/
DCopyOnWriteList.kt10 private var _size = 0 variable in kotlinx.coroutines.internal.CopyOnWriteList
/external/arm-trusted-firmware/include/arch/aarch32/
Dasm_macros.S80 .macro get_my_mp_stack _name, _size
92 .macro get_up_stack _name, _size
/external/lzma/CPP/7zip/Archive/7z/
D7zSpecStream.h17 UInt64 _size; variable
/external/lzma/CPP/Common/
DMyBuffer.h14 size_t _size; variable
176 unsigned _size; variable
DMyBuffer2.h13 size_t _size; variable
/external/rust/crates/tokio/tests/
Dtcp_into_std.rs40 let _size = tokio_tcp_stream.read_exact(&mut data).await?; in tcp_into_std() localVariable
/external/erofs-utils/include/erofs/
Dxattr.h14 #define EROFS_INODE_XATTR_ICOUNT(_size) ({\ argument
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DNSArray.cpp105 uint32_t _size : 28; member
114 uint64_t _size : 60; member
130 uint32_t _size; member
137 uint64_t _size; member
153 uint32_t _size; member
196 const uint32_t _size = 0; member
203 const uint64_t _size = 0; member
/external/llvm-project/clang/test/Rewriter/
Dmodern-write-bf-abi.mm20 NSUInteger _size:62; field
22 NSUInteger _size:30; field
/external/clang/test/Rewriter/
Dmodern-write-bf-abi.mm20 NSUInteger _size:62; field
22 NSUInteger _size:30; field
/external/eigen/bench/btl/actions/
Daction_hessenberg.hh126 int _size; member in Action_hessenberg
229 int _size; member in Action_tridiagonalization

1234