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

  /src/games/battlestar/
command5.c 152 zzz();
169 zzz();
185 zzz(void) function in typeref:typename:int
196 printf("<zzz>");
  /src/games/larn/
diag.c 177 static time_t zzz = 0; variable in typeref:typename:time_t
226 time(&zzz);
227 lprint((long) (zzz - initialtime));
228 lwrite((char *) &zzz, sizeof(long));
310 time(&zzz);
311 initialtime = zzz - larn_lrint();
314 lrfill((char *) &zzz, sizeof(long));
315 zzz += 6;
316 if (filetimes.st_ctime > zzz)
318 else if (filetimes.st_mtime > zzz)
    [all...]
scores.c 598 time_t zzz; local in function:died
688 time(&zzz); /* get CPU time -- write out score info */
689 logg.diedtime = zzz;
697 logg.elapsedtime = (zzz - initialtime + 59) / 60;
698 logg.usage = (10000 * i) / (zzz - initialtime);
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 3444 char *res = tempnam(NULL, "zzz");
3737 volatile bool zzz = true; local in function:applySlt
3738 // This "|| zzz" trick somehow makes LLVM emit "icmp slt" instead of
3740 volatile bool v = value < 0 || zzz;

Completed in 16 milliseconds