HomeSort by: relevance | last modified time | path
    Searched refs:TOTAL (Results 1 - 7 of 7) sorted by relevancy

  /src/tests/bin/df/
getmntinfo.c 69 int64_t total, used; local
77 total = (int64_t)(u_long)sf->f_blocks * sf->f_bsize;
78 used = total * consumed[j] / 100;
79 sf->f_bfree = (total - used) / sf->f_bsize;
80 sf->f_bavail = (total * (100 - minfree[i]) / 100 -
95 #define TOTAL 1147ULL GB
99 .f_blocks = TOTAL / BSIZE,
100 .f_bfree = (TOTAL - USED) / BSIZE,
101 .f_bavail = (TOTAL - USED) / BSIZE,
106 #undef TOTAL
    [all...]
  /src/tests/net/mcast/
mcast.c 78 #define TOTAL 10
420 n = TOTAL;
472 run(HOST_V4, PORT_V4, TOTAL, true, false);
483 run(HOST_V4MAPPED, PORT_V4MAPPED, TOTAL, true, false);
494 run(HOST_V4MAPPED, PORT_V4MAPPED, TOTAL, true, true);
505 run(HOST_V6, PORT_V6, TOTAL, true, false);
516 run(HOST_V4, PORT_V4, TOTAL, false, false);
527 run(HOST_V4MAPPED, PORT_V4MAPPED, TOTAL, false, false);
538 run(HOST_V4MAPPED, PORT_V4MAPPED, TOTAL, false, true);
549 run(HOST_V6, PORT_V6, TOTAL, false, false)
    [all...]
  /src/external/bsd/tmux/dist/
format-draw.c 701 TOTAL } current = LEFT, last = LEFT;
711 struct screen *os = octx->s, s[TOTAL];
712 struct screen_write_ctx ctx[TOTAL];
713 u_int ocx = os->cx, ocy = os->cy, n, i, width[TOTAL];
744 for (i = 0; i < TOTAL; i++) {
972 for (i = 0; i < TOTAL; i++) {
1074 for (i = 0; i < TOTAL; i++)
  /src/external/gpl3/gcc/dist/gcc/
timevar.cc 111 /* Total amount of memory allocated by garbage collector. */
138 void print (FILE *fp, const timevar_time_def *total);
204 timer::named_items::print (FILE *fp, const timevar_time_def *total)
211 m_timer->print_row (fp, total, def->name, def->elapsed);
622 const timevar_time_def *total = &m_timevars[TV_TOTAL].elapsed; local
646 if (phase_user > total->user
647 || phase_sys > total->sys
648 || phase_wall > total->wall
649 || phase_ggc_mem > total->ggc_mem)
652 fprintf (fp, "Timing error: total of phase timers exceeds total time.\n")
736 const timevar_time_def *total = &m_timevars[TV_TOTAL].elapsed; local
    [all...]
  /src/external/gpl3/gcc/dist/contrib/
compare_two_ftime_report_sets 49 The default is "TOTAL".
65 The most common use of the script is total compile-time comparison between
523 if pattern == "TOTAL":
595 linepat = "TOTAL"
  /src/external/gpl3/gcc.old/dist/contrib/
compare_two_ftime_report_sets 49 The default is "TOTAL".
65 The most common use of the script is total compile-time comparison between
523 if pattern == "TOTAL":
595 linepat = "TOTAL"
  /src/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparc1234/
addmul_2.asm 75 C TOTAL IEU 17 17 16 16
76 C TOTAL 48 64 45 61

Completed in 19 milliseconds