Home
last modified time | relevance | path

Searched refs:LFS (Results 1 – 25 of 38) sorted by relevance

12

/external/elfutils/tests/
Drun-lfs-symbols.sh42 LFS=$(printf "$LFS_FORMAT" "${abs_srcdir}/lfs-symbols")
49 bad=$(testrun ${abs_top_builddir}/src/nm -u "$1" | awk "$LFS")
/external/libdivsufsort/CMakeModules/
DCheckLFS.cmake24 # LFS type1: 8 <= sizeof(off_t), fseeko, ftello
51 # LFS type2: 8 <= sizeof(off64_t), fopen64, fseeko64, ftello64
81 # LFS type3: 8 <= sizeof(__int64), _fseeki64, _ftelli64
/external/llvm/lib/Target/PowerPC/
DPPCQPXLoadSplat.cpp95 case PPC::LFS: in runOnMachineFunction()
DPPCFastISel.cpp510 Opc = PPC::LFS; in PPCEmitLoad()
526 bool Is32VSXLoad = IsVSSRC && Opc == PPC::LFS; in PPCEmitLoad()
579 case PPC::LFS: Opc = IsVSSRC ? PPC::LXSSPX : PPC::LFSX; break; in PPCEmitLoad()
1917 unsigned Opc = (VT == MVT::f32) ? PPC::LFS : PPC::LFD; in PPCMaterializeFP()
DPPCInstrInfo.cpp270 case PPC::LFS: in isLoadFromStackSlot()
1111 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::LFS), DestReg), in LoadRegFromStackSlot()
DPPCRegisterInfo.cpp69 ImmToIdxMap[PPC::LFS] = PPC::LFSX; ImmToIdxMap[PPC::LFD] = PPC::LFDX; in PPCRegisterInfo()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp194 case PPC::LFS: case PPC::LFSU: in getHazardType()
DPPCInstrInfo.cpp65 case PPC::LFS: in isLoadFromStackSlot()
524 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::LFS), DestReg), in LoadRegFromStackSlot()
DPPCRegisterInfo.cpp80 ImmToIdxMap[PPC::LFS] = PPC::LFSX; ImmToIdxMap[PPC::LFD] = PPC::LFDX; in PPCRegisterInfo()
DPPCInstrInfo.td667 def LFS : DForm_1<48, (outs F4RC:$rD), (ins memri:$src),
1464 (COPY_TO_REGCLASS (LFS iaddr:$src), F8RC)>;
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1177 unsigned LFS = MFI->getLocalFrameSize(); in processFunctionBeforeFrameFinalized() local
1186 LFS = alignTo(LFS+S, A); in processFunctionBeforeFrameFinalized()
1187 MFI->mapLocalFrameObject(i, -LFS); in processFunctionBeforeFrameFinalized()
1190 MFI->setLocalFrameSize(LFS); in processFunctionBeforeFrameFinalized()
/external/libmtp/
Dconfigure.ac196 # Enable LFS (Large File Support)
/external/strace/debian/
Dchangelog315 + LFS build fix, closes: #385310.
617 + LFS support for Linux/sparc. Closes: Bug#99215
664 LFS
Dchangelog.in315 + LFS build fix, closes: #385310.
617 + LFS support for Linux/sparc. Closes: Bug#99215
664 LFS
/external/v8/src/ppc/
Ddisasm-ppc.cc1361 case LFS: { in InstructionDecode()
Dconstants-ppc.h1757 V(lfs, LFS, 0xC0000000) \
/external/f2fs-tools/include/
Df2fs_fs.h949 LFS = 0, enumerator
/external/python/cpython2/Modules/zlib/
Dzconf.h.in439 * though the former does not conform to the LFS document), but considering
Dzconf.h.cmakein441 * though the former does not conform to the LFS document), but considering
DChangeLog245 - Make stronger test in zconf.h to include unistd.h for LFS
247 - Fix zlib.h LFS support when Z_PREFIX used
307 - Really provide prototypes for *64 functions when building without LFS
332 - Avoid errors on non-LFS systems when applications define LFS macros
342 - Provide prototypes for *64 functions when building zlib without LFS
/external/zlib/src/
Dzconf.h.in439 * though the former does not conform to the LFS document), but considering
Dzconf.h.cmakein441 * though the former does not conform to the LFS document), but considering
DChangeLog245 - Make stronger test in zconf.h to include unistd.h for LFS
247 - Fix zlib.h LFS support when Z_PREFIX used
307 - Really provide prototypes for *64 functions when building without LFS
332 - Avoid errors on non-LFS systems when applications define LFS macros
342 - Provide prototypes for *64 functions when building zlib without LFS
/external/mesa3d/src/mesa/x86/
Dassyntax.h511 #define LFS(a, b) CHOICE(lfsl ARG2(a,b), lfs ARG2(a,b), lfs ARG2(b,a)) macro
1228 #define LFS(a, b) lfs b, P_(a) macro
/external/python/cpython2/
Dconfigure.ac1760 # Enabling LFS on Solaris (2.6 to 9) with gcc 2.95 triggers a bug in
1765 # work-around, disable LFS on such configurations
1768 AC_MSG_CHECKING(Solaris LFS bug)

12