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

/external/e2fsprogs/lib/ext2fs/
H A Dblkmap64_ba.c217 unsigned int last_bit = 0; local
267 last_bit |= 1 << mark_bit;
273 if (last_bit & ADDR[start_byte + len_byte])
H A Dgen_bitmap.c441 int last_bit = 0; local
490 last_bit |= 1 << mark_bit;
496 if (last_bit & ADDR[start_byte + len_byte])
/external/bison/lib/
H A Dabitset.c305 unsigned int last_bit; local
307 last_bit = BITSET_SIZE_ (dst) % BITSET_WORD_BITS;
308 if (last_bit)
310 ((bitset_word) 1 << last_bit) - 1;
H A Debitset.c838 unsigned int last_bit; local
842 last_bit = n_bits % EBITSET_ELT_BITS;
844 if (last_bit)
864 srcp[windex - woffset] &= ((bitset_word) 1 << last_bit) - 1;
H A Dlbitset.c886 unsigned int last_bit; local
890 last_bit = n_bits % LBITSET_ELT_BITS;
892 if (last_bit)
902 srcp[windex - elt->index] &= ((bitset_word) 1 << last_bit) - 1;
H A Dvbitset.c332 unsigned int last_bit; local
334 last_bit = BITSET_SIZE_ (dst) % BITSET_WORD_BITS;
335 if (last_bit)
337 ((bitset_word) 1 << last_bit) - 1;
/external/pdfium/third_party/freetype/src/raster/
H A Dftraster.c2765 Int last_bit = last_pixel & 3; local
2772 if ( ras.gray_max_x >= last_cell && last_bit != 3 )
2812 switch ( last_bit )

Completed in 747 milliseconds