Home
last modified time | relevance | path

Searched refs:msbIdx (Results 1 – 11 of 11) sorted by relevance

/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d229 assert(msbIdx <= 63); in blocksFor()
372 assert(msbIdx <= 63);
373 if (msbIdx + blocks <= 64)
377 cast(uint) (64 - msbIdx - blocks), 63 - msbIdx))
384 return msbIdx + blocks == 64
389 immutable mask = ulong.max >> msbIdx;
601 if (msbIdx) in deallocate()
603 if (blocks + msbIdx <= 64) in deallocate()
607 63 - msbIdx); in deallocate()
613 blocks -= 64 - msbIdx; in deallocate()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d229 assert(msbIdx <= 63); in blocksFor()
372 assert(msbIdx <= 63);
373 if (msbIdx + blocks <= 64)
377 cast(uint) (64 - msbIdx - blocks), 63 - msbIdx))
384 return msbIdx + blocks == 64
389 immutable mask = ulong.max >> msbIdx;
601 if (msbIdx) in deallocate()
603 if (blocks + msbIdx <= 64) in deallocate()
607 63 - msbIdx); in deallocate()
613 blocks -= 64 - msbIdx; in deallocate()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d229 assert(msbIdx <= 63); in blocksFor()
372 assert(msbIdx <= 63);
373 if (msbIdx + blocks <= 64)
377 cast(uint) (64 - msbIdx - blocks), 63 - msbIdx))
384 return msbIdx + blocks == 64
389 immutable mask = ulong.max >> msbIdx;
601 if (msbIdx) in deallocate()
603 if (blocks + msbIdx <= 64) in deallocate()
607 63 - msbIdx); in deallocate()
613 blocks -= 64 - msbIdx; in deallocate()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d229 assert(msbIdx <= 63); in blocksFor()
372 assert(msbIdx <= 63);
373 if (msbIdx + blocks <= 64)
377 cast(uint) (64 - msbIdx - blocks), 63 - msbIdx))
384 return msbIdx + blocks == 64
389 immutable mask = ulong.max >> msbIdx;
601 if (msbIdx) in deallocate()
603 if (blocks + msbIdx <= 64) in deallocate()
607 63 - msbIdx); in deallocate()
613 blocks -= 64 - msbIdx; in deallocate()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d229 assert(msbIdx <= 63); in blocksFor()
372 assert(msbIdx <= 63);
373 if (msbIdx + blocks <= 64)
377 cast(uint) (64 - msbIdx - blocks), 63 - msbIdx))
384 return msbIdx + blocks == 64
389 immutable mask = ulong.max >> msbIdx;
601 if (msbIdx) in deallocate()
603 if (blocks + msbIdx <= 64) in deallocate()
607 63 - msbIdx); in deallocate()
613 blocks -= 64 - msbIdx; in deallocate()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d229 assert(msbIdx <= 63); in blocksFor()
372 assert(msbIdx <= 63);
373 if (msbIdx + blocks <= 64)
377 cast(uint) (64 - msbIdx - blocks), 63 - msbIdx))
384 return msbIdx + blocks == 64
389 immutable mask = ulong.max >> msbIdx;
601 if (msbIdx) in deallocate()
603 if (blocks + msbIdx <= 64) in deallocate()
607 63 - msbIdx); in deallocate()
613 blocks -= 64 - msbIdx; in deallocate()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d229 assert(msbIdx <= 63); in blocksFor()
372 assert(msbIdx <= 63);
373 if (msbIdx + blocks <= 64)
377 cast(uint) (64 - msbIdx - blocks), 63 - msbIdx))
384 return msbIdx + blocks == 64
389 immutable mask = ulong.max >> msbIdx;
601 if (msbIdx) in deallocate()
603 if (blocks + msbIdx <= 64) in deallocate()
607 63 - msbIdx); in deallocate()
613 blocks -= 64 - msbIdx; in deallocate()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d229 assert(msbIdx <= 63); in blocksFor()
372 assert(msbIdx <= 63);
373 if (msbIdx + blocks <= 64)
377 cast(uint) (64 - msbIdx - blocks), 63 - msbIdx))
384 return msbIdx + blocks == 64
389 immutable mask = ulong.max >> msbIdx;
601 if (msbIdx) in deallocate()
603 if (blocks + msbIdx <= 64) in deallocate()
607 63 - msbIdx); in deallocate()
613 blocks -= 64 - msbIdx; in deallocate()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d229 assert(msbIdx <= 63); in blocksFor()
372 assert(msbIdx <= 63);
373 if (msbIdx + blocks <= 64)
377 cast(uint) (64 - msbIdx - blocks), 63 - msbIdx))
384 return msbIdx + blocks == 64
389 immutable mask = ulong.max >> msbIdx;
601 if (msbIdx) in deallocate()
603 if (blocks + msbIdx <= 64) in deallocate()
607 63 - msbIdx); in deallocate()
613 blocks -= 64 - msbIdx; in deallocate()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d270 assert(msbIdx <= 63); in BitmappedBlockImpl()
435 assert(msbIdx <= 63); in BitmappedBlockImpl()
438 if (msbIdx + blocks <= 64) in BitmappedBlockImpl()
445 cast(uint) (64 - msbIdx - blocks), 63 - msbIdx); in BitmappedBlockImpl()
451 cast(uint) (64 - msbIdx - blocks), 63 - msbIdx); in BitmappedBlockImpl()
462 cast(uint) (64 - msbIdx - blocks), 63 - msbIdx); in BitmappedBlockImpl()
468 cast(uint) (64 - msbIdx - blocks), 63 - msbIdx); in BitmappedBlockImpl()
828 if (msbIdx) in BitmappedBlockImpl()
837 63 - msbIdx); in BitmappedBlockImpl()
844 63 - msbIdx); in BitmappedBlockImpl()
[all …]
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DInterPrediction.cpp99 int msbIdx = 0; in rightShiftMSB() local
100 for (msbIdx = 0; msbIdx<32; msbIdx++) in rightShiftMSB()
102 if (denom < ((int)1 << msbIdx)) in rightShiftMSB()
107 int shiftIdx = msbIdx - 1; in rightShiftMSB()