Home
last modified time | relevance | path

Searched refs:next_bit (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dbitmap.h378 next_bit: in bmp_iter_set()
401 goto next_bit; in bmp_iter_set()
425 next_bit: in bmp_iter_and()
448 goto next_bit; in bmp_iter_and()
492 next_bit: in bmp_iter_and_compl()
517 goto next_bit; in bmp_iter_and_compl()
H A Dvarasm.c4408 HOST_WIDE_INT next_bit = next_offset % BITS_PER_UNIT; in output_constructor() local
4422 BITS_PER_UNIT - next_bit); in output_constructor()
4455 << (BITS_PER_UNIT - this_time - next_bit)); in output_constructor()
4487 << next_bit); in output_constructor()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dvarasm.c4366 HOST_WIDE_INT next_bit = next_offset % BITS_PER_UNIT; local
4380 BITS_PER_UNIT - next_bit);
4414 << (BITS_PER_UNIT - this_time - next_bit));
4447 << next_bit);