Home
last modified time | relevance | path

Searched refs:findContigOnes (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.d433 auto j = findContigOnes(~v, blocks); in smallAlloc()
1123 private uint findContigOnes(ulong x, uint n) in findContigOnes() function
1136 assert(findContigOnes(0x0000_0000_0000_0300, 2) == 54);
1138 assert(findContigOnes(~0UL, 1) == 0);
1139 assert(findContigOnes(~0UL, 2) == 0);
1140 assert(findContigOnes(~0UL, 32) == 0);
1141 assert(findContigOnes(~0UL, 64) == 0);
1142 assert(findContigOnes(0UL, 1) == 64);
1144 assert(findContigOnes(0x4000_0000_0000_0000, 1) == 1);
1145 assert(findContigOnes(0x0000_0F00_0000_0000, 4) == 20);
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d433 auto j = findContigOnes(~v, blocks); in smallAlloc()
1123 private uint findContigOnes(ulong x, uint n) in findContigOnes() function
1136 assert(findContigOnes(0x0000_0000_0000_0300, 2) == 54);
1138 assert(findContigOnes(~0UL, 1) == 0);
1139 assert(findContigOnes(~0UL, 2) == 0);
1140 assert(findContigOnes(~0UL, 32) == 0);
1141 assert(findContigOnes(~0UL, 64) == 0);
1142 assert(findContigOnes(0UL, 1) == 64);
1144 assert(findContigOnes(0x4000_0000_0000_0000, 1) == 1);
1145 assert(findContigOnes(0x0000_0F00_0000_0000, 4) == 20);
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d433 auto j = findContigOnes(~v, blocks); in smallAlloc()
1123 private uint findContigOnes(ulong x, uint n) in findContigOnes() function
1136 assert(findContigOnes(0x0000_0000_0000_0300, 2) == 54);
1138 assert(findContigOnes(~0UL, 1) == 0);
1139 assert(findContigOnes(~0UL, 2) == 0);
1140 assert(findContigOnes(~0UL, 32) == 0);
1141 assert(findContigOnes(~0UL, 64) == 0);
1142 assert(findContigOnes(0UL, 1) == 64);
1144 assert(findContigOnes(0x4000_0000_0000_0000, 1) == 1);
1145 assert(findContigOnes(0x0000_0F00_0000_0000, 4) == 20);
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d433 auto j = findContigOnes(~v, blocks); in smallAlloc()
1123 private uint findContigOnes(ulong x, uint n) in findContigOnes() function
1136 assert(findContigOnes(0x0000_0000_0000_0300, 2) == 54);
1138 assert(findContigOnes(~0UL, 1) == 0);
1139 assert(findContigOnes(~0UL, 2) == 0);
1140 assert(findContigOnes(~0UL, 32) == 0);
1141 assert(findContigOnes(~0UL, 64) == 0);
1142 assert(findContigOnes(0UL, 1) == 64);
1144 assert(findContigOnes(0x4000_0000_0000_0000, 1) == 1);
1145 assert(findContigOnes(0x0000_0F00_0000_0000, 4) == 20);
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d433 auto j = findContigOnes(~v, blocks); in smallAlloc()
1123 private uint findContigOnes(ulong x, uint n) in findContigOnes() function
1136 assert(findContigOnes(0x0000_0000_0000_0300, 2) == 54);
1138 assert(findContigOnes(~0UL, 1) == 0);
1139 assert(findContigOnes(~0UL, 2) == 0);
1140 assert(findContigOnes(~0UL, 32) == 0);
1141 assert(findContigOnes(~0UL, 64) == 0);
1142 assert(findContigOnes(0UL, 1) == 64);
1144 assert(findContigOnes(0x4000_0000_0000_0000, 1) == 1);
1145 assert(findContigOnes(0x0000_0F00_0000_0000, 4) == 20);
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d433 auto j = findContigOnes(~v, blocks); in smallAlloc()
1123 private uint findContigOnes(ulong x, uint n) in findContigOnes() function
1136 assert(findContigOnes(0x0000_0000_0000_0300, 2) == 54);
1138 assert(findContigOnes(~0UL, 1) == 0);
1139 assert(findContigOnes(~0UL, 2) == 0);
1140 assert(findContigOnes(~0UL, 32) == 0);
1141 assert(findContigOnes(~0UL, 64) == 0);
1142 assert(findContigOnes(0UL, 1) == 64);
1144 assert(findContigOnes(0x4000_0000_0000_0000, 1) == 1);
1145 assert(findContigOnes(0x0000_0F00_0000_0000, 4) == 20);
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d433 auto j = findContigOnes(~v, blocks); in smallAlloc()
1123 private uint findContigOnes(ulong x, uint n) in findContigOnes() function
1136 assert(findContigOnes(0x0000_0000_0000_0300, 2) == 54);
1138 assert(findContigOnes(~0UL, 1) == 0);
1139 assert(findContigOnes(~0UL, 2) == 0);
1140 assert(findContigOnes(~0UL, 32) == 0);
1141 assert(findContigOnes(~0UL, 64) == 0);
1142 assert(findContigOnes(0UL, 1) == 64);
1144 assert(findContigOnes(0x4000_0000_0000_0000, 1) == 1);
1145 assert(findContigOnes(0x0000_0F00_0000_0000, 4) == 20);
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d433 auto j = findContigOnes(~v, blocks); in smallAlloc()
1123 private uint findContigOnes(ulong x, uint n) in findContigOnes() function
1136 assert(findContigOnes(0x0000_0000_0000_0300, 2) == 54);
1138 assert(findContigOnes(~0UL, 1) == 0);
1139 assert(findContigOnes(~0UL, 2) == 0);
1140 assert(findContigOnes(~0UL, 32) == 0);
1141 assert(findContigOnes(~0UL, 64) == 0);
1142 assert(findContigOnes(0UL, 1) == 64);
1144 assert(findContigOnes(0x4000_0000_0000_0000, 1) == 1);
1145 assert(findContigOnes(0x0000_0F00_0000_0000, 4) == 20);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d433 auto j = findContigOnes(~v, blocks); in smallAlloc()
1123 private uint findContigOnes(ulong x, uint n) in findContigOnes() function
1136 assert(findContigOnes(0x0000_0000_0000_0300, 2) == 54);
1138 assert(findContigOnes(~0UL, 1) == 0);
1139 assert(findContigOnes(~0UL, 2) == 0);
1140 assert(findContigOnes(~0UL, 32) == 0);
1141 assert(findContigOnes(~0UL, 64) == 0);
1142 assert(findContigOnes(0UL, 1) == 64);
1144 assert(findContigOnes(0x4000_0000_0000_0000, 1) == 1);
1145 assert(findContigOnes(0x0000_0F00_0000_0000, 4) == 20);
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d552 auto j = findContigOnes(~v, blocks); in BitmappedBlockImpl()
2479 private uint findContigOnes(ulong x, uint n)
2492 assert(findContigOnes(0x0000_0000_0000_0300, 2) == 54);
2494 assert(findContigOnes(~0UL, 1) == 0);
2495 assert(findContigOnes(~0UL, 2) == 0);
2496 assert(findContigOnes(~0UL, 32) == 0);
2497 assert(findContigOnes(~0UL, 64) == 0);
2498 assert(findContigOnes(0UL, 1) == 64);
2500 assert(findContigOnes(0x4000_0000_0000_0000, 1) == 1);
2501 assert(findContigOnes(0x0000_0F00_0000_0000, 4) == 20);