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

  /src/usr.bin/rup/
rup.c 232 unsigned ups = 0, upm = 0, uph = 0, upd = 0; local
249 ups=host_stat->curtime.tv_sec;
250 upd=ups / (3600 * 24);
251 ups-=upd * 3600 * 24;
252 uph=ups / 3600;
253 ups-=uph * 3600;
254 upm=ups / 60;
269 else if (ups < 60)
271 "%2u secs ", ups);
  /src/sys/dev/pci/cxgb/
cxgb_sge.c 228 u_int ctrl, ups; local
230 ups = 0; /* = ffs(pci_resource_len(adap->pdev, 2) >> 12); */
235 V_USERSPACESIZE(ups ? ups - 1 : 0) | F_ISCSICOALESCING;
  /src/external/gpl3/gcc.old/dist/gcc/
pretty-print.cc 1853 const unsigned char *ups = (const unsigned char *) ps; local
1854 if (*ups & 0x80)
1857 const int valid_utf8_len = decode_utf8_char (ups, n, &extended_char);

Completed in 45 milliseconds