Home
last modified time | relevance | path

Searched refs:_new_size (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/
H A Ddarwin9.h47 unsigned HOST_WIDE_INT _new_size = (SIZE); \
50 if (_new_size == 0) _new_size = 1; \
52 _new_size, floor_log2 ((ALIGN) / BITS_PER_UNIT)); \
/dports/lang/gcc9/gcc-9.4.0/gcc/config/
H A Ddarwin9.h47 unsigned HOST_WIDE_INT _new_size = (SIZE); \
50 if (_new_size == 0) _new_size = 1; \
52 _new_size, floor_log2 ((ALIGN) / BITS_PER_UNIT)); \
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/
H A Ddarwin9.h47 unsigned HOST_WIDE_INT _new_size = (SIZE); \
50 if (_new_size == 0) _new_size = 1; \
52 _new_size, floor_log2 ((ALIGN) / BITS_PER_UNIT)); \
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/
H A Ddarwin9.h47 unsigned HOST_WIDE_INT _new_size = (SIZE); \
50 if (_new_size == 0) _new_size = 1; \
52 _new_size, floor_log2 ((ALIGN) / BITS_PER_UNIT)); \
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/
H A Ddarwin9.h47 unsigned HOST_WIDE_INT _new_size = (SIZE); \
50 if (_new_size == 0) _new_size = 1; \
52 _new_size, floor_log2 ((ALIGN) / BITS_PER_UNIT)); \
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/
H A Ddarwin9.h47 unsigned HOST_WIDE_INT _new_size = (SIZE); \
50 if (_new_size == 0) _new_size = 1; \
52 _new_size, floor_log2 ((ALIGN) / BITS_PER_UNIT)); \
/dports/lang/gcc8/gcc-8.5.0/gcc/config/
H A Ddarwin9.h47 unsigned HOST_WIDE_INT _new_size = (SIZE); \
50 if (_new_size == 0) _new_size = 1; \
52 _new_size, floor_log2 ((ALIGN) / BITS_PER_UNIT)); \
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/
H A Ddarwin9.h47 unsigned HOST_WIDE_INT _new_size = (SIZE); \
50 if (_new_size == 0) _new_size = 1; \
52 _new_size, floor_log2 ((ALIGN) / BITS_PER_UNIT)); \
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/
H A Ddarwin9.h53 unsigned HOST_WIDE_INT _new_size = (SIZE); \
56 if (_new_size == 0) _new_size = 1; \
58 _new_size, floor_log2 ((ALIGN) / BITS_PER_UNIT)); \
/dports/lang/gcc48/gcc-4.8.5/gcc/config/
H A Ddarwin9.h53 unsigned HOST_WIDE_INT _new_size = (SIZE); \
56 if (_new_size == 0) _new_size = 1; \
58 _new_size, floor_log2 ((ALIGN) / BITS_PER_UNIT)); \
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/
H A Ddarwin9.h53 unsigned HOST_WIDE_INT _new_size = (SIZE); \
56 if (_new_size == 0) _new_size = 1; \
58 _new_size, floor_log2 ((ALIGN) / BITS_PER_UNIT)); \
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/
H A Ddarwin9.h53 unsigned HOST_WIDE_INT _new_size = (SIZE); \
56 if (_new_size == 0) _new_size = 1; \
58 _new_size, floor_log2 ((ALIGN) / BITS_PER_UNIT)); \
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/
H A Ddarwin9.h53 unsigned HOST_WIDE_INT _new_size = (SIZE); \
56 if (_new_size == 0) _new_size = 1; \
58 _new_size, floor_log2 ((ALIGN) / BITS_PER_UNIT)); \
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/
H A Ddarwin9.h53 unsigned HOST_WIDE_INT _new_size = (SIZE); \
56 if (_new_size == 0) _new_size = 1; \
58 _new_size, floor_log2 ((ALIGN) / BITS_PER_UNIT)); \
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/
H A Ddarwin9.h53 unsigned HOST_WIDE_INT _new_size = (SIZE); \
56 if (_new_size == 0) _new_size = 1; \
58 _new_size, floor_log2 ((ALIGN) / BITS_PER_UNIT)); \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/brotli/enc/
H A Dmemory.h71 size_t _new_size = (C == 0) ? (R) : C; \
73 while (_new_size < (R)) _new_size *= 2; \
74 new_array = BROTLI_ALLOC((M), T, _new_size); \
79 C = _new_size; \
/dports/archivers/p5-IO-Compress-Brotli/IO-Compress-Brotli-0.004001/brotli/c/enc/
H A Dmemory.h71 size_t _new_size = (C == 0) ? (R) : C; \
73 while (_new_size < (R)) _new_size *= 2; \
74 new_array = BROTLI_ALLOC((M), T, _new_size); \
79 C = _new_size; \
/dports/devel/apitrace/apitrace-9.0/thirdparty/brotli/c/enc/
H A Dmemory.h71 size_t _new_size = (C == 0) ? (R) : C; \
73 while (_new_size < (R)) _new_size *= 2; \
74 new_array = BROTLI_ALLOC((M), T, _new_size); \
79 C = _new_size; \
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/BrotliCompress/enc/
H A Dmemory.h71 size_t _new_size = (C == 0) ? (R) : C; \
73 while (_new_size < (R)) _new_size *= 2; \
74 new_array = BROTLI_ALLOC((M), T, _new_size); \
79 C = _new_size; \
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/C/BrotliCompress/enc/
H A Dmemory.h71 size_t _new_size = (C == 0) ? (R) : C; \
73 while (_new_size < (R)) _new_size *= 2; \
74 new_array = BROTLI_ALLOC((M), T, _new_size); \
79 C = _new_size; \
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/BrotliCompress/enc/
H A Dmemory.h71 size_t _new_size = (C == 0) ? (R) : C; \
73 while (_new_size < (R)) _new_size *= 2; \
74 new_array = BROTLI_ALLOC((M), T, _new_size); \
79 C = _new_size; \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/brotli/enc/
H A Dmemory.h71 size_t _new_size = (C == 0) ? (R) : C; \
73 while (_new_size < (R)) _new_size *= 2; \
74 new_array = BROTLI_ALLOC((M), T, _new_size); \
79 C = _new_size; \
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/C/BrotliCompress/enc/
H A Dmemory.h71 size_t _new_size = (C == 0) ? (R) : C; \
73 while (_new_size < (R)) _new_size *= 2; \
74 new_array = BROTLI_ALLOC((M), T, _new_size); \
79 C = _new_size; \
/dports/www/node10/node-v10.24.1/deps/brotli/c/enc/
H A Dmemory.h71 size_t _new_size = (C == 0) ? (R) : C; \
73 while (_new_size < (R)) _new_size *= 2; \
74 new_array = BROTLI_ALLOC((M), T, _new_size); \
79 C = _new_size; \
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dmemory.h83 size_t _new_size = (C == 0) ? (R) : C; \
85 while (_new_size < (R)) _new_size *= 2; \
86 new_array = BROTLI_ALLOC((M), T, _new_size); \
91 C = _new_size; \

1234567