Home
last modified time | relevance | path

Searched defs:slack (Results 1 – 13 of 13) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dcommon.d119 immutable uint slack = cast(uint) n & (alignment - 1); in roundUpToAlignment() local
320 immutable uint slack = cast(size_t) ptr & (alignment - 1U); in alignUpTo() local
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dcommon.d122 immutable uint slack = cast(uint) n & (alignment - 1); in roundUpToAlignment() local
322 immutable uint slack = cast(size_t) ptr & (alignment - 1U); in alignUpTo() local
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dstats_collector.d328 immutable slack = this.goodAllocSize(result.length) - result.length; variable
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/range/
H A Dpackage.d523 auto slack = source.length % _n; in eliminateSlackElements() local
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dstats_collector.d424 immutable slack = this.goodAllocSize(result.length) - result.length; variable
H A Dregion.d863 const slack = rounded - b.length; in expand() local
/netbsd/external/gpl3/gdb/dist/gas/
H A Dwrite.c1266 int fx_size, slack; in write_relocs() local
/netbsd/external/gpl3/binutils.old/dist/gas/
H A Dwrite.c1266 int fx_size, slack; in write_relocs() local
/netbsd/external/gpl3/binutils/dist/gas/
H A Dwrite.c1271 int fx_size, slack; in write_relocs() local
/netbsd/external/gpl3/gdb.old/dist/gas/
H A Dwrite.c1266 int fx_size, slack; in write_relocs() local
/netbsd/sys/fs/udf/
H A Dudf_allocation.c1068 uint64_t slack; in udf_reserve_space() local
/netbsd/sys/kern/
H A Dsubr_pool.c812 int itemspace, slack; in pool_init() local
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d530 auto slack = source.length % _n; in eliminateSlackElements() local