Searched refs:start_bit (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dbitmap.h205 unsigned start_bit, unsigned *bit_no)
210 /* Advance elt1 until it is not before the block containing start_bit. */
219 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
225 if (bi->elt1->indx != start_bit / BITMAP_ELEMENT_ALL_BITS)
226 start_bit = bi->elt1->indx * BITMAP_ELEMENT_ALL_BITS;
228 /* Initialize for what is now start_bit. */
229 bi->word_no = start_bit / BITMAP_WORD_BITS % BITMAP_ELEMENT_WORDS;
231 bi->bits >>= start_bit % BITMAP_WORD_BITS;
237 start_bit += !bi->bits;
239 *bit_no = start_bit;
204 bmp_iter_set_init(bitmap_iterator *bi, bitmap map, unsigned start_bit, unsigned *bit_no) argument
246 bmp_iter_and_init(bitmap_iterator *bi, bitmap map1, bitmap map2, unsigned start_bit, unsigned *bit_no) argument
314 bmp_iter_and_compl_init(bitmap_iterator *bi, bitmap map1, bitmap map2, unsigned start_bit, unsigned *bit_no) argument
[all...]
H A Dggc-zone.c614 unsigned int start_bit = zone_get_object_alloc_bit (object); local
616 page->alloc_bits[start_word] |= 1L << start_bit;
627 unsigned int start_bit = zone_get_object_alloc_bit (object); local
630 page->alloc_bits[start_word] &= ~(1L << start_bit);
639 size_t start_word, size_t start_bit,
651 if (start_bit)
653 indx = alloc_ffs (alloc_word >> start_bit);
660 /* The extra 1 accounts for the starting unit, before start_bit. */
661 size = (sizeof (alloc_type) * 8 - start_bit + 1) * BYTES_PER_ALLOC_BIT;
691 unsigned int start_bit local
638 zone_object_size_1(alloc_type *alloc_bits, size_t start_word, size_t start_bit, size_t max_size) argument
[all...]
/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-qlm.h59 int start_bit; member in struct:__anon7288
H A Dcvmx-qlm.c340 cvmx_helper_qlm_jtag_shift_zeros(qlm, field->start_bit);
342 return cvmx_helper_qlm_jtag_shift(qlm, field->stop_bit - field->start_bit + 1, 0);
378 for (bits = field->start_bit + (num_lanes-1-l)*qlm_jtag_length;

Completed in 92 milliseconds