Home
last modified time | relevance | path

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

/dports/sysutils/agedu/agedu-20211129.8cd63c5/
H A Dhtml.c61 static unsigned long long round_and_format_age(struct html *ctx, in round_and_format_age() function
1000 ctx->oldest = round_and_format_age(ctx, ctx->oldest, agebuf1, -1); in html_query()
1001 ctx->newest = round_and_format_age(ctx, ctx->newest, agebuf2, +1); in html_query()
1005 ctx->oldest = round_and_format_age(ctx, ctx->oldest, agebuf1, 0); in html_query()
1006 ctx->newest = round_and_format_age(ctx, ctx->newest, agebuf2, 0); in html_query()
1017 round_and_format_age(ctx, ctx->thresholds[0], buf+5, 0); in html_query()
1020 round_and_format_age(ctx, ctx->thresholds[MAXCOLOUR-1], buf+5, 0); in html_query()
1024 round_and_format_age(ctx, midrange, buf, 0); in html_query()