Searched refs:bitno (Results 1 – 7 of 7) sorted by relevance
/third_party/e2fsprogs/lib/ext2fs/ |
D | gen_bitmap.c | 180 blk_t bitno) in ext2fs_test_generic_bitmap() argument 187 return ext2fs_test_generic_bmap(bitmap, bitno); in ext2fs_test_generic_bitmap() 191 "test_bitmap(%lu)", (unsigned long) bitno); in ext2fs_test_generic_bitmap() 196 if ((bitno < bitmap32->start) || (bitno > bitmap32->end)) { in ext2fs_test_generic_bitmap() 197 ext2fs_warn_bitmap2(bitmap, EXT2FS_TEST_ERROR, bitno); in ext2fs_test_generic_bitmap() 200 return ext2fs_test_bit(bitno - bitmap32->start, bitmap32->bitmap); in ext2fs_test_generic_bitmap() 204 __u32 bitno) in ext2fs_mark_generic_bitmap() argument 211 return ext2fs_mark_generic_bmap(bitmap, bitno); in ext2fs_mark_generic_bitmap() 215 "mark_bitmap(%lu)", (unsigned long) bitno); in ext2fs_mark_generic_bitmap() 220 if ((bitno < bitmap32->start) || (bitno > bitmap32->end)) { in ext2fs_mark_generic_bitmap() [all …]
|
D | blkmap64_ba.c | 130 __u64 bitno; in ba_resize_bmap() local 137 bitno = bmap->real_end; in ba_resize_bmap() 138 if (bitno > new_end) in ba_resize_bmap() 139 bitno = new_end; in ba_resize_bmap() 140 for (; bitno > bmap->end; bitno--) in ba_resize_bmap() 141 ext2fs_clear_bit64(bitno - bmap->start, bp->bitarray); in ba_resize_bmap() 168 blk64_t bitno = (blk64_t) arg; in ba_mark_bmap() local 170 return ext2fs_set_bit64(bitno - bitmap->start, bp->bitarray); in ba_mark_bmap() 176 blk64_t bitno = (blk64_t) arg; in ba_unmark_bmap() local 178 return ext2fs_clear_bit64(bitno - bitmap->start, bp->bitarray); in ba_unmark_bmap() [all …]
|
D | bitops.h | 113 __u32 bitno); 115 blk_t bitno); 117 blk_t bitno); 193 blk64_t bitno); 195 blk64_t bitno); 197 blk64_t bitno);
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
D | unzcrash.c | 67 int bitno = bit % 8; in flip_bit() local 68 uchar mask = 1 << bitno; in flip_bit()
|
/third_party/bzip2/ |
D | unzcrash.c | 67 int bitno = bit % 8; in flip_bit() local 68 uchar mask = 1 << bitno; in flip_bit()
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
D | unzcrash.c | 67 int bitno = bit % 8; in flip_bit() local 68 uchar mask = 1 << bitno; in flip_bit()
|
/third_party/glib/po/ |
D | sl.po | 298 msgstr "Neveljavno večbitno zaporedje na vhodu"
|