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

  /src/usr.bin/systat/
vmstat.h 32 enum display_mode { BOOT, TIME, RUN };
  /src/external/mit/libuv/dist/test/
benchmark-ping-udp.c 29 #define TIME 5000
69 pinger->pongs / (TIME / 1000));
106 if (uv_now(loop) - start_time > TIME) {
154 completed_pingers, completed_pings / (TIME/1000));
benchmark-ping-pongs.c 29 #define TIME 5000
83 fprintf(stderr, "ping_pongs: %d roundtrips/s\n", (1000 * pinger->pongs) / TIME);
151 if (uv_now(loop) - start_time > TIME) {
  /src/external/lgpl3/gmp/dist/tune/
tune-gcd-p.c 40 #include <time.h>
119 #define TIME(res, code) do { \
149 TIME(t, {
  /src/games/monop/
execute.c 47 #include <sys/time.h>
48 #include <time.h>
59 typedef struct tm TIME;
272 time(&t); /* get current time */
276 fprintf(outf, "time %s", ctime(&t)); /* ctime includes a \n */
529 if (!strcmp(attribute, "time")) {
  /src/usr.bin/ipcs/
ipcs.c 74 #include <time.h>
88 #define TIME 16
196 option |= BIGGEST | CREATOR | OUTSTANDING | PID | TIME;
211 option |= TIME;
220 (void)time(&now);
310 if (option & TIME)
324 if (option & TIME) {
346 if (option & TIME)
365 if (option & TIME)
377 if (option & TIME) {
    [all...]
  /src/external/cddl/osnet/dist/uts/common/zmod/
inflate.h 25 TIME, /* i: waiting for modification time (gzip) */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
  /src/common/dist/zlib/
inflate.h 23 TIME, /* i: waiting for modification time (gzip) */
35 COPY_, /* i/o: same as COPY below, but only first time in */
40 LEN_, /* i: same as LEN below, but only first time in */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
  /src/external/gpl3/binutils/dist/zlib/
inflate.h 23 TIME, /* i: waiting for modification time (gzip) */
35 COPY_, /* i/o: same as COPY below, but only first time in */
40 LEN_, /* i: same as LEN below, but only first time in */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
  /src/external/gpl3/binutils.old/dist/zlib/
inflate.h 23 TIME, /* i: waiting for modification time (gzip) */
35 COPY_, /* i/o: same as COPY below, but only first time in */
40 LEN_, /* i: same as LEN below, but only first time in */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
  /src/external/gpl3/gdb/dist/zlib/
inflate.h 23 TIME, /* i: waiting for modification time (gzip) */
35 COPY_, /* i/o: same as COPY below, but only first time in */
40 LEN_, /* i: same as LEN below, but only first time in */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
  /src/external/gpl3/gdb.old/dist/zlib/
inflate.h 23 TIME, /* i: waiting for modification time (gzip) */
35 COPY_, /* i/o: same as COPY below, but only first time in */
40 LEN_, /* i: same as LEN below, but only first time in */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
  /src/bin/ksh/
lex.h 97 #define TIME 275
  /src/tests/fs/vfs/
t_vnops.c 31 #include <sys/time.h>
104 * The lookup is permitted to modify the access time of
127 #define TIME(FN) \
139 TIME(st_atimespec);
140 TIME(st_mtimespec);
141 TIME(st_ctimespec);
142 TIME(st_birthtimespec);
149 #undef TIME
776 /* msdosfs has only access date, not time */
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.c 38 * - Add compile time option, POSTINC, to use post-increments instead (Intel?)
112 TIME, /* i: waiting for modification time (gzip) */
183 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
355 first time it's called, and returns those tables the first time and
357 exchange for a little execution time. However, BUILDFIXED should not be
585 /* in case user likes doing a byte at a time, keep it fast */
989 /* if first time, transition to sub-tables */
1084 inflate execution time is spent in this routine
    [all...]
  /src/external/lgpl3/gmp/dist/demos/
pexpr.c 52 #include <time.h>
54 #include <sys/time.h>
67 #define TIME(t,func) \
139 /* cputime() returns user CPU time measured in milliseconds. */
285 time (&t);
421 TIME (t, mpz_eval_expr (r, e));
447 TIME (t, mpz_get_str (tmp, base, r));
736 {"time", TIMING, 1},
1301 printf ("time: %d\n", cputime () - t0);
  /src/games/battlestar/
extern.h 42 #include <time.h>
173 #define TIME 1039
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 57 #include <time.h>
87 typedef time_t TIME;
358 TIME rcdate;
365 TIME rcdate;
568 TIME starts, ends, sort_time;
635 TIME tstp; /* Time sent to partner. */
636 TIME tsfp; /* Time sent from partner. */
637 TIME atsfp; /* Actual time sent from partner. *
    [all...]

Completed in 49 milliseconds