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

  /src/games/robots/
score.c 56 static SCORE Top[MAXSCORES];
73 read(inf, Top, sizeof Top) == sizeof Top) {
75 for (scp = Top; scp < &Top[MAXSCORES]; scp++) {
83 for (scp = Top; scp < &Top[MAXSCORES]; scp++)
103 for (scp = Top; scp < &Top[MAXSCORES]; scp++)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
segmented_array_test.cc 218 const auto &Top = Data.back();
219 uint64_t *TopNode = Top.NodePtr;
255 const auto &Top = Data->back();
256 uint64_t *TopNode = Top.NodePtr;
294 const auto &Top = Data->back();
295 uint64_t *TopNode = Top.NodePtr;
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_function_call_trie.h 396 // on the top of the stack.
434 const auto &Top = ShadowStack.back();
435 auto TopNode = Top.NodePtr;
442 // we've overflowed (TSC < Top.EntryTSC) and then account the difference
446 // a TSC of 0 and a Top.EntryTSC of 1 is (numeric_limits<uint64_t>::max()
452 Top.EntryTSC > TSC
453 ? (std::numeric_limits<uint64_t>::max() - Top.EntryTSC) + TSC
454 : TSC - Top.EntryTSC;

Completed in 13 milliseconds