Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/ec/
H A Dec_mult.c92 int bit, next_bit, mask; in compute_wNAF() local
112 next_bit = bit << 1; /* at most 256 */ in compute_wNAF()
113 mask = next_bit - 1; /* at most 255 */ in compute_wNAF()
141 digit = window_val - next_bit; /* -2^w < digit < 0 */ in compute_wNAF()
172 if (window_val != 0 && window_val != next_bit && window_val != bit) { in compute_wNAF()
182 if (window_val > next_bit) { in compute_wNAF()
/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);