HomeSort by: relevance | last modified time | path
    Searched refs:ups (Results 1 - 8 of 8) 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/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Process.inc 110 // bugpoint, preventing these pop-ups is additionally important.
  /src/external/gpl3/gcc/dist/gcc/
pretty-print.cc 2292 const unsigned char *ups = (const unsigned char *) ps; local
2293 if (*ups & 0x80)
2296 const int valid_utf8_len = decode_utf8_char (ups, n, &extended_char);
  /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);
  /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/lgpl3/gmp/dist/mpn/x86/k7/mmx/
rshift.asm 61 C setups and finish-ups are done to arrange this for the loop.
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium/mmx/
rshift.asm 49 C setups and finish-ups are done to ensure alignment for the loop.
  /src/sys/arch/arm/arm32/
pmap.c 8141 for (uvm_physseg_t ups = uvm_physseg_get_first();
8142 uvm_physseg_valid_p(ups);
8143 ups = uvm_physseg_get_next(ups)) {
8145 paddr_t spn = uvm_physseg_get_start(ups);
8146 paddr_t epn = uvm_physseg_get_end(ups);

Completed in 49 milliseconds