Home
last modified time | relevance | path

Searched refs:blocksOld (Results 1 – 10 of 10) sorted by relevance

/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d504 const blocksOld = bytes2blocks(b.length); in expand() local
506 assert(blocksOld <= blocksNew); in expand()
509 if (blocksOld == blocksNew) in expand()
517 const blockIdxAfter = blockIdx + blocksOld; in expand()
523 auto hint = allocateAt(wordIdx, msbIdx, blocksNew - blocksOld, p); in expand()
529 assert(p.ptr == b.ptr + blocksOld * blockSize, in expand()
530 text(p.ptr, " != ", b.ptr + blocksOld * blockSize)); in expand()
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d504 const blocksOld = bytes2blocks(b.length); in expand() local
506 assert(blocksOld <= blocksNew); in expand()
509 if (blocksOld == blocksNew) in expand()
517 const blockIdxAfter = blockIdx + blocksOld; in expand()
523 auto hint = allocateAt(wordIdx, msbIdx, blocksNew - blocksOld, p); in expand()
529 assert(p.ptr == b.ptr + blocksOld * blockSize, in expand()
530 text(p.ptr, " != ", b.ptr + blocksOld * blockSize)); in expand()
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d504 const blocksOld = bytes2blocks(b.length); in expand() local
506 assert(blocksOld <= blocksNew); in expand()
509 if (blocksOld == blocksNew) in expand()
517 const blockIdxAfter = blockIdx + blocksOld; in expand()
523 auto hint = allocateAt(wordIdx, msbIdx, blocksNew - blocksOld, p); in expand()
529 assert(p.ptr == b.ptr + blocksOld * blockSize, in expand()
530 text(p.ptr, " != ", b.ptr + blocksOld * blockSize)); in expand()
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d504 const blocksOld = bytes2blocks(b.length); in expand() local
506 assert(blocksOld <= blocksNew); in expand()
509 if (blocksOld == blocksNew) in expand()
517 const blockIdxAfter = blockIdx + blocksOld; in expand()
523 auto hint = allocateAt(wordIdx, msbIdx, blocksNew - blocksOld, p); in expand()
529 assert(p.ptr == b.ptr + blocksOld * blockSize, in expand()
530 text(p.ptr, " != ", b.ptr + blocksOld * blockSize)); in expand()
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d504 const blocksOld = bytes2blocks(b.length); in expand() local
506 assert(blocksOld <= blocksNew); in expand()
509 if (blocksOld == blocksNew) in expand()
517 const blockIdxAfter = blockIdx + blocksOld; in expand()
523 auto hint = allocateAt(wordIdx, msbIdx, blocksNew - blocksOld, p); in expand()
529 assert(p.ptr == b.ptr + blocksOld * blockSize, in expand()
530 text(p.ptr, " != ", b.ptr + blocksOld * blockSize)); in expand()
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d504 const blocksOld = bytes2blocks(b.length); in expand() local
506 assert(blocksOld <= blocksNew); in expand()
509 if (blocksOld == blocksNew) in expand()
517 const blockIdxAfter = blockIdx + blocksOld; in expand()
523 auto hint = allocateAt(wordIdx, msbIdx, blocksNew - blocksOld, p); in expand()
529 assert(p.ptr == b.ptr + blocksOld * blockSize, in expand()
530 text(p.ptr, " != ", b.ptr + blocksOld * blockSize)); in expand()
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d504 const blocksOld = bytes2blocks(b.length); in expand() local
506 assert(blocksOld <= blocksNew); in expand()
509 if (blocksOld == blocksNew) in expand()
517 const blockIdxAfter = blockIdx + blocksOld; in expand()
523 auto hint = allocateAt(wordIdx, msbIdx, blocksNew - blocksOld, p); in expand()
529 assert(p.ptr == b.ptr + blocksOld * blockSize, in expand()
530 text(p.ptr, " != ", b.ptr + blocksOld * blockSize)); in expand()
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d504 const blocksOld = bytes2blocks(b.length); in expand() local
506 assert(blocksOld <= blocksNew); in expand()
509 if (blocksOld == blocksNew) in expand()
517 const blockIdxAfter = blockIdx + blocksOld; in expand()
523 auto hint = allocateAt(wordIdx, msbIdx, blocksNew - blocksOld, p); in expand()
529 assert(p.ptr == b.ptr + blocksOld * blockSize, in expand()
530 text(p.ptr, " != ", b.ptr + blocksOld * blockSize)); in expand()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d504 const blocksOld = bytes2blocks(b.length); in expand() local
506 assert(blocksOld <= blocksNew); in expand()
509 if (blocksOld == blocksNew) in expand()
517 const blockIdxAfter = blockIdx + blocksOld; in expand()
523 auto hint = allocateAt(wordIdx, msbIdx, blocksNew - blocksOld, p); in expand()
529 assert(p.ptr == b.ptr + blocksOld * blockSize, in expand()
530 text(p.ptr, " != ", b.ptr + blocksOld * blockSize)); in expand()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d674 const blocksOld = bytes2blocks(b.length); in BitmappedBlockImpl()
676 assert(blocksOld <= blocksNew); in BitmappedBlockImpl()
679 if (blocksOld == blocksNew) in BitmappedBlockImpl()
687 const blockIdxAfter = blockIdx + blocksOld; in BitmappedBlockImpl()
693 auto hint = allocateAt(wordIdx, msbIdx, blocksNew - blocksOld, p); in BitmappedBlockImpl()
699 assert(p.ptr == b.ptr + blocksOld * blockSize); in BitmappedBlockImpl()