Home
last modified time | relevance | path

Searched refs:LFS (Results 1 – 25 of 26) 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")
DChangeLog150 * lfs-symbols: New list of LFS-related symbols from lintian.
/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/Hexagon/
DHexagonFrameLowering.cpp1027 unsigned LFS = MFI->getLocalFrameSize(); in processFunctionBeforeFrameFinalized() local
1028 int Offset = -LFS; in processFunctionBeforeFrameFinalized()
1033 LFS += S; in processFunctionBeforeFrameFinalized()
1038 MFI->setLocalFrameSize(LFS); in processFunctionBeforeFrameFinalized()
/external/v8/src/ppc/
Dconstants-ppc.h138 LFS = 48 << 26, // Load Floating-Point Single enumerator
Ddisasm-ppc.cc1312 case LFS: { in InstructionDecode()
Dassembler-ppc.cc1972 emit(LFS | frt.code() * B21 | ra.code() * B16 | imm16); in lfs()
Dsimulator-ppc.cc3662 case LFS: { in ExecuteGeneric()
/external/libmtp/
Dconfigure.ac93 # Enable LFS (Large File Support)
DChangeLog1252 giving rise to ever more bugs. Enable LFS, Large File Support so
1254 * examples/sendtr.c: shape up print-outs, LFS support.
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp497 Opc = PPC::LFS; in PPCEmitLoad()
513 bool Is32VSXLoad = IsVSSRC && Opc == PPC::LFS; in PPCEmitLoad()
566 case PPC::LFS: Opc = IsVSSRC ? PPC::LXSSPX : PPC::LFSX; break; in PPCEmitLoad()
1902 unsigned Opc = (VT == MVT::f32) ? PPC::LFS : PPC::LFD; in PPCMaterializeFP()
DPPCInstrInfo.cpp268 case PPC::LFS: in isLoadFromStackSlot()
1086 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()
DPPCISelDAGToDAG.cpp4223 case PPC::LFS: in PeepholePPC64()
DPPCInstrInfo.td1593 def LFS : DForm_1<48, (outs f4rc:$rD), (ins memri:$src),
2766 (COPY_TO_REGCLASS (LFS iaddr:$src), F8RC)>;
/external/strace/debian/
Dchangelog250 + LFS build fix, closes: #385310.
552 + LFS support for Linux/sparc. Closes: Bug#99215
599 LFS
/external/f2fs-tools/include/
Df2fs_fs.h749 LFS = 0, enumerator
/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/opencv3/3rdparty/zlib/
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
1236 #define LFS(a, b) lfs b, P_(a) macro
/external/gptfdisk/
DNEWS760 - Corrected error in GPT fdisk type codes for NetBSD LFS and NetBSD RAID;
/external/e2fsprogs/
DRELEASE-NOTES6007 Fixed a number of LFS bugs in e2fsck; very, very large (> 2**42) files
6309 We now try to use lseek64 and open64 from the LFS if possible.

12