Searched refs:old_count (Results 1 – 3 of 3) sorted by relevance
739 FT_Int n, old_count, count; in pfr_glyph_load_rec() local744 old_count = glyph->num_subs; in pfr_glyph_load_rec()754 count = glyph->num_subs - old_count; in pfr_glyph_load_rec()768 subglyph = glyph->subs + old_count + n; in pfr_glyph_load_rec()778 subglyph = glyph->subs + old_count + n; in pfr_glyph_load_rec()
74 size_t old_count; in uart0_rx_buffer_produce() local78 old_count = uart0_rx_buf_count(); in uart0_rx_buffer_produce()85 if (old_count == 0 && c > 0) in uart0_rx_buffer_produce()
440 size_t old_count; in tx_buffer_produce() local465 old_count = tx_buf_count(tty); in tx_buffer_produce()482 if (old_count == 0 && new_count > 0) { in tx_buffer_produce()718 size_t old_count; in aos_tty_tx_buffer_consume() local723 old_count = tx_buf_count(tty); in aos_tty_tx_buffer_consume()739 if (old_count > 0 && new_count == 0) in aos_tty_tx_buffer_consume()
Completed in 8 milliseconds