Home
last modified time | relevance | path

Searched refs:LF (Results 1 – 25 of 99) sorted by relevance

1234

/trueos/bin/pax/
HDoptions.h62 #define LF 0x00000080 macro
107 #define BDEXTR (AF|BF|LF|TF|WF|XF|CBF|CHF|CLF|CPF|CXF)
108 #define BDARCH (CF|KF|LF|NF|PF|RF|CDF|CEF|CYF|CZF)
110 #define BDLIST (AF|BF|IF|KF|LF|OF|PF|RF|TF|UF|WF|XF|CBF|CDF|CHF|CLF|CPF|CXF|CYF|CZF)
/trueos/contrib/llvm/lib/Transforms/Scalar/
HDLoopStrengthReduce.cpp1715 const LSRFixup &LF,
1719 Value *Expand(const LSRFixup &LF,
1724 void RewriteForPHI(PHINode *PN, const LSRFixup &LF,
1729 void Rewrite(const LSRFixup &LF,
2923 LSRFixup &LF = getNewFixup(); in CollectFixupsAndInitialFormulae() local
2924 LF.UserInst = UserInst; in CollectFixupsAndInitialFormulae()
2925 LF.OperandValToReplace = UI->getOperandValToReplace(); in CollectFixupsAndInitialFormulae()
2926 LF.PostIncLoops = UI->getPostIncLoops(); in CollectFixupsAndInitialFormulae()
2930 if (isAddressUse(LF.UserInst, LF.OperandValToReplace)) { in CollectFixupsAndInitialFormulae()
2932 AccessTy = getAccessType(LF.UserInst); in CollectFixupsAndInitialFormulae()
[all …]
/trueos/contrib/ntp/scripts/stats/
HDREADME.timecodes17 <LF> ASCII line feed (hex 0a)
31 Special characters other than <LF>, <CR> and <SP> are preceded by ^.
35 "<CR><LF>i ddd hh:mm:ss TZ=zz<CR><LF>"
53 "<CR><LF>iqyy ddd hh:mm:ss.fff ld"
78 "<CR><LF><^A>ddd:hh:mm:ssq<CR>"
/trueos/contrib/llvm/lib/MC/
HDMCAssembler.cpp654 const MCLEBFragment &LF = cast<MCLEBFragment>(F); in writeFragment() local
655 OW->WriteBytes(LF.getContents().str()); in writeFragment()
889 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { in relaxLEB() argument
891 uint64_t OldSize = LF.getContents().size(); in relaxLEB()
892 bool IsAbs = LF.getValue().EvaluateAsAbsolute(Value, Layout); in relaxLEB()
895 SmallString<8> &Data = LF.getContents(); in relaxLEB()
898 if (LF.isSigned()) in relaxLEB()
903 return OldSize != LF.getContents().size(); in relaxLEB()
1118 const MCLEBFragment *LF = cast<MCLEBFragment>(this); in dump() local
1120 OS << " Value:" << LF->getValue() << " Signed:" << LF->isSigned(); in dump()
/trueos/sys/cam/scsi/
HDscsi_ses.h40 #define GEN_GETTER(LS, US, LF, UF) \ argument
42 LS ## _get_ ## LF(struct LS *elem) { \
47 #define GEN_SETTER(LS, US, LF, UF) \ argument
49 LS ## _set_ ## LF(struct LS *elem, int val) { \
55 #define GEN_HDR_GETTER(LS, US, LF, UF) \ argument
57 LS ## _get_ ## LF(struct LS *page) { \
62 #define GEN_HDR_SETTER(LS, US, LF, UF) \ argument
64 LS ## _set_ ## LF(struct LS *page, int val) { \
70 #define GEN_ACCESSORS(LS, US, LF, UF) \ argument
71 GEN_GETTER(LS, US, LF, UF) \
[all …]
/trueos/contrib/apr/passwd/
HDapr_getpass.c73 #define LF 10 macro
76 #define LF '\n' macro
/trueos/etc/
HDprintcap40 # local filters (e.g. LF -> CR-LF conversion for HP printers), create
/trueos/contrib/byacc/test/yacc/
HDok_syntax1.tab.h12 #define LF 269 macro
/trueos/contrib/byacc/test/btyacc/
HDok_syntax1.tab.h15 #define LF 269 macro
/trueos/contrib/byacc/test/
HDok_syntax1.y38 %token LF '\f'
/trueos/contrib/file/magic/Magdir/
HDlisp12 # lisp files are mainly created on unix system with LF as line end
/trueos/lib/libz/doc/
HDtxtvsbin.txt42 9 (TAB), 10 (LF), 13 (CR), 32 (SPACE) to 255.
63 10 (LF) and 13 (CR). There are a few more control codes that are
/trueos/share/colldef/
HDmap.ARMSCII-815 LF \x0a
HDmap.ISO8859-412 LF \x0a
HDmap.CP113112 LF \x0a
HDmap.ISO8859-912 LF \x0a
HDmap.CP86612 LF \x0a
HDmap.KOI8-R12 LF \x0a
HDmap.ISO8859-211 LF \x0a
HDmap.KOI8-U12 LF \x0a
HDmap.ISO8859-712 LF \x0a
HDmap.ISO8859-1511 LF \x0a
HDmap.ISCII-DEV12 LF \x0a
HDmap.ISO8859-1312 LF \x0a
/trueos/usr.sbin/kbdcontrol/
HDlex.l88 LF|lf|NL|nl { number = 10; return TNUM; }

1234