Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsparkline.h48 #define SPARKLINE_LOG_SCALE 2 /* Use logarithmic scale. */ macro
H A Dsparkline.c105 int opt_log = flags & SPARKLINE_LOG_SCALE; in sparklineRenderRange()