Home
last modified time | relevance | path

Searched refs:TAB (Results 1 – 25 of 180) sorted by relevance

12345678

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTargetRegistry.h86 std::unique_ptr<MCAsmBackend> &&TAB, bool ShowInst);
89 std::unique_ptr<MCAsmBackend> &&TAB,
94 std::unique_ptr<MCAsmBackend> &&TAB,
100 std::unique_ptr<MCAsmBackend> &&TAB,
105 std::unique_ptr<MCAsmBackend> &&TAB,
172 std::unique_ptr<MCAsmBackend> &&TAB,
176 MCStreamer *(*)(MCContext &Ctx, std::unique_ptr<MCAsmBackend> &&TAB,
181 MCStreamer *(*)(MCContext &Ctx, std::unique_ptr<MCAsmBackend> &&TAB,
187 std::unique_ptr<MCAsmBackend> &&TAB,
192 std::unique_ptr<MCAsmBackend> &&TAB,
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCELFStreamer.h29 AVRMCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in AVRMCELFStreamer() argument
32 : MCELFStreamer(Context, std::move(TAB), std::move(OW), in AVRMCELFStreamer()
36 AVRMCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in AVRMCELFStreamer() argument
40 : MCELFStreamer(Context, std::move(TAB), std::move(OW), in AVRMCELFStreamer()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-m68k.c726 #define TAB(x,y) (((x) << 2) + (y)) macro
795 { 127, -128, 0, TAB (BRANCHBWL, SHORT) },
796 { 32767, -32768, 2, TAB (BRANCHBWL, LONG) },
800 { 127, -128, 0, TAB (BRABSJUNC, SHORT) },
801 { 32767, -32768, 2, TAB (BRABSJUNC, LONG) },
805 { 127, -128, 0, TAB (BRABSJCOND, SHORT) },
806 { 32767, -32768, 2, TAB (BRABSJCOND, LONG) },
810 { 127, -128, 0, TAB (BRANCHBW, SHORT) },
816 { 32767, -32768, 2, TAB (FBRANCH, LONG) },
821 { 32767, -32768, 2, TAB (DBCCLBR, LONG) },
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-m68k.c727 #define TAB(x,y) (((x) << 2) + (y)) macro
796 { 127, -128, 0, TAB (BRANCHBWL, SHORT) },
797 { 32767, -32768, 2, TAB (BRANCHBWL, LONG) },
801 { 127, -128, 0, TAB (BRABSJUNC, SHORT) },
802 { 32767, -32768, 2, TAB (BRABSJUNC, LONG) },
806 { 127, -128, 0, TAB (BRABSJCOND, SHORT) },
807 { 32767, -32768, 2, TAB (BRABSJCOND, LONG) },
811 { 127, -128, 0, TAB (BRANCHBW, SHORT) },
817 { 32767, -32768, 2, TAB (FBRANCH, LONG) },
822 { 32767, -32768, 2, TAB (DBCCLBR, LONG) },
[all …]
/netbsd-src/distrib/sets/
H A Dculldeps33 TAB=" "
51 ${JOIN} -t "${TAB}" "${NEXTJOIN}" "${LEFTOVERS}" | ${SORT} 1>&2
60 ${JOIN} -v 2 -t "${TAB}" "${NEXTJOIN}" "${LEFTOVERS}" | \
/netbsd-src/usr.bin/colrm/
H A Dcolrm.c55 #define TAB 8 macro
110 column = (column + TAB) & ~(TAB - 1); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp49 MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in HexagonMCELFStreamer() argument
51 : MCELFStreamer(Context, std::move(TAB), std::move(OW), std::move(Emitter)), in HexagonMCELFStreamer()
55 MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in HexagonMCELFStreamer() argument
58 : MCELFStreamer(Context, std::move(TAB), std::move(OW), std::move(Emitter)), in HexagonMCELFStreamer()
H A DHexagonMCELFStreamer.h24 HexagonMCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB,
28 HexagonMCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB,
/netbsd-src/games/adventure/
H A Dio.c280 if ((*s = next()) == TAB || *s == '\n' || *s == LF) in rnum()
382 if ((*s = next()) == TAB || *s == LF) in rtrav()
447 if ((*s = next()) == TAB || *s == '\n' || *s == LF in rvoc()
468 if (breakch == TAB) /* there's another entry */ in rlocs()
548 while ((*s++ ^ *tape++) != TAB); /* read past loc num */ in speak()
585 for (numst = s; (*s ^= *tape++) != TAB; s++); /* get number */ in pspeak()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp45 MipsNaClELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in MipsNaClELFStreamer() argument
48 : MipsELFStreamer(Context, std::move(TAB), std::move(OW), in MipsNaClELFStreamer()
263 std::unique_ptr<MCAsmBackend> TAB, in createMipsNaClELFStreamer() argument
268 Context, std::move(TAB), std::move(OW), std::move(Emitter)); in createMipsNaClELFStreamer()
H A DMipsMCNaCl.h26 std::unique_ptr<MCAsmBackend> TAB,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp138 AArch64ELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in AArch64ELFStreamer() argument
141 : MCELFStreamer(Context, std::move(TAB), std::move(OW), in AArch64ELFStreamer()
268 MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in createAArch64ELFStreamer() argument
272 Context, std::move(TAB), std::move(OW), std::move(Emitter)); in createAArch64ELFStreamer()
H A DAArch64MCTargetDesc.cpp281 std::unique_ptr<MCAsmBackend> &&TAB, in createELFStreamer() argument
285 return createAArch64ELFStreamer(Ctx, std::move(TAB), std::move(OW), in createELFStreamer()
290 std::unique_ptr<MCAsmBackend> &&TAB, in createMachOStreamer() argument
295 return createMachOStreamer(Ctx, std::move(TAB), std::move(OW), in createMachOStreamer()
301 createWinCOFFStreamer(MCContext &Ctx, std::unique_ptr<MCAsmBackend> &&TAB, in createWinCOFFStreamer() argument
305 return createAArch64WinCOFFStreamer(Ctx, std::move(TAB), std::move(OW), in createWinCOFFStreamer()
H A DAArch64ELFStreamer.h21 std::unique_ptr<MCAsmBackend> TAB,
H A DAArch64WinCOFFStreamer.h22 MCContext &Context, std::unique_ptr<MCAsmBackend> TAB,
/netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/src/Banner/
H A Dresutil77 PRINT "resourceutils";TAB(25);"Start : ";~start%;TAB(40);"Length : ";~P%-start%
121 PRINT filename$;TAB(25);"Start : ";~start%;TAB(40);"Length : ";~P%-start%
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dinfomap.c344 map[TAB].function = ea_complete; in initialize_emacs_like_keymaps()
366 map[TAB].function = ea_tab_insert; in initialize_emacs_like_keymaps()
409 map[TAB].function = info_move_to_next_xref; in initialize_emacs_like_keymaps()
465 map[TAB].function = info_move_to_prev_xref; in initialize_emacs_like_keymaps()
594 map[TAB].function = ea_complete; in initialize_vi_like_keymaps()
621 map[TAB].function = ea_tab_insert; in initialize_vi_like_keymaps()
664 map[TAB].function = info_move_to_next_xref; in initialize_vi_like_keymaps()
739 map[TAB].function = info_move_to_prev_xref; in initialize_vi_like_keymaps()
854 TAB, NUL, A_info_move_to_next_xref,
921 ESC, TAB, NUL, A_info_move_to_prev_xref,
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCWasmStreamer.h25 MCWasmStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in MCWasmStreamer() argument
28 : MCObjectStreamer(Context, std::move(TAB), std::move(OW), in MCWasmStreamer()
H A DMCELFStreamer.h25 MCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB,
102 std::unique_ptr<MCAsmBackend> TAB,
/netbsd-src/usr.bin/column/
H A Dcolumn.c58 #define TAB 8 macro
59 #define TABROUND(l) (((l) + TAB) & ~(TAB - 1))
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dchardefs.h140 #ifndef TAB
141 #define TAB '\t' macro
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dchardefs.h140 #ifndef TAB
141 #define TAB '\t' macro
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/misc/
H A Dgeneral324 TAB = \t \# A TAB and some spaces
28 \$(STR) \$(TAB)",
/netbsd-src/usr.bin/fpr/
H A Dfpr.c53 #define TAB '\t' macro
222 case TAB: in get_text()
/netbsd-src/share/misc/
H A Dcountry6 # <Name><TAB><Alpha-2-code><TAB><Alpha-3-code><TAB><Numeric-3-code><TAB><FIPS>

12345678