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

  /src/bin/csh/
time.c 251 psecs(long l) function
  /src/usr.bin/systat/
ps.c 356 long psecs; /* "parts" of a second. first micro, then centi */ local
362 psecs = 0;
370 psecs = kp->p_rtime_usec;
375 psecs += k->ki_u.u_cru.ru_utime.tv_usec +
382 psecs = (psecs + 5000) / 10000;
383 secs += psecs / 100;
384 psecs = psecs % 100;
387 secs%60, psecs);
    [all...]
  /src/bin/ps/
print.c 1009 cputime1(int32_t secs, int32_t psecs, VAR *v, enum mode mode)
1016 psecs = (psecs + 5000) / 10000;
1017 secs += psecs / 100;
1018 psecs = psecs % 100;
1040 (long)psecs);
1050 int32_t psecs; /* "parts" of a second. first micro, then centi */ local
1060 psecs = k->p_rtime_usec;
1063 psecs += k->p_uctime_usec
1075 int32_t psecs; \/* "parts" of a second. first micro, then centi *\/ local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf32-spu.c 2996 asection **psecs, **p; local
3031 psecs = bfd_malloc (symcount * sizeof (*psecs));
3032 if (psecs == NULL)
3034 sec_arr[bfd_idx] = psecs;
3035 for (psy = psyms, p = psecs, sy = syms; sy < syms + symcount; ++p, ++sy)
3050 sort_syms_psecs = psecs;
3056 asection *s = psecs[*psy - syms];
3060 if (psecs[*psy2 - syms] != s)
3077 asection *s = psecs[sy - syms]
3113 asection **psecs; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-spu.c 2996 asection **psecs, **p; local
3031 psecs = bfd_malloc (symcount * sizeof (*psecs));
3032 if (psecs == NULL)
3034 sec_arr[bfd_idx] = psecs;
3035 for (psy = psyms, p = psecs, sy = syms; sy < syms + symcount; ++p, ++sy)
3050 sort_syms_psecs = psecs;
3056 asection *s = psecs[*psy - syms];
3060 if (psecs[*psy2 - syms] != s)
3077 asection *s = psecs[sy - syms]
3113 asection **psecs; local
    [all...]

Completed in 45 milliseconds