Home
last modified time | relevance | path

Searched refs:last_bit (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/freetype/src/raster/
A Dftraster.c2762 Int last_bit = last_pixel & 3; in Vertical_Gray_Sweep_Step() local
2769 if ( ras.gray_max_x >= last_cell && last_bit != 3 ) in Vertical_Gray_Sweep_Step()
2809 switch ( last_bit ) in Vertical_Gray_Sweep_Step()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dgatt.c501 u8_t last_bit = CF_BIT_LAST; in cf_set_value() local
508 for (bit = 0U; bit <= last_bit; bit++) { in cf_set_value()
519 cfg->data[i] |= value[i] & (BIT(last_bit + 1) - 1); in cf_set_value()

Completed in 22 milliseconds