OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LF
(Results
1 - 25
of
31
) sorted by relevancy
1
2
/src/games/adventure/
hdr.h
64
#define
LF
012
66
#define FLUSHLF while (next()!=
LF
)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
PartiallyInlineLibCalls.cpp
129
LibFunc
LF
;
131
!TLI->getLibFunc(*CalledFunc,
LF
) || !TLI->has(
LF
))
134
switch (
LF
) {
/src/external/bsd/byacc/dist/test/btyacc/
ok_syntax1.tab.h
17
#define
LF
269
ok_syntax1.tab.c
197
#define
LF
269
358
"STR2","BELL","BS","NL","
LF
","CR","TAB","VT","UMINUS","$accept","list","stat",
/src/external/bsd/byacc/dist/test/yacc/
ok_syntax1.tab.h
14
#define
LF
269
ok_syntax1.tab.c
177
#define
LF
269
296
"STR2","BELL","BS","NL","
LF
","CR","TAB","VT","UMINUS",NULL,NULL,NULL,NULL,NULL,
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LazyCallGraph.cpp
148
LibFunc
LF
;
153
return TLI.getLibFunc(F,
LF
) ||
/src/bin/pax/
options.h
65
#define
LF
0x000000080ULL
113
#define BDEXTR (AF|BF|
LF
|TF|WF|XF|CBF|CHF|CLF|CMF|CPF|CXF)
114
#define BDARCH (CF|KF|
LF
|NF|PF|RF|CDF|CEF|CYF|CZF)
116
#define BDLIST (AF|BF|IF|KF|
LF
|OF|PF|RF|TF|UF|WF|XF|CBF|CDF|CHF|CLF|CMF|CPF|CXF|CYF|CZF)
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCFragment.cpp
458
const auto *
LF
= cast<MCLEBFragment>(this);
460
OS << " Value:" <<
LF
->getValue() << " Signed:" <<
LF
->isSigned();
MCAssembler.cpp
661
const MCLEBFragment &
LF
= cast<MCLEBFragment>(F);
662
OS <<
LF
.getContents();
1020
bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &
LF
) {
1021
uint64_t OldSize =
LF
.getContents().size();
1023
bool Abs =
LF
.getValue().evaluateKnownAbsolute(Value, Layout);
1026
SmallString<8> &Data =
LF
.getContents();
1033
if (
LF
.isSigned())
1037
return OldSize !=
LF
.getContents().size();
/src/external/bsd/ntp/dist/ntpd/
refclock_hopfser.c
67
#define
LF
0x0a
239
"%1x%1x%2d%2d%2d%2d%2d%2d", /* ...cr,
lf
*/
241
"%*c%1x%1x%2d%2d%2d%2d%2d%2d", /* stx...cr,
lf
,etx */
refclock_acts.c
87
* 47999 90-04-18 21:39:15 50 0 +.1 045.0 UTC(NIST) *<CR><
LF
>
102
* jjjjj nnn hhmmss UTC<CR><
LF
>
103
* *<CR><
LF
>
121
* 1995-01-23 20:58:51 MEZ 10402303260219950123195849740+40000500<CR><
LF
>
161
#define
LF
0x0a /* ASCII
LF
*/
333
if (*tptr ==
LF
) {
770
"%5ld %2d-%2d-%2d %2d:%2d:%2d %2d %1d %3
lf
%5
lf
%9s %c",
816
"%*4d-%*2d-%*2d %*2d:%*2d:%2d %*5c%*12c%4d%2d%2d%2d%2d%5ld%2
lf
%c%2d%3lf%*15c%c"
[
all
...]
ntp_refclock.c
66
#define
LF
0x0a /* ASCII
LF
*/
771
* canonical or raw modes. The terminal interface routines map CR to
LF
.
773
* followed by
LF
and another containing only
LF
. In raw mode the
1035
* parity.
LF
ends the line and CR is mapped to
LF
. The break,
/src/games/snake/snake/
snake.c
86
#define
LF
'\n'
400
case
LF
:
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetLibraryInfo.h
229
LibFunc
LF
;
237
if (getLibFunc(AttrStr,
LF
))
238
setUnavailable(
LF
);
/src/sys/arch/amiga/dev/
kbdmap.h
42
#define
LF
10
/src/sys/arch/atari/dev/
kbdmap.h
46
#define
LF
10
/src/sys/arch/x68k/include/
kbdmap.h
16
#define
LF
10
/src/sys/arch/x68k/usr.bin/loadkmap/
kbdmap.h
13
#define
LF
10
/src/usr.sbin/lpr/common_source/
common.c
81
const char *
LF
; /* log file for error messages */
458
LF
= cgetstr(bp, "
lf
", &cp) == -1 ? _PATH_CONSOLE : cp;
/src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp
1667
size_t
LF
= Text.count('\n');
1669
return
LF
== CR ? DefaultToCRLF : CR >
LF
;
/src/external/bsd/ntp/dist/sntp/libopts/
autoopts.h
73
#define
LF
'\n'
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp
1474
Function *
LF
= F->Codegen();
1475
if (
LF
&& VerboseOutput) {
1477
LF
->print(errs());
1503
if (Function *
LF
= F->Codegen()) {
1505
void *FPtr = TheHelper->getPointerToFunction(
LF
);
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp
781
NodeToValueMap::iterator
LF
= Loc.find(CN);
785
if (
LF
== Loc.end())
787
Bs.push_back(
LF
->second);
HexagonLoopIdiomRecognition.cpp
124
LoopInfo *
LF
, const TargetLibraryInfo *TLI,
126
: AA(AA), DT(DT),
LF
(
LF
), TLI(TLI), SE(SE) {}
144
LoopInfo *
LF
;
2191
Loop *ParentL =
LF
->getLoopFor(Preheader);
2199
ParentL->addBasicBlockToLoop(NewPreheader, *
LF
);
2242
ParentL->addBasicBlockToLoop(MemmoveB, *
LF
);
2361
if (
LF
->getLoopFor(UseB) != L)
2417
if (
LF
->getLoopFor(BB) != L)
2457
auto *
LF
= &getAnalysis<LoopInfoWrapperPass>().getLoopInfo()
[
all
...]
Completed in 78 milliseconds
1
2
Indexes created Mon Mar 02 05:31:46 UTC 2026