Searched refs:start_bit (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | bitmap.h | 205 unsigned start_bit, unsigned *bit_no) in bmp_iter_set_init() argument 231 bi->bits >>= start_bit % BITMAP_WORD_BITS; in bmp_iter_set_init() 237 start_bit += !bi->bits; in bmp_iter_set_init() 239 *bit_no = start_bit; in bmp_iter_set_init() 247 unsigned start_bit, unsigned *bit_no) in bmp_iter_and_init() argument 305 start_bit += !bi->bits; in bmp_iter_and_init() 307 *bit_no = start_bit; in bmp_iter_and_init() 315 unsigned start_bit, unsigned *bit_no) in bmp_iter_and_compl_init() argument 347 bi->bits >>= start_bit % BITMAP_WORD_BITS; in bmp_iter_and_compl_init() 353 start_bit += !bi->bits; in bmp_iter_and_compl_init() [all …]
|
| H A D | ggc-zone.c | 614 unsigned int start_bit = zone_get_object_alloc_bit (object); in zone_set_object_alloc_bit() local 616 page->alloc_bits[start_word] |= 1L << start_bit; in zone_set_object_alloc_bit() 627 unsigned int start_bit = zone_get_object_alloc_bit (object); in zone_clear_object_alloc_bit() local 630 page->alloc_bits[start_word] &= ~(1L << start_bit); in zone_clear_object_alloc_bit() 639 size_t start_word, size_t start_bit, in zone_object_size_1() argument 651 if (start_bit) in zone_object_size_1() 653 indx = alloc_ffs (alloc_word >> start_bit); in zone_object_size_1() 661 size = (sizeof (alloc_type) * 8 - start_bit + 1) * BYTES_PER_ALLOC_BIT; in zone_object_size_1() 691 unsigned int start_bit = zone_get_object_alloc_bit (object_midptr); in zone_find_object_size() local 695 return zone_object_size_1 (page->alloc_bits, start_word, start_bit, in zone_find_object_size()
|
| /freebsd-12.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-qlm.c | 340 cvmx_helper_qlm_jtag_shift_zeros(qlm, field->start_bit); in cvmx_qlm_jtag_get() 342 return cvmx_helper_qlm_jtag_shift(qlm, field->stop_bit - field->start_bit + 1, 0); in cvmx_qlm_jtag_get() 378 for (bits = field->start_bit + (num_lanes-1-l)*qlm_jtag_length; in cvmx_qlm_jtag_set()
|
| H A D | cvmx-qlm.h | 59 int start_bit; member
|
| /freebsd-12.1/sys/fs/ext2fs/ |
| H A D | ext2_alloc.c | 862 ext2_mark_bitmap_end(int start_bit, int end_bit, char *bitmap) in ext2_mark_bitmap_end() argument 866 if (start_bit >= end_bit) in ext2_mark_bitmap_end() 869 for (i = start_bit; i < ((start_bit + 7) & ~7UL); i++) in ext2_mark_bitmap_end()
|
| /freebsd-12.1/sys/dev/cxgbe/cudbg/ |
| H A D | cudbg_entity.h | 164 u32 start_bit; member
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | arm.md | 1877 int start_bit = INTVAL (operands[2]); 1906 HOST_WIDE_INT mask2 = ((mask & ~op3_value) << start_bit); 1911 gen_int_mode (op3_value << start_bit, SImode))); 1913 else if (start_bit == 0 1931 else if ((width + start_bit == 32) 1963 && (const_ok_for_arm (mask << start_bit) 1964 || const_ok_for_arm (~(mask << start_bit)))) 1966 op0 = gen_int_mode (~(mask << start_bit), SImode); 1979 if (start_bit != 0) 1985 if (start_bit != 0)
|