Home
last modified time | relevance | path

Searched defs:_size (Results 26 – 50 of 4325) sorted by relevance

12345678910>>...173

/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Common/
H A DStreamObjects.h43 size_t _size; variable
89 size_t _size; variable
109 size_t _size; variable
130 UInt64 _size; variable
150 UInt64 _size; variable
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Common/
H A DStreamObjects.h41 size_t _size; variable
83 size_t _size; variable
102 size_t _size; variable
122 UInt64 _size; variable
141 UInt64 _size; variable
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/7zip/Common/
H A DStreamObjects.h41 size_t _size; variable
83 size_t _size; variable
102 size_t _size; variable
122 UInt64 _size; variable
141 UInt64 _size; variable
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/7zip/Common/
H A DStreamObjects.h41 size_t _size; variable
83 size_t _size; variable
102 size_t _size; variable
122 UInt64 _size; variable
141 UInt64 _size; variable
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/7zip/Common/
H A DStreamObjects.h41 size_t _size; variable
83 size_t _size; variable
102 size_t _size; variable
122 UInt64 _size; variable
141 UInt64 _size; variable
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CPP/7zip/Common/
H A DStreamObjects.h41 size_t _size; variable
83 size_t _size; variable
102 size_t _size; variable
122 UInt64 _size; variable
141 UInt64 _size; variable
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CPP/7zip/Common/
H A DStreamObjects.h41 size_t _size; variable
83 size_t _size; variable
102 size_t _size; variable
122 UInt64 _size; variable
141 UInt64 _size; variable
/dports/x11/virglrenderer/virglrenderer-7d204f3927be65fb3365dce01dbcd04d447a4985/src/gallium/auxiliary/util/
H A 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
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/util/
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
/dports/graphics/libosmesa/mesa-21.3.6/src/util/
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
/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/src/util/
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 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
/dports/lang/clover/mesa-21.3.6/src/util/
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
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/util/
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
/dports/graphics/mesa-libs/mesa-21.3.6/src/util/
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
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/util/
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
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/util/
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
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/util/
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
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/util/
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
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/util/
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
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/util/
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
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/util/
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
/dports/graphics/mesa-dri/mesa-21.3.6/src/util/
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
/dports/x11/virglrenderer/virglrenderer-7d204f3927be65fb3365dce01dbcd04d447a4985/src/gallium/auxiliary/os/
H A 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
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/util/
H A DOpenBitSetDISI.cpp24 int32_t _size = size(); in inPlaceOr() local
44 int32_t _size = size(); in inPlaceNot() local
52 int32_t _size = size(); in inPlaceXor() local

12345678910>>...173