Searched refs:bit_no (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr45352.c5 bmp_iter_next (int *bi, int *bit_no) argument
8 *bit_no += 1;
11 int bmp_iter_set (int *bi, int *bit_no);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20090113-3.c42 unsigned start_bit, unsigned *bit_no)
69 *bit_no = start_bit;
73 bmp_iter_next (bitmap_iterator *bi, unsigned *bit_no) argument
76 *bit_no += 1;
80 bmp_iter_set (bitmap_iterator *bi, unsigned *bit_no) argument
87 *bit_no += 1;
92 *bit_no = ((*bit_no + 64u - 1) / 64u * 64u);
105 *bit_no += 1;
109 *bit_no
41 bmp_iter_set_init(bitmap_iterator *bi, const_bitmap map, unsigned start_bit, unsigned *bit_no) argument
[all...]
H A D20090113-2.c41 unsigned start_bit, unsigned *bit_no)
68 *bit_no = start_bit;
72 bmp_iter_next (bitmap_iterator *bi, unsigned *bit_no) argument
75 *bit_no += 1;
79 bmp_iter_set_tail (bitmap_iterator *bi, unsigned *bit_no) argument
84 *bit_no += 1;
90 bmp_iter_set (bitmap_iterator *bi, unsigned *bit_no) argument
92 unsigned bno = *bit_no;
103 *bit_no = bno;
107 *bit_no
40 bmp_iter_set_init(bitmap_iterator *bi, const_bitmap map, unsigned start_bit, unsigned *bit_no) argument
[all...]
/haiku-buildtools/gcc/gcc/
H A Dbitmap.h339 unsigned start_bit, unsigned *bit_no)
373 *bit_no = start_bit;
381 unsigned start_bit, unsigned *bit_no)
441 *bit_no = start_bit;
450 unsigned start_bit, unsigned *bit_no)
490 *bit_no = start_bit;
497 bmp_iter_next (bitmap_iterator *bi, unsigned *bit_no) argument
500 *bit_no += 1;
506 bmp_iter_next_bit (bitmap_iterator * bi, unsigned *bit_no) argument
513 *bit_no
338 bmp_iter_set_init(bitmap_iterator *bi, const_bitmap map, unsigned start_bit, unsigned *bit_no) argument
380 bmp_iter_and_init(bitmap_iterator *bi, const_bitmap map1, const_bitmap map2, unsigned start_bit, unsigned *bit_no) argument
448 bmp_iter_and_compl_init(bitmap_iterator *bi, const_bitmap map1, const_bitmap map2, unsigned start_bit, unsigned *bit_no) argument
529 bmp_iter_set(bitmap_iterator *bi, unsigned *bit_no) argument
572 bmp_iter_and(bitmap_iterator *bi, unsigned *bit_no) argument
635 bmp_iter_and_compl(bitmap_iterator *bi, unsigned *bit_no) argument
[all...]
H A Dsbitmap.h151 unsigned int min, unsigned *bit_no ATTRIBUTE_UNUSED)
196 bmp_iter_next (sbitmap_iterator *i, unsigned *bit_no ATTRIBUTE_UNUSED)
H A Dbitmap.c807 unsigned bit_no;
812 bit_no = elt->indx * BITMAP_ELEMENT_ALL_BITS;
821 bit_no += ix * BITMAP_WORD_BITS;
825 bit_no += __builtin_ctzl (word);
833 word >>= 32, bit_no += 32;
836 word >>= 16, bit_no += 16;
838 word >>= 8, bit_no += 8;
840 word >>= 4, bit_no += 4;
842 word >>= 2, bit_no += 2;
844 word >>= 1, bit_no
798 unsigned bit_no; local
849 unsigned bit_no; local
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Dmaxq-dis.c35 unsigned char bit_no; member in struct:_group_info
338 info->fprintf_func (info->stream, ".%d", grp.bit_no);
417 i->bit_no ^= i->bit_no;
462 i->bit_no = ((insn & _DECODE_HIGHNIB_LOWBYTE) >> 4);
471 i->bit_no = ((insn & _DECODE_4TO6_LOWBYTE) >> 4);
506 i->bit_no = ((insn & _DECODE_4TO6_HIGHBYTE) >> 12);
598 if ((grp.bit_no == 0) && (opcode->arg[1] != A_BIT_0))
600 if ((grp.bit_no == 1) && (opcode->arg[1] != A_BIT_1))
602 if ((grp.bit_no
[all...]

Completed in 72 milliseconds