HomeSort by: relevance | last modified time | path
    Searched defs:LE (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/external/bsd/kyua-cli/dist/utils/logging/
macros.hpp 50 #define LE(message) utils::logging::log(utils::logging::level_error, \
  /src/tools/m4/bootstrap/
parser.h 7 #define LE 263
parser.c 57 #define LE 263
254 0,0,0,0,0,0,0,0,0,0,0,0,0,"NUMBER","ERROR","LOR","LAND","EQ","NE","LE","GE",
269 "expr : expr LE expr",
  /src/usr.bin/tset/
map.c 57 #define LE (LT | EQ)
210 case LE:
  /src/external/gpl3/gcc.old/dist/libgcc/config/cr16/
lib1funcs.S 455 beq LE
537 LE: cmpd (r12), (r7, r6)
  /src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
codecs.c 114 #define LE(x, y) GE(y, x)
129 (GE(c, 'A') & LE(c, 'Z') & (c - 'A')) |
130 (GE(c, 'a') & LE(c, 'z') & (c - ('a' - 26))) |
131 (GE(c, '0') & LE(c, '9') & (c - ('0' - 52))) | (EQ(c, '+') & 62) |
150 (GE(c, 'A') & LE(c, 'Z') & (c - 'A')) |
151 (GE(c, 'a') & LE(c, 'z') & (c - ('a' - 26))) |
152 (GE(c, '0') & LE(c, '9') & (c - ('0' - 52))) | (EQ(c, '-') & 62) |
  /src/external/apache2/argon2/dist/phc-winner-argon2/src/
encoding.c 78 #define LE(x, y) GE(y, x)
97 x = (GE(c, 'A') & LE(c, 'Z') & (c - 'A')) |
98 (GE(c, 'a') & LE(c, 'z') & (c - ('a' - 26))) |
99 (GE(c, '0') & LE(c, '9') & (c - ('0' - 52))) | (EQ(c, '+') & 62) |
  /src/external/apache2/llvm/dist/llvm/lib/LineEditor/
LineEditor.cpp 99 LineEditor *LE;
115 return Data->LE->getPrompt().c_str();
145 LineEditor::CompletionAction Action = Data->LE->getCompletionAction(
182 OS << Data->LE->getPrompt()
205 Data->LE = this;
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/MCTargetDesc/
ARCInfo.h 37 LE = 0xc,
  /src/lib/libcrypt/
crypt-argon2.c 87 #define LE(x, y) GE(y, x)
94 x = (GE(c, 'A') & LE(c, 'Z') & (c - 'A')) |
95 (GE(c, 'a') & LE(c, 'z') & (c - ('a' - 26))) |
96 (GE(c, '0') & LE(c, '9') & (c - ('0' - 52))) | (EQ(c, '+') & 62) |
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Utils/
ARMBaseInfo.h 44 LE, // Less than or equal <, ==, or unordered
63 case GT: return LE;
64 case LE: return GT;
80 case ARMCC::GE: return ARMCC::LE;
83 case ARMCC::LE: return ARMCC::GE;
161 case ARMCC::LE: return "le";
184 .Case("le", ARMCC::LE)
  /src/external/apache2/llvm/dist/llvm/tools/verify-uselistorder/
verify-uselistorder.cpp 318 auto LU = L->use_begin(), LE = L->use_end();
320 skipUnmappedUsers(LU, LE, LM);
323 while (LU != LE) {
336 skipUnmappedUsers(++LU, LE, LM);
  /src/external/lgpl3/gmp/dist/demos/calc/
calc.h 80 LE = 281, /* LE */
115 #define LE 281
  /src/usr.bin/xlint/lint1/
op.h 87 LE,
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLDebugSections.cpp 427 uint32_t LE = L.LineStart + L.EndDelta;
429 LineInfo(L.LineStart, LE, L.IsStatement),
434 uint32_t LE = L.LineStart + L.EndDelta;
435 Result->addLineInfo(L.Offset, LineInfo(L.LineStart, LE, L.IsStatement));
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfWriter.cpp 51 : IsFDOStream(true), OS(FD), LE(FD, support::little) {}
53 : IsFDOStream(false), OS(STR), LE(STR, support::little) {}
56 void write(uint64_t V) { LE.write<uint64_t>(V); }
88 support::endian::Writer LE;
116 endian::Writer LE(Out, little);
119 LE.write<offset_type>(N);
131 LE.write<offset_type>(M);
143 endian::Writer LE(Out, little);
151 LE.write<uint64_t>(ProfileData.first); // Function hash
152 LE.write<uint64_t>(ProfRecord.Counts.size())
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 186 static std::string swapFPIntParams(FPParamVariant PV, Module *M, bool LE,
203 if (LE) {
213 if (LE) {
223 if (LE) {
237 if (LE) {
262 bool LE = TM.isLittleEndian();
285 AsmText += swapFPIntParams(PV, M, LE, true);
300 if (LE) {
310 if (LE) {
320 if (LE) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
DifferenceEngine.cpp 193 BasicBlock::iterator LI = L->begin(), LE = L->end();
197 assert(LI != LE && RI != R->end());
213 } while (LI != LE); // This is sufficient: we can't get equality of
218 for (LI = L->begin(), RI = R->begin(); LI != LE; ++LI, ++RI)
495 LI = L->arg_begin(), LE = L->arg_end(),
497 LI != LE && RI != RE; ++LI, ++RI)
519 BasicBlock::iterator LE = LStart->getParent()->end();
522 unsigned NL = std::distance(LStart, LE);
550 for (BasicBlock::iterator LI = LStart; LI != LE; ++LI, ++Index) {
596 assert(LI != LE && RI != RE)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 92 LE = 3,
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTX.h 31 LE,
153 LE,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
FunctionComparator.cpp 116 AttributeSet::iterator LI = LAS.begin(), LE = LAS.end();
118 for (; LI != LE && RI != RE; ++LI, ++RI) {
144 if (LI != LE)
350 const ConstantExpr *LE = cast<ConstantExpr>(L);
352 unsigned NumOperandsL = LE->getNumOperands();
357 if (int Res = cmpConstants(cast<Constant>(LE->getOperand(i)),
  /src/external/bsd/pcc/dist/pcc/cc/cpp/
cpp.h 170 OROR, ANDAND, DEFINED, LE, GE };
  /src/external/bsd/pcc/dist/pcc/mip/
node.h 178 #define LE 27
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 539 LinearExpression LE = GetLinearExpression(
553 APInt ScaledOffset = LE.Offset.sextOrTrunc(MaxPointerSize)
556 LE = LinearExpression(ExtendedValue(Index, 0, SExtBits));
559 Scale *= LE.Scale.sextOrTrunc(MaxPointerSize);
567 if (Decomposed.VarIndices[i].V == LE.Val.V &&
568 Decomposed.VarIndices[i].ZExtBits == LE.Val.ZExtBits &&
569 Decomposed.VarIndices[i].SExtBits == LE.Val.SExtBits) {
581 VariableGEPIndex Entry = {LE.Val.V, LE.Val.ZExtBits, LE.Val.SExtBits
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 249 LE = 0xd, // Less than or equal <, ==, or unordered
278 case LE: return "le";
312 case LE: return Z; // Z == 1 || N != V

Completed in 40 milliseconds

1 2