Searched defs:current_bit (Results 1 – 6 of 6) sorted by relevance
21 current_bit = 0 variable28 current_bit = fields[0] variable
89 for (StorageType current_bit = ONE >> 1; current_bit; current_bit >>= 1) { in sqrt() local
265 for (uint32_t current_bit = bits_per_word; current_bit < bit_width; in EncodeIntegerAsWords() local
78 WORD32 current_bit; /* current bit position in bit stream */ member