/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | MemoryOpRemark.cpp | 53 LibFunc LF; in canHandle() local 250 LibFunc LF; in visitCall() local 267 void MemoryOpRemark::visitKnownLibCall(const CallInst &CI, LibFunc LF, in visitKnownLibCall()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/passwd/ |
H A D | apr_getpass.c | 73 #define LF 10 macro 76 #define LF '\n' macro
|
/aosp_15_r20/external/rust/android-crates-io/crates/regex-syntax/src/unicode_tables/ |
D | grapheme_cluster_break.rs | 418 pub const LF: &'static [(char, char)] = &[('\n', '\n')]; constant
|
D | sentence_break.rs | 419 pub const LF: &'static [(char, char)] = &[('\n', '\n')]; constant
|
D | word_break.rs | 996 pub const LF: &'static [(char, char)] = &[('\n', '\n')]; constant
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/unicode_tables/ |
H A D | grapheme_cluster_break.rs | 418 pub const LF: &'static [(char, char)] = &[('\n', '\n')]; constant
|
H A D | sentence_break.rs | 419 pub const LF: &'static [(char, char)] = &[('\n', '\n')]; constant
|
H A D | word_break.rs | 996 pub const LF: &'static [(char, char)] = &[('\n', '\n')]; constant
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | SILowerI1Copies.cpp | 534 LoopFinder LF(*DT, *PDT); in lowerPhis() local 670 LoopFinder LF(*DT, *PDT); in lowerCopiesToI1() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SILowerI1Copies.cpp | 543 LoopFinder LF(*DT, *PDT); in lowerPhis() local 670 LoopFinder LF(*DT, *PDT); in lowerCopiesToI1() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 2942 LSRFixup &LF = getNewFixup(); in CollectFixupsAndInitialFormulae() local 3133 LSRFixup &LF = getNewFixup(); in CollectLoopInvariantFixupsAndFormulae() local 4370 const LSRFixup &LF, in AdjustInsertPositionForExpand() 4433 Value *LSRInstance::Expand(const LSRFixup &LF, in Expand() 4619 const LSRFixup &LF, in RewriteForPHI() 4693 void LSRInstance::Rewrite(const LSRFixup &LF, in Rewrite() 4900 for (const LSRFixup &LF : Fixups) { in print_fixups() local
|
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/ |
H A D | StandardLineSeparator.java | 43 LF("\n"); enumConstant
|
/aosp_15_r20/external/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 514 const MCLEBFragment &LF = cast<MCLEBFragment>(F); in writeFragment() local 787 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { in relaxLEB()
|
/aosp_15_r20/external/rust/android-crates-io/crates/textwrap/src/ |
D | line_ending.rs | 15 LF, enumerator
|
/aosp_15_r20/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/ |
H A D | StrictLineReader.java | 47 private static final byte LF = (byte) '\n'; field in StrictLineReader
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/ |
D | trivia.rs | 66 pub(crate) const LF: u8 = b'\n'; constant
|
/aosp_15_r20/external/yapf/yapf/yapflib/ |
H A D | file_resources.py | 31 LF = '\n' variable
|
/aosp_15_r20/external/apache-http/src/org/apache/http/protocol/ |
H A D | HTTP.java | 51 public static final int LF = 10; // <US-ASCII LF, linefeed (10)> field in HTTP
|
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/util/ |
H A D | TestDefaultPrettyPrinter.java | 16 String LF = System.getProperty("line.separator"); in testSystemLinefeed() local
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy-jit.cpp | 1010 if (Function *LF = F->Codegen()) { in HandleDefinition() local 1039 if (Function *LF = F->Codegen()) { in HandleTopLevelExpression() local
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | messageformat2_macros.h | 34 #define LF ((UChar32)0x000A) macro
|
/aosp_15_r20/external/icu/libicu/cts_headers/ |
H A D | messageformat2_macros.h | 34 #define LF ((UChar32)0x000A) macro
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 3314 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
|
H A D | PartiallyInlineLibCalls.cpp | 111 LibFunc LF; in runPartiallyInlineLibCalls() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | idnaconf.cpp | 61 static const char16_t LF = 0x0a; in isNewlineMark() local
|