Searched refs:bitmap (Results 1 – 7 of 7) sorted by relevance
136 int bitmap_get_bit(u8 *bitmap, u32 bit);137 void bitmap_clear_bit(u8 *bitmap, u32 bit);
181 static int bitmap_set_bit(u8 *bitmap, u32 bit) in bitmap_set_bit() argument183 if (bitmap[bit / 8] & 1 << (bit % 8)) in bitmap_set_bit()186 bitmap[bit / 8] |= 1 << (bit % 8); in bitmap_set_bit()190 static int bitmap_set_8_bits(u8 *bitmap, u32 bit) in bitmap_set_8_bits() argument192 int ret = bitmap[bit / 8]; in bitmap_set_8_bits()193 bitmap[bit / 8] = 0xFF; in bitmap_set_8_bits()
106 int bitmap_get_bit(u8 *bitmap, u32 bit) in bitmap_get_bit() argument108 if (bitmap[bit / 8] & (1 << (bit % 8))) in bitmap_get_bit()114 void bitmap_clear_bit(u8 *bitmap, u32 bit) in bitmap_clear_bit() argument116 bitmap[bit / 8] &= ~(1 << (bit % 8)); in bitmap_clear_bit()
107 60003 view_use_drawing_cache (View drawn using bitmap cache|1|5)
67 * res/drawable: bitmap or xml graphics. Each file may have different
31073 Each item in the list is a TPMS_PCR_SELECT structure that contains a bitmap of all PCR.
31084 Each item in the list is a TPMS_PCR_SELECT structure that contains a bitmap of all PCR.