/external/lzma/CPP/7zip/Common/ |
D | StreamObjects.h | 41 size_t _size; variable 83 size_t _size; variable 102 size_t _size; variable 122 UInt64 _size; variable 141 UInt64 _size; variable
|
D | LimitedStreams.h | 16 UInt64 _size; variable 44 UInt64 _size; variable 142 UInt64 _size; variable 190 UInt64 _size; variable
|
D | InOutTempBuffer.h | 17 UInt64 _size; variable
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_memory.h | 48 #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/ |
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
|
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
|
D | os_memory_debug.h | 83 #define os_malloc( _size ) \ argument 85 #define os_calloc( _count, _size ) \ argument
|
/external/virglrenderer/src/gallium/auxiliary/os/ |
D | os_memory_stdc.h | 43 #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
|
D | os_memory_debug.h | 80 #define os_malloc( _size ) \ argument 82 #define os_calloc( _count, _size ) \ argument
|
/external/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_dump.h | 136 #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/ |
D | InStreamWithCRC.h | 22 UInt64 _size; variable 50 UInt64 _size; variable
|
D | DummyOutStream.h | 15 UInt64 _size; variable
|
/external/llvm-project/libunwind/src/ |
D | config.h | 123 #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/ |
D | asm_macros.S | 111 .macro get_my_mp_stack _name, _size 124 .macro get_up_stack _name, _size
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/ |
D | CopyOnWriteList.kt | 10 private var _size = 0 variable in kotlinx.coroutines.internal.CopyOnWriteList
|
/external/arm-trusted-firmware/include/arch/aarch32/ |
D | asm_macros.S | 80 .macro get_my_mp_stack _name, _size 92 .macro get_up_stack _name, _size
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zSpecStream.h | 17 UInt64 _size; variable
|
/external/lzma/CPP/Common/ |
D | MyBuffer.h | 14 size_t _size; variable 176 unsigned _size; variable
|
D | MyBuffer2.h | 13 size_t _size; variable
|
/external/rust/crates/tokio/tests/ |
D | tcp_into_std.rs | 40 let _size = tokio_tcp_stream.read_exact(&mut data).await?; in tcp_into_std() localVariable
|
/external/erofs-utils/include/erofs/ |
D | xattr.h | 14 #define EROFS_INODE_XATTR_ICOUNT(_size) ({\ argument
|
/external/llvm-project/lldb/source/Plugins/Language/ObjC/ |
D | NSArray.cpp | 105 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/ |
D | modern-write-bf-abi.mm | 20 NSUInteger _size:62; field 22 NSUInteger _size:30; field
|
/external/clang/test/Rewriter/ |
D | modern-write-bf-abi.mm | 20 NSUInteger _size:62; field 22 NSUInteger _size:30; field
|
/external/eigen/bench/btl/actions/ |
D | action_hessenberg.hh | 126 int _size; member in Action_hessenberg 229 int _size; member in Action_tridiagonalization
|