Searched defs:bottom (Results 1 - 2 of 2) sorted by relevance
/systemd/src/delta/ |
H A D | delta.c | 110 static int notify_override_masked(const char *top, const char *bottom) { argument 116 top, draw_special_char(DRAW_ARROW), bottom); 120 static int notify_override_equivalent(const char *top, const char *bottom) { argument 126 top, draw_special_char(DRAW_ARROW), bottom); 130 static int notify_override_redirected(const char *top, const char *bottom) { argument 136 top, draw_special_char(DRAW_ARROW), bottom); 140 static int notify_override_overridden(const char *top, const char *bottom) { argument 146 top, draw_special_char(DRAW_ARROW), bottom); 150 static int notify_override_extended(const char *top, const char *bottom) { argument 156 top, draw_special_char(DRAW_ARROW), bottom); 168 found_override(const char *top, const char *bottom) argument 215 enumerate_dir_d(Hashmap *top, Hashmap *bottom, Hashmap *drops, const char *toppath, const char *drop) argument 305 enumerate_dir(Hashmap *top, Hashmap *bottom, Hashmap *drops, const char *path, bool dropins) argument 369 Hashmap *top, *bottom, *drops; local [all...] |
/systemd/src/bootchart/ |
H A D | svg.c | 323 int bottom; local 327 bottom = 0; 330 /* put all the small pss blocks into the bottom */ 361 kb_to_graph(top - bottom)); 362 bottom = top; 380 top = bottom + ps->sample->pss; 386 kb_to_graph(top - bottom)); 387 bottom = top; 396 top = bottom + ps->sample->pss; 402 kb_to_graph(top - bottom)); 414 int bottom; local [all...] |
Completed in 1226 milliseconds