Home
last modified time | relevance | path

Searched defs:TB (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/cmake/
H A DCheckFileOffsetBits.c7 #define TB ((off_t)1024 * GB) macro
/netbsd-src/external/bsd/kyua-cli/dist/utils/
H A Dunits.hpp59 const uint64_t TB = int64_t(1) << 40; variable
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Didecode_fields.h77 #define TB cpu_get_time_base(processor) macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Doperations.d471 static void check(string op, TA, TB, T, size_t N)(TA a, TB b, const scope ref T[N] exp) in check() argument
479 …static void check2(string unaOp, string binOp, TA, TB, T, size_t N)(TA a, TB b, const scope ref T[… in check2() argument
/netbsd-src/external/gpl2/groff/dist/font/devdvi/generate/
H A DMakefile55 TB: $(srcdir)/texb.map target
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-check/
H A DClangCheck.cpp153 clang::syntax::TokenBuffer TB = std::move(Collector).consume(); in CreateASTConsumer() local
/netbsd-src/external/gpl2/groff/dist/font/devlj4/generate/
H A DMakefile78 TB: $(AUTOFONT)/9nb00083.tfm $(TEXTMAP) target
/netbsd-src/external/gpl2/groff/dist/font/devps/generate/
H A DMakefile58 TB: target
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp457 MachineBasicBlock *TB = nullptr, *FB = nullptr; in findInductionRegister() local
618 MachineBasicBlock *TB = nullptr, *FB = nullptr; in getLoopTripCount() local
1224 MachineBasicBlock *TB = nullptr, *FB = nullptr; in convertToHardwareLoop() local
1656 MachineBasicBlock *TB = nullptr, *FB = nullptr; in fixupInductionVariable() local
1876 MachineBasicBlock *TB = nullptr, *FB = nullptr; in createPreheaderForLoop() local
H A DHexagonEarlyIfConv.cpp246 MachineBasicBlock *TB = nullptr, *FB = nullptr; in matchFlowPattern() local
741 MachineBasicBlock *TB = MI->getOperand(0).getMBB(); in predicateInstr() local
H A DHexagonSplitDouble.cpp484 MachineBasicBlock *TB = nullptr, *FB = nullptr; in collectIndRegsForLoop() local
H A DBitTracker.cpp978 for (const MachineBasicBlock *TB : Targets) in visitBranchesFrom() local
H A DHexagonGenInsert.cpp790 const MachineBasicBlock *FB = FromI->getParent(), *TB = ToI->getParent(); in distance() local
H A DHexagonConstPropagation.cpp787 for (const MachineBasicBlock *TB : Targets) { in visitBranchesFrom() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.h133 OB = 0, TB = 1, T8 = 2, TA = 3, XOP8 = 4, XOP9 = 5, XOPA = 6, ThreeDNow = 7 enumerator
/netbsd-src/usr.bin/mail/
H A Dmime_codecs.c480 #define TB SP /* treat '\t' as a space */ in mustquote() macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp500 TBAANode TB(B); in getLeastCommonType() local
H A DDependenceAnalysis.cpp1541 APInt TB = BM.sdiv(G); in exactSIVtest() local
1933 APInt TB = BM.sdiv(G); in exactRDIVtest() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsorting.d3105 alias TB = typeof(transformFun(r.front)); variable
3111 alias TB = typeof(transformFun(r.front, 0)); variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h800 TB = 1 << OpMapShift, enumerator
/netbsd-src/sys/kern/
H A Dtty.c155 #define TB TAB macro
/netbsd-src/sys/dev/
H A Dipmi.c189 #define TB(b,m) (data[2+byteof(b)] & bitof(b)) macro