Home
last modified time | relevance | path

Searched defs:LF (Results 1 – 25 of 55) sorted by relevance

123

/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/
Dgrapheme_cluster_break.rs418 pub const LF: &'static [(char, char)] = &[('\n', '\n')]; constant
Dsentence_break.rs419 pub const LF: &'static [(char, char)] = &[('\n', '\n')]; constant
Dword_break.rs996 pub const LF: &'static [(char, char)] = &[('\n', '\n')]; constant
/third_party/cef/tools/yapf/yapf/yapflib/
Dfile_resources.py31 LF = '\n' variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DPartiallyInlineLibCalls.cpp111 LibFunc LF; in runPartiallyInlineLibCalls() local
DLoopFuse.cpp1632 LoopFuser LF(LI, DT, DI, SE, PDT, ORE, DL); in runOnFunction() local
1647 LoopFuser LF(LI, DT, DI, SE, PDT, ORE, DL); in run() local
DLoopStrengthReduce.cpp3314 LSRFixup &LF = LU.getNewFixup(); in CollectFixupsAndInitialFormulae() local
3464 LSRFixup &LF = LU.getNewFixup(); in CollectLoopInvariantFixupsAndFormulae() local
5065 const LSRFixup &LF, in AdjustInsertPositionForExpand()
5128 Value *LSRInstance::Expand(const LSRUse &LU, const LSRFixup &LF, in Expand()
5307 PHINode *PN, const LSRUse &LU, const LSRFixup &LF, const Formula &F, in RewriteForPHI()
5421 void LSRInstance::Rewrite(const LSRUse &LU, const LSRFixup &LF, in Rewrite()
5634 for (const LSRFixup &LF : LU.Fixups) { in print_fixups() local
/third_party/icu/icu4c/source/test/intltest/
Didnaconf.cpp61 static const UChar LF = 0x0a; in isNewlineMark() local
/third_party/node/deps/icu-small/source/tools/genrb/
Dread.c40 #define LF 0x000A macro
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dread.c38 #define LF 0x000A macro
/third_party/icu/icu4c/source/tools/genrb/
Dread.c40 #define LF 0x000A macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSILowerI1Copies.cpp543 LoopFinder LF(*DT, *PDT); in lowerPhis() local
670 LoopFinder LF(*DT, *PDT); in lowerCopiesToI1() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLink.cpp269 raw_ostream &operator<<(raw_ostream &OS, const SymbolLookupFlags &LF) { in operator <<()
/third_party/python/Lib/curses/
Dascii.py14 LF = 0x0a # ^J variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCallGraph.cpp100 if (Function *LF = LHS->getFunction()) in print() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCFragment.cpp420 const auto *LF = cast<MCLEBFragment>(this); in dump() local
DMCAssembler.cpp612 const MCLEBFragment &LF = cast<MCLEBFragment>(F); in writeFragment() local
940 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { in relaxLEB()
/third_party/cups-filters/filter/
Dtexttotext.c46 LF = 0, enumerator
/third_party/python/Lib/
Dpoplib.py41 LF = b'\n' variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h233 LibFunc LF; variable
/third_party/ffmpeg/libavcodec/
Daptx.h40 LF, // Low Frequency (0-5.5 kHz) enumerator
/third_party/node/deps/icu-small/source/common/
Duprops.h317 LF =0x000a, enumerator
/third_party/icu/icu4c/source/common/
Duprops.h317 LF =0x000a, enumerator
/third_party/skia/third_party/externals/icu/source/common/
Duprops.h316 LF =0x000a, enumerator
/third_party/nghttp2/third-party/url-parser/
Durl_parser.c176 #define LF '\n' macro

123