Home
last modified time | relevance | path

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

/dports/audio/sweep/sweep-0.9.3/src/
H A Dtime_ruler.c186 #define UNIT_STR_LEN 32 in time_ruler_draw_ticks() macro
187 gchar unit_str[UNIT_STR_LEN]; in time_ruler_draw_ticks()
247 snprint_time (unit_str, UNIT_STR_LEN, (sw_time_t)scale); in time_ruler_draw_ticks()
299 snprint_time (unit_str, UNIT_STR_LEN, (sw_time_t)cur); in time_ruler_draw_ticks()
301 snprint_time_smpte (unit_str, UNIT_STR_LEN, (sw_time_t)cur, 10.0); in time_ruler_draw_ticks()
H A Ddb_ruler.c347 #define UNIT_STR_LEN 32 in db_ruler_draw_ticks() macro
348 gchar unit_str[UNIT_STR_LEN]; in db_ruler_draw_ticks()
474 snprintf (unit_str, UNIT_STR_LEN, "%1.1f", db_cur); in db_ruler_draw_ticks()
476 snprintf (unit_str, UNIT_STR_LEN, "%2.0f", db_cur); in db_ruler_draw_ticks()