/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/ |
H A D | ARMBaseInfo.h | 44 LE, // Less than or equal <, ==, or unordered enumerator 63 case GT: return LE; in getOppositeCondition() 64 case LE: return GT; in getOppositeCondition() 80 case ARMCC::GE: return ARMCC::LE; in getSwappedCondition() 83 case ARMCC::LE: return ARMCC::GE; in getSwappedCondition() 161 case ARMCC::LE: return "le"; in ARMCondCodeToString() 184 .Case("le", ARMCC::LE) in ARMCondCodeFromString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | LineEntry.h | 31 inline raw_ostream &operator<<(raw_ostream &OS, const LineEntry &LE) { in operator <<() argument 32 return OS << "addr=" << HEX64(LE.Addr) << ", file=" << format("%3u", LE.File) in operator <<() 33 << ", line=" << format("%3u", LE.Line); in operator <<()
|
H A D | LineTable.h | 169 void push(const LineEntry &LE) { in push() argument 170 Lines.push_back(LE); in push()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | Mips16HardFloat.cpp | 186 static std::string swapFPIntParams(FPParamVariant PV, Module *M, bool LE, in swapFPIntParams() argument 203 if (LE) { in swapFPIntParams() 213 if (LE) { in swapFPIntParams() 223 if (LE) { in swapFPIntParams() 237 if (LE) { in swapFPIntParams() 262 bool LE = TM.isLittleEndian(); in assureFPCallStub() local 285 AsmText += swapFPIntParams(PV, M, LE, true); in assureFPCallStub() 300 if (LE) { in assureFPCallStub() 310 if (LE) { in assureFPCallStub() 320 if (LE) { in assureFPCallStub() 449 bool LE = TM.isLittleEndian(); createFPFnStub() local [all...] |
H A D | MipsAsmPrinter.cpp | 908 unsigned FPReg2, bool LE) { in EmitMovFPIntPair() 909 if (!LE) { in EmitMovFPIntPair() 920 bool LE, bool ToFP) { in EmitSwapFPIntParams() 929 EmitMovFPIntPair(STI, MovOpc, Mips::A0, Mips::A1, Mips::F12, Mips::F14, LE); in EmitSwapFPIntParams() 933 EmitMovFPIntPair(STI, MovOpc, Mips::A2, Mips::A3, Mips::F14, Mips::F15, LE); in EmitSwapFPIntParams() 936 EmitMovFPIntPair(STI, MovOpc, Mips::A0, Mips::A1, Mips::F12, Mips::F13, LE); in EmitSwapFPIntParams() 939 EmitMovFPIntPair(STI, MovOpc, Mips::A0, Mips::A1, Mips::F12, Mips::F13, LE); in EmitSwapFPIntParams() 940 EmitMovFPIntPair(STI, MovOpc, Mips::A2, Mips::A3, Mips::F14, Mips::F15, LE); in EmitSwapFPIntParams() 943 EmitMovFPIntPair(STI, MovOpc, Mips::A0, Mips::A1, Mips::F12, Mips::F13, LE); in EmitSwapFPIntParams() 953 bool LE) { in EmitSwapFPIntRetval() 905 EmitMovFPIntPair(const MCSubtargetInfo &STI, unsigned MovOpc, unsigned Reg1, unsigned Reg2, unsigned FPReg1, unsigned FPReg2, bool LE) EmitMovFPIntPair() argument 918 EmitSwapFPIntParams(const MCSubtargetInfo &STI, Mips16HardFloatInfo::FPParamVariant PV, bool LE, bool ToFP) EmitSwapFPIntParams() argument 951 EmitSwapFPIntRetval( const MCSubtargetInfo &STI, Mips16HardFloatInfo::FPReturnVariant RV, bool LE) EmitSwapFPIntRetval() argument 981 bool LE = getDataLayout().isLittleEndian(); EmitFPCallStub() local [all...] |
H A D | MipsAsmPrinter.h | 101 unsigned FPReg2, bool LE); 104 Mips16HardFloatInfo::FPParamVariant, bool LE, 108 Mips16HardFloatInfo::FPReturnVariant, bool LE);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | InstrProfWriter.cpp | 51 : IsFDOStream(true), OS(FD), LE(FD, support::little) {} in ProfOStream() 53 : IsFDOStream(false), OS(STR), LE(STR, support::little) {} in ProfOStream() 56 void write(uint64_t V) { LE.write<uint64_t>(V); } in write() 88 support::endian::Writer LE; member in llvm::ProfOStream 116 endian::Writer LE(Out, little); in EmitKeyDataLength() 119 LE.write<offset_type>(N); in EmitKeyDataLength() 131 LE.write<offset_type>(M); in EmitKeyDataLength() 143 endian::Writer LE(Out, little); in EmitData() 151 LE.write<uint64_t>(ProfileData.first); // Function hash in EmitData() 152 LE in EmitData() [all...] |
/third_party/ltp/testcases/lib/ |
H A D | tst_kvcmp.c | 17 LE, enumerator 39 return LE; in strtop() 131 case LE: in main() 178 case LE: in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | htons.c | 19 static const uint16_t LE = 0x1234; variable 29 EXPECT_EQ("htonls_0100", BE, htons(LE)); in htons_0100()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFCompileUnit.h | 23 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in DWARFCompileUnit() 26 LS, LE, IsDWO, UnitVector) {} in DWARFCompileUnit() 19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) DWARFCompileUnit() argument
|
H A D | DWARFTypeUnit.h | 31 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit() 34 LS, LE, IsDWO, UnitVector) {} in DWARFTypeUnit() 27 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) DWARFTypeUnit() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | OnDiskHashTable.h | 153 endian::Writer LE(Out, little); in Emit() 182 LE.write<uint16_t>(B.Length); in Emit() 187 LE.write<typename Info::hash_value_type>(I->Hash); in Emit() 214 LE.write<uint8_t>(0); in Emit() 217 LE.write<offset_type>(NumBuckets); in Emit() 218 LE.write<offset_type>(NumEntries); in Emit() 220 LE.write<offset_type>(Buckets[I].Off); in Emit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/ |
H A D | LineEditor.cpp | 99 LineEditor *LE; member 115 return Data->LE->getPrompt().c_str(); in ElGetPromptFn() 145 LineEditor::CompletionAction Action = Data->LE->getCompletionAction( in ElCompletionFn() 182 OS << Data->LE->getPrompt() in ElCompletionFn() 205 Data->LE = this; in LineEditor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ErlangGCPrinter.cpp | 112 LE = MD.live_end(PI); in finishAssembly() 113 LI != LE; ++LI) { in finishAssembly()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTX.h | 31 LE, enumerator 135 LE, enumerator
|
/third_party/node/deps/v8/src/base/ |
H A D | logging.h | 329 DEFINE_SIGNED_MISMATCH_COMP(is_signed_vs_unsigned, LE, 338 DEFINE_SIGNED_MISMATCH_COMP(is_unsigned_vs_signed, LE, CmpGEImpl(rhs, lhs)) 371 DEFINE_CHECK_OP_IMPL(LE, <=) 379 #define CHECK_LE(lhs, rhs) CHECK_OP(LE, <=, lhs, rhs) 400 #define DCHECK_LE(lhs, rhs) DCHECK_OP(LE, <=, lhs, rhs)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | simple_ilist.h | 269 iterator LI = begin(), LE = end(); in merge() 271 while (LI != LE) { in merge() 283 splice(LE, RHS, RI, RE); in merge()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | simple_ilist.h | 273 iterator LI = begin(), LE = end(); in merge() 275 while (LI != LE) { in merge() 287 splice(LE, RHS, RI, RE); in merge()
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/ |
H A D | erst-inject.c | 84 #define LE 0 in inject() macro 104 #if LE in inject()
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/erst-inj/ |
H A D | erst-inject.c | 84 #define LE 0 in inject() macro 104 #if LE in inject()
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | swscale.c | 675 INPUT_PLANER_RGB_A_FUNC_CASE(rgba_fmt##LE, name##le, opt) \ in ff_sws_init_swscale_x86() 676 INPUT_PLANER_RGB_YUV_FUNC_CASE(rgb_fmt##LE, name##le, opt) \ in ff_sws_init_swscale_x86() 681 INPUT_PLANER_RGB_A_FUNC_CASE(rgba_fmt##LE, name##le, opt) \ in ff_sws_init_swscale_x86() 682 INPUT_PLANER_RGB_UV_FUNC_CASE(rgb_fmt##LE, name##le, opt) \ in ff_sws_init_swscale_x86() 687 INPUT_PLANER_RGBA_YUV_FUNC_CASE(rgb_fmt##LE, rgba_fmt##LE, name##le, opt) \ in ff_sws_init_swscale_x86() 691 INPUT_PLANER_RGB_YUV_FUNC_CASE(rgb_fmt##LE, name##le, opt) \ in ff_sws_init_swscale_x86() 695 INPUT_PLANER_RGB_UV_FUNC_CASE(rgb_fmt##LE, name##le, opt) \ in ff_sws_init_swscale_x86()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/MCTargetDesc/ |
H A D | ARCInfo.h | 37 LE = 0xc, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 63 const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, in addUnitsImpl() 65 DWARFDataExtractor Data(Obj, Section, LE, 0); in addUnitsImpl() 74 DWARFDataExtractor Data(Obj, InfoSection, LE, 0); in addUnitsImpl() 88 LE, IsDWO, *this); in addUnitsImpl() 92 AOS, LS, LE, IsDWO, *this); in addUnitsImpl() 175 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in DWARFUnit() 179 StringOffsetSection(SOS), AddrOffsetSection(AOS), isLittleEndian(LE), in DWARFUnit() 59 addUnitsImpl( DWARFContext &Context, const DWARFObject &Obj, const DWARFSection &Section, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, bool Lazy, DWARFSectionKind SectionKind) addUnitsImpl() argument 171 DWARFUnit(DWARFContext &DC, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) DWARFUnit() argument
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | DangiTest.java | 92 int LE = DATA[i++]; in TestMapping() 97 if (y == yE && m == mE && L == LE && d == dE) { in TestMapping() 100 errln("Fail: " + buf.toString() + ", expected " + yE + "/" + mE + (LE == 1 ? "(leap)" : "") + "/" + dE); in TestMapping()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | DangiTest.java | 95 int LE = DATA[i++]; in TestMapping() 100 if (y == yE && m == mE && L == LE && d == dE) { in TestMapping() 103 errln("Fail: " + buf.toString() + ", expected " + yE + "/" + mE + (LE == 1 ? "(leap)" : "") + "/" + dE); in TestMapping()
|