HomeSort by: relevance | last modified time | path
    Searched refs:LF (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /src/external/bsd/ntp/dist/sntp/scripts/
genLocInfo 6 LF=
26 LF=$locfile
31 lf=loc/$locfile
32 if test -f $lf
34 LF=$lf
39 # If we have a file to use (ie, LF is not empty) then look for one.
40 case "$LF" in
56 lf=loc/$CVO_OSNAME$x
57 ${V}echo "Looking for <$lf>" >&
    [all...]
  /src/external/bsd/byacc/dist/test/btyacc/
ok_syntax1.tab.h 17 #define LF 269
  /src/external/bsd/byacc/dist/test/yacc/
ok_syntax1.tab.h 14 #define LF 269
  /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/sys/external/bsd/sljit/dist/doc/tutorial/
99bottles.bf 57 >+++++[<++>-] LF
90 >+++++[<++>-] LF
102 [>]<< go to last cell and back to LF
169 [>]<< go to last cell and back to LF
220 [>]<< go to last cell and back to LF
  /src/games/adventure/
io.c 212 if ((ch = next()) != LF) { /* is there a second digit? */
266 if (breakch != LF) /* routines return after "-1" */
280 if ((*s = next()) == TAB || *s == '\n' || *s == LF)
382 if ((*s = next()) == TAB || *s == LF)
395 while (breakch != LF) { /* only do one line at a time */
447 if ((*s = next()) == TAB || *s == '\n' || *s == LF
450 /* terminate word with newline, LF, tab, blank */
451 if (*s != '\n' && *s != LF)
499 if (breakch == LF)
561 } while ((*s++ ^ *tape++) != LF); /* better end with LF *
    [all...]
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) {
LoopStrengthReduce.cpp 2041 const LSRFixup &LF,
2045 Value *Expand(const LSRUse &LU, const LSRFixup &LF, const Formula &F,
2048 void RewriteForPHI(PHINode *PN, const LSRUse &LU, const LSRFixup &LF,
2051 void Rewrite(const LSRUse &LU, const LSRFixup &LF, const Formula &F,
3327 LSRFixup &LF = LU.getNewFixup();
3328 LF.UserInst = UserInst;
3329 LF.OperandValToReplace = U.getOperandValToReplace();
3330 LF.PostIncLoops = TmpPostIncLoops;
3331 LF.Offset = Offset;
3332 LU.AllFixupsOutsideLoop &= LF.isUseFullyOutsideLoop(L)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
AutoInitRemark.cpp 111 LibFunc LF;
112 bool KnownLibCall = TLI.getLibFunc(*F, LF) && TLI.has(LF);
115 inspectKnownLibCall(CI, LF, R);
128 void AutoInitRemark::inspectKnownLibCall(CallInst &CI, LibFunc LF,
130 switch (LF) {
  /src/sys/arch/atari/stand/libsa/
consio.S 46 movq #13,%d0 | yes, put CR and 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/
lp.h 50 extern const char *LF; /* log file for error messages */
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/llvm/include/llvm/Transforms/Utils/
AutoInitRemark.h 60 void inspectKnownLibCall(CallInst &CI, LibFunc LF,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 229 LibFunc LF;
237 if (getLibFunc(AttrStr, LF))
238 setUnavailable(LF);
  /src/external/bsd/byacc/dist/test/
ok_syntax1.y 40 %token LF '\f'
  /src/usr.sbin/lpr/lpd/
recvjob.c 93 if ((fd = open(LF, O_WRONLY|O_APPEND, 0664)) < 0) {
94 syslog(LOG_ERR, "%s: %m", LF);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SILowerI1Copies.cpp 537 LoopFinder LF(*DT, *PDT);
558 LF.initialize(MBB);
601 unsigned FoundLoopLevel = LF.findLoop(PostDomBound);
606 LF.addLoopEntries(FoundLoopLevel, SSAUpdater, IncomingBlocks);
664 LoopFinder LF(*DT, *PDT);
668 LF.initialize(MBB);
713 unsigned FoundLoopLevel = LF.findLoop(PostDomBound);
717 LF.addLoopEntries(FoundLoopLevel, SSAUpdater);
  /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();
  /src/external/bsd/ntp/dist/sntp/libopts/
autoopts.h 73 #define LF '\n'
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 687 LibFunc LF;
688 if (TLI->getLibFunc(*Callee, LF)) {
689 if (LF == LibFunc_fork) {
693 } else if (LF == LibFunc_execl || LF == LibFunc_execle ||
694 LF == LibFunc_execlp || LF == LibFunc_execv ||
695 LF == LibFunc_execvp || LF == LibFunc_execve ||
696 LF == LibFunc_execvpe || LF == LibFunc_execvP)
    [all...]

Completed in 48 milliseconds

1 2 3