Home
last modified time | relevance | path

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

/dports/emulators/qemu42/qemu-4.2.1/include/qemu/
H A Dbitmap.h243 long redundant_bits = offset - aligned_offset; in bitmap_count_one_with_offset() local
244 long bits_to_count = nbits + redundant_bits; in bitmap_count_one_with_offset()
249 bitmap_count_one(bitmap_start, redundant_bits); in bitmap_count_one_with_offset()
/dports/emulators/qemu/qemu-6.2.0/include/qemu/
H A Dbitmap.h243 long redundant_bits = offset - aligned_offset; in bitmap_count_one_with_offset() local
244 long bits_to_count = nbits + redundant_bits; in bitmap_count_one_with_offset()
249 bitmap_count_one(bitmap_start, redundant_bits); in bitmap_count_one_with_offset()
/dports/emulators/qemu60/qemu-6.0.0/include/qemu/
H A Dbitmap.h243 long redundant_bits = offset - aligned_offset; in bitmap_count_one_with_offset() local
244 long bits_to_count = nbits + redundant_bits; in bitmap_count_one_with_offset()
249 bitmap_count_one(bitmap_start, redundant_bits); in bitmap_count_one_with_offset()
/dports/emulators/qemu-utils/qemu-4.2.1/include/qemu/
H A Dbitmap.h243 long redundant_bits = offset - aligned_offset; in bitmap_count_one_with_offset() local
244 long bits_to_count = nbits + redundant_bits; in bitmap_count_one_with_offset()
249 bitmap_count_one(bitmap_start, redundant_bits); in bitmap_count_one_with_offset()
/dports/emulators/qemu5/qemu-5.2.0/include/qemu/
H A Dbitmap.h243 long redundant_bits = offset - aligned_offset; in bitmap_count_one_with_offset() local
244 long bits_to_count = nbits + redundant_bits; in bitmap_count_one_with_offset()
249 bitmap_count_one(bitmap_start, redundant_bits); in bitmap_count_one_with_offset()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/qemu/
H A Dbitmap.h243 long redundant_bits = offset - aligned_offset; in bitmap_count_one_with_offset() local
244 long bits_to_count = nbits + redundant_bits; in bitmap_count_one_with_offset()
249 bitmap_count_one(bitmap_start, redundant_bits); in bitmap_count_one_with_offset()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/qemu/
H A Dbitmap.h243 long redundant_bits = offset - aligned_offset; in bitmap_count_one_with_offset() local
244 long bits_to_count = nbits + redundant_bits; in bitmap_count_one_with_offset()
249 bitmap_count_one(bitmap_start, redundant_bits); in bitmap_count_one_with_offset()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/qemu/
H A Dbitmap.h243 long redundant_bits = offset - aligned_offset; in bitmap_count_one_with_offset() local
244 long bits_to_count = nbits + redundant_bits; in bitmap_count_one_with_offset()
249 bitmap_count_one(bitmap_start, redundant_bits); in bitmap_count_one_with_offset()
/dports/audio/wavpack/wavpack-5.4.0/src/
H A Dpack.c773 int redundant_bits = 0; in scan_redundancy() local
790 redundant_bits++; in scan_redundancy()
795 redundant_bits = (redundant_bits + 1) | 0x40; in scan_redundancy()
800 redundant_bits = (redundant_bits + 1) | 0x80; in scan_redundancy()
801 redundant_bits++; in scan_redundancy()
805 return redundant_bits; in scan_redundancy()
/dports/cad/yosys/yosys-yosys-0.12/passes/opt/
H A Dopt_expr.cc1816 int redundant_bits = 0; in replace_const_cells() local
1835 redundant_bits++; in replace_const_cells()
1857 if (redundant_bits) in replace_const_cells()
1860 redundant_bits, log_id(cell->type), log_id(cell), log_id(module)); in replace_const_cells()