HomeSort by: relevance | last modified time | path
    Searched refs:Top (Results 1 - 9 of 9) 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;
  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 883 | TOP (included). |
906 # define YY_STACK_PRINT(Bottom, Top) \
909 yy_stack_print ((Bottom), (Top)); \
956 # define YY_STACK_PRINT(Bottom, Top)
dtparser.tab.c 965 | TOP (included). |
988 # define YY_STACK_PRINT(Bottom, Top) \
991 yy_stack_print ((Bottom), (Top)); \
1038 # define YY_STACK_PRINT(Bottom, Top)
prparser.tab.c 968 | TOP (included). |
991 # define YY_STACK_PRINT(Bottom, Top) \
994 yy_stack_print ((Bottom), (Top)); \
1041 # define YY_STACK_PRINT(Bottom, Top)
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/
hi3660-coresight.dtsi 298 /* An invisible combo funnel between clusters and top funnel */
335 /* Top internals */
  /src/sys/arch/sparc64/sparc64/
locore.s 4022 /* copy trapframe to top of kgdb stack */
6524 * The following code is copied to the top of the user stack when each
6536 * (followed by previous stack contents or top of signal stack).
7026 * so the top 32-bits cannot be lost if we take
7533 rdpr %tick, %o2 ! Top of next itr
7557 rdpr %tick, %g1 ! Top of next itr
  /src/share/terminfo/
terminfo 2490 # The top line is the name of the key (some DEC keyboards have the keys
2643 # We put the status line on the top.
2644 vt100-s|vt100-s-top|vt100-top-s|VT100 for use with top sysline,
2718 # at the top of the keyboard. The "DO" key is used as F10 to avoid conflict
2848 # at the top of the keyboard. This mapping follows the description given
4185 # VT220 DECSCA last screen (ignoring ECH, etc), leaves fill on top/left
8725 #### Pilot Pro Palm-Top
8727 # Termcap for Top Gun Telnet and SSH on the Palm Pilot
    [all...]

Completed in 33 milliseconds