OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TB
(Results
1 - 25
of
60
) sorted by relevancy
1
2
3
/src/external/bsd/libevent/dist/cmake/
CheckFileOffsetBits.c
7
#define
TB
((off_t)1024 * GB)
9
&& (((
TB
- (64 * GB -1) + 255) % 1792151290) == 305159546)? 1: -1];
/src/external/bsd/ntp/dist/sntp/libevent/cmake/
CheckFileOffsetBits.c
8
#define
TB
((off_t)1024 * GB)
10
&& (((
TB
- (64 * GB -1) + 255) % 1792151290) == 305159546)? 1: -1];
/src/external/bsd/openldap/dist/contrib/slapd-modules/alias/tests/scripts/
all
18
TB
="" TN=""
20
TB
=`$SHTOOL echo -e "%B" 2>/dev/null`
53
echo ">>>>> Starting ${
TB
}$BCMD${TN} for $BACKEND..."
57
echo ">>>>> $BCMD completed ${
TB
}OK${TN} for $BACKEND."
59
echo ">>>>> $BCMD ${
TB
}failed${TN} for $BACKEND"
70
echo ">>>>> Skipping ${
TB
}$BCMD${TN} for $BACKEND."
87
echo "$FAILCOUNT tests for $BACKEND ${
TB
}failed${TN}. Please review the test log."
89
echo "All executed tests for $BACKEND ${
TB
}succeeded${TN}."
93
echo "$SKIPCOUNT tests for $BACKEND were ${
TB
}skipped${TN}."
/src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/tests/scripts/
all
18
TB
="" TN=""
20
TB
=`$SHTOOL echo -e "%B" 2>/dev/null`
52
echo ">>>>> Starting ${
TB
}$BCMD${TN} for $BACKEND..."
56
echo ">>>>> $BCMD completed ${
TB
}OK${TN} for $BACKEND."
58
echo ">>>>> $BCMD ${
TB
}failed${TN} for $BACKEND"
69
echo ">>>>> Skipping ${
TB
}$BCMD${TN} for $BACKEND."
86
echo "$FAILCOUNT tests for $BACKEND ${
TB
}failed${TN}. Please review the test log."
88
echo "All executed tests for $BACKEND ${
TB
}succeeded${TN}."
92
echo "$SKIPCOUNT tests for $BACKEND were ${
TB
}skipped${TN}."
/src/external/bsd/openldap/dist/contrib/slapd-modules/emptyds/tests/scripts/
all
18
TB
="" TN=""
20
TB
=`$SHTOOL echo -e "%B" 2>/dev/null`
52
echo ">>>>> Starting ${
TB
}$BCMD${TN} for $BACKEND..."
56
echo ">>>>> $BCMD completed ${
TB
}OK${TN} for $BACKEND."
58
echo ">>>>> $BCMD ${
TB
}failed${TN} for $BACKEND"
69
echo ">>>>> Skipping ${
TB
}$BCMD${TN} for $BACKEND."
86
echo "$FAILCOUNT tests for $BACKEND ${
TB
}failed${TN}. Please review the test log."
88
echo "All executed tests for $BACKEND ${
TB
}succeeded${TN}."
92
echo "$SKIPCOUNT tests for $BACKEND were ${
TB
}skipped${TN}."
/src/external/bsd/openldap/dist/contrib/slapd-modules/variant/tests/scripts/
all
18
TB
="" TN=""
20
TB
=`$SHTOOL echo -e "%B" 2>/dev/null`
52
echo ">>>>> Starting ${
TB
}$BCMD${TN} for $BACKEND..."
56
echo ">>>>> $BCMD completed ${
TB
}OK${TN} for $BACKEND."
58
echo ">>>>> $BCMD ${
TB
}failed${TN} for $BACKEND"
69
echo ">>>>> Skipping ${
TB
}$BCMD${TN} for $BACKEND."
86
echo "$FAILCOUNT tests for $BACKEND ${
TB
}failed${TN}. Please review the test log."
88
echo "All executed tests for $BACKEND ${
TB
}succeeded${TN}."
92
echo "$SKIPCOUNT tests for $BACKEND were ${
TB
}skipped${TN}."
/src/external/bsd/openldap/dist/tests/scripts/
its-all
18
TB
="" TN=""
20
TB
=`$SHTOOL echo -e "%B" 2>/dev/null`
41
echo ">>>>> Starting ${
TB
}`basename $CMD`${TN} ..."
45
echo ">>>>> $CMD completed ${
TB
}OK${TN}."
47
echo ">>>>> $CMD ${
TB
}failed${TN} (exit $RC)"
sql-all
18
TB
="" TN=""
20
TB
=`$SHTOOL echo -e "%B" 2>/dev/null`
57
echo ">>>>> Starting ${
TB
}`basename $CMD`${TN} ..."
61
echo ">>>>> $CMD completed ${
TB
}OK${TN}."
63
echo ">>>>> $CMD ${
TB
}failed${TN} (exit $RC)"
all
18
TB
="" TN=""
20
TB
=`$SHTOOL echo -e "%B" 2>/dev/null`
62
MSG=">>>>> $(timer) Starting ${
TB
}$BCMD${TN} for $BACKEND..."
92
MSG=">>>>> $(timer) Skipping ${
TB
}$BCMD${TN} for $BACKEND."
111
echo "$FAILCOUNT tests for $BACKEND ${
TB
}failed${TN}. Please review the test log."
113
echo "All executed tests for $BACKEND ${
TB
}succeeded${TN}."
117
echo "$SKIPCOUNT tests for $BACKEND were ${
TB
}skipped${TN}."
lloadd-all
18
TB
="" TN=""
20
TB
=`$SHTOOL echo -e "%B" 2>/dev/null`
61
MSG=">>>>> $(timer) Starting ${
TB
}$BCMD${TN} for lloadd+$BACKEND..."
91
MSG=">>>>> $(timer) Skipping ${
TB
}$BCMD${TN} for lloadd+$BACKEND."
110
echo "$FAILCOUNT tests for $BACKEND ${
TB
}failed${TN}. Please review the test log."
112
echo "All executed tests for $BACKEND ${
TB
}succeeded${TN}."
116
echo "$SKIPCOUNT tests for the Load Balancer were ${
TB
}skipped${TN}."
/src/external/bsd/kyua-cli/dist/utils/
memory_test.cpp
53
ATF_REQUIRE(memory < 100 * units::
TB
); // Large enough for now...
units.cpp
78
case 'T': case 't': multiplier =
TB
; break;
115
if (_count >=
TB
) {
116
return F("%.2sT") % (static_cast< float >(_count) /
TB
);
units.hpp
59
const uint64_t
TB
= int64_t(1) << 40;
units_test.cpp
42
using units::
TB
;
45
ATF_REQUIRE_EQ("2.00T", units::bytes(2 *
TB
).format());
46
ATF_REQUIRE_EQ("45.12T", units::bytes(45 *
TB
+ 120 * GB).format());
94
using units::
TB
;
98
ATF_REQUIRE_EQ(units::bytes(
TB
), units::bytes::parse("1T"));
99
ATF_REQUIRE_EQ(units::bytes(
TB
), units::bytes::parse("1t"));
/src/external/gpl2/groff/font/devlbp/
Makefile
10
TB
TBI TI TR CR CB CI ER EB EI
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp
123
FlowPattern(MachineBasicBlock *B, unsigned PR, MachineBasicBlock *
TB
,
125
: SplitB(B), TrueB(
TB
), FalseB(FB), JoinB(JB), PredR(PR) {}
246
MachineBasicBlock *
TB
= nullptr, *FB = nullptr;
274
TB
= T1B, FB = T2B;
276
TB
= T2B, FB = T1B;
278
if (!MDT->properlyDominates(B,
TB
) || !MDT->properlyDominates(B, FB))
281
// Detect triangle first. In case of a triangle, one of the blocks
TB
/FB
285
assert(
TB
&& FB && "Failed to find triangle control flow blocks");
286
unsigned TNP =
TB
->pred_size(), FNP = FB->pred_size();
287
unsigned TNS =
TB
->succ_size(), FNS = FB->succ_size()
[
all
...]
HexagonHardwareLoops.cpp
457
MachineBasicBlock *
TB
= nullptr, *FB = nullptr;
458
bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock,
TB
, FB, Cond, false);
618
MachineBasicBlock *
TB
= nullptr, *FB = nullptr;
619
bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock,
TB
, FB, Cond, false);
624
//
TB
must be non-null. If FB is also non-null, one of them must be
625
// the header. Otherwise, branch to
TB
could be exiting the loop, and
627
assert (
TB
&& "Exit block without a branch?");
628
if (ExitingBlock != Latch && (
TB
== Latch || FB == Latch)) {
634
if (
TB
== Latch)
635
TB
= (LTB == Header) ? LTB : LFB
[
all
...]
/src/external/gpl2/groff/font/devdvi/
Makefile
9
TR TI
TB
TBI CW CWI HR HI HB HBI \
/src/external/gpl2/groff/font/devlj4/
Makefile
13
LGB LGI LGR OB OBI OI OR
TB
TBI TI TR \
/src/external/gpl2/groff/font/devps/
Makefile
11
NB NBI NI NR PB PBI PI PR
TB
TBI TI TR ZCMI \
/src/external/gpl3/gdb/dist/sim/ppc/
idecode_fields.h
77
#define
TB
cpu_get_time_base(processor)
/src/external/gpl3/gdb.old/dist/sim/ppc/
idecode_fields.h
77
#define
TB
cpu_get_time_base(processor)
/src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
MCDisassembler.cpp
61
SMC_PCASE(
TB
, 1)
/src/external/apache2/llvm/dist/clang/tools/clang-check/
ClangCheck.cpp
153
clang::syntax::TokenBuffer
TB
= std::move(Collector).consume();
155
llvm::outs() <<
TB
.dumpForTests();
156
clang::syntax::Arena A(AST.getSourceManager(), AST.getLangOpts(),
TB
);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp
500
TBAANode
TB
(B);
501
while (
TB
.getNode()) {
502
if (PathB.count(
TB
.getNode()))
504
PathB.insert(
TB
.getNode());
505
TB
=
TB
.getParent();
Completed in 41 milliseconds
1
2
3
Indexes created Mon Mar 02 05:31:46 UTC 2026