HomeSort by: relevance | last modified time | path
    Searched refs:EB (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
register_benchmark_test.cc 140 auto EB = ExpectedResults.begin();
143 assert(EB != ExpectedResults.end());
144 EB->CheckRun(run);
145 ++EB;
147 assert(EB == ExpectedResults.end());
169 auto EB = ExpectedResults.begin();
172 assert(EB != ExpectedResults.end());
173 EB->CheckRun(run);
174 ++EB;
176 assert(EB == ExpectedResults.end())
    [all...]
skip_with_error_test.cc 179 auto EB = ExpectedResults.begin();
182 assert(EB != ExpectedResults.end());
183 EB->CheckRun(run);
184 ++EB;
186 assert(EB == ExpectedResults.end());
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
register_benchmark_test.cc 138 auto EB = ExpectedResults.begin();
141 assert(EB != ExpectedResults.end());
142 EB->CheckRun(run);
143 ++EB;
145 assert(EB == ExpectedResults.end());
167 auto EB = ExpectedResults.begin();
170 assert(EB != ExpectedResults.end());
171 EB->CheckRun(run);
172 ++EB;
174 assert(EB == ExpectedResults.end())
    [all...]
skip_with_error_test.cc 182 auto EB = ExpectedResults.begin();
185 assert(EB != ExpectedResults.end());
186 EB->CheckRun(run);
187 ++EB;
189 assert(EB == ExpectedResults.end());
  /src/external/gpl3/gdb/dist/sim/testsuite/bpf/
endbe.s 2 # as: --EB
3 # ld: --EB
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bpf/
endbe.s 2 # as: --EB
3 # ld: --EB
  /src/external/gpl2/groff/font/devlbp/
Makefile 10 TB TBI TI TR CR CB CI ER EB EI
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 156 static bool classof(const Expression *EB) {
157 ExpressionType ET = EB->getExpressionType();
280 static bool classof(const Expression *EB) {
281 return EB->getExpressionType() > ET_MemoryStart &&
282 EB->getExpressionType() < ET_MemoryEnd;
314 static bool classof(const Expression *EB) {
315 return EB->getExpressionType() == ET_Call;
346 static bool classof(const Expression *EB) {
347 return EB->getExpressionType() == ET_Load;
385 static bool classof(const Expression *EB) {
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/config/
sid.exp 22 { *big-endian* *-EB* *-meb* } { set sidendian "-EB" }
34 { -EB } { set sidendian2 {-e "set cpu endian big"} }
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/config/
sid.exp 22 { *big-endian* *-EB* *-meb* } { set sidendian "-EB" }
34 { -EB } { set sidendian2 {-e "set cpu endian big"} }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
UnifyLoopExits.cpp 170 for (auto EB : ExitingBlocks) {
171 dbgs() << " " << EB->getName();
LoopUnrollRuntime.cpp 871 [SuccBB](BasicBlock *EB) { return EB == SuccBB; }) ||
LoopUtils.cpp 822 if (any_of(ExitBlocks, [](const BasicBlock *EB) {
823 return !EB->getTerminatingDeoptimizeCall();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaConcept.cpp 979 const Expr *EA = A.ConstraintExpr, *EB = B.ConstraintExpr;
980 if (EA == EB)
987 EB->Profile(IDB, Context, /*Cannonical=*/true);
992 AmbiguousAtomic2 = EB;
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86RecognizableInstr.h 70 MAP(EB, 107) \
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
Analysis.cpp 93 for (StructType::element_iterator EB = STy->element_begin(),
94 EI = EB,
98 uint64_t EltOffset = SL ? SL->getElementOffset(EI - EB) : 0;
  /src/share/terminfo/
terminfo 786 oc=\Eb?\Ec0, op=\Eb?\Ec0,
789 setaf=\Eb%?%p1%{0}%=%t?%e%p1%{7}%=%t0%e%p1%{15}%=%t7%e%p1
793 setf=\Eb%?%p1%{0}%=%t?%e%p1%{7}%=%t0%e%p1%{15}%=%t7%e%p1
800 is2=\Ev\Eq\Ez_\Ee\Ei\Eb?\Ec0, rev=\EyP, rmso=\EzQ,
801 rmul=\EzH, rs2=\Ev\Eq\Ez_\Ee\Ei\Eb?\Ec0, sgr0=\Ez_,
814 setaf=\Eb%?%p1%{0}%=%t1%e%p1%{1}%=%t2%e%p1%{2}%=%t3%e%p1%{3}
824 setf=\Eb%?%p1%{0}%=%t1%e%p1%{1}%=%t2%e%p1%{2}%=%t3%e%p1%{3}
834 cud1=\EB, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c,
837 kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, kdch1=^?
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopInfoImpl.h 97 for (BlockT *EB : UniqueExitBlocks)
98 for (BlockT *Predecessor : children<Inverse<BlockT *>>(EB))
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 1639 B->instr_begin(), EB = B->instr_end(); I != EB; ++I) {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp 1997 Optional<fp::ExceptionBehavior> EB = CI->getExceptionBehavior();
1998 if (EB && *EB == fp::ebStrict)
2002 Optional<fp::ExceptionBehavior> EB = CI->getExceptionBehavior();
2003 if (EB && *EB != fp::ebIgnore)
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonBitSimplify.cpp 2917 MachineBasicBlock *eb) : LB(lb), PB(pb), EB(eb) {}
2919 MachineBasicBlock *LB, *PB, *EB;
3196 if (C.EB == nullptr)
3350 MachineBasicBlock *EB = nullptr;
3357 EB = *SI;
3361 Cand.push_back(LoopCand(&B, PB, EB));
HexagonLoopIdiomRecognition.cpp 2378 auto DominatedByBB = [this,BB] (BasicBlock *EB) -> bool {
2379 return DT->dominates(BB, EB);
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_execbuffer.c 288 #define exec_entry(EB, VMA) (&(EB)->exec[(VMA)->exec_flags - (EB)->flags])
290 static inline bool eb_use_cmdparser(const struct i915_execbuffer *eb)
292 return intel_engine_requires_cmd_parser(eb->engine) ||
293 (intel_engine_using_cmd_parser(eb->engine) &&
294 eb->args->batch_len);
297 static int eb_create(struct i915_execbuffer *eb)
299 if (!(eb->args->flags & I915_EXEC_HANDLE_LUT)) {
300 unsigned int size = 1 + ilog2(eb->buffer_count)
2607 struct i915_execbuffer eb; local
    [all...]
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
CommonServices.h 1454 #define HEX_DIGIT_11101011 EB
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
conv.d 1394 enum EB : bool { a = true }
1402 static foreach (E; AliasSeq!(EB, EU, EI, EF, EC, ES))
3054 enum EB : bool { a = true, b = false, c = a }
3061 static foreach (E; AliasSeq!(EB, EU, EI, EF, EC, ES))

Completed in 67 milliseconds

1 2