HomeSort by: relevance | last modified time | path
    Searched defs:hilo (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mips/mips/
in_cksum.c 79 unsigned long hilo = 0, high = 0; local in function:fastsum
123 hilo += w0;
127 hilo += w1;
131 hilo += w0;
135 hilo += w1;
139 hilo += w0;
143 hilo += w1;
147 hilo += w0;
151 hilo += w1;
156 hilo += w0
    [all...]
  /src/usr.bin/stat/
stat.c 390 int flags, size, prec, ofmt, hilo, what; local in function:output
525 fmtcase(hilo, HIGH_PIECE);
526 fmtcase(hilo, MIDDLE_PIECE);
527 fmtcase(hilo, LOW_PIECE);
529 hilo = 0;
565 flags, size, prec, ofmt, hilo, what, quiet);
659 int hilo, int what, int quiet)
685 * First, pick out the data and tweak it based on hilo or
703 if (hilo == HIGH_PIECE) {
705 hilo = 0
    [all...]

Completed in 46 milliseconds