Home
last modified time | relevance | path

Searched refs:bitmap (Results 1 – 7 of 7) sorted by relevance

/system/extras/ext4_utils/
Dext4_utils.h136 int bitmap_get_bit(u8 *bitmap, u32 bit);
137 void bitmap_clear_bit(u8 *bitmap, u32 bit);
Dallocate.c181 static int bitmap_set_bit(u8 *bitmap, u32 bit) in bitmap_set_bit() argument
183 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() argument
192 int ret = bitmap[bit / 8]; in bitmap_set_8_bits()
193 bitmap[bit / 8] = 0xFF; in bitmap_set_8_bits()
Dext4_utils.c106 int bitmap_get_bit(u8 *bitmap, u32 bit) in bitmap_get_bit() argument
108 if (bitmap[bit / 8] & (1 << (bit % 8))) in bitmap_get_bit()
114 void bitmap_clear_bit(u8 *bitmap, u32 bit) in bitmap_clear_bit() argument
116 bitmap[bit / 8] &= ~(1 << (bit % 8)); in bitmap_clear_bit()
/system/core/logcat/
Devent.logtags107 60003 view_use_drawing_cache (View drawn using bitmap cache|1|5)
/system/core/libutils/
DREADME67 * res/drawable: bitmap or xml graphics. Each file may have different
/system/tpm/trunks/generator/
Draw_commands.txt31073 Each item in the list is a TPMS_PCR_SELECT structure that contains a bitmap of all PCR.
Draw_commands_fixed.txt31084 Each item in the list is a TPMS_PCR_SELECT structure that contains a bitmap of all PCR.