Home
last modified time | relevance | path

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

/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/strace/debian/
Dchangelog220 + LFS build fix, closes: #385310.
522 + LFS support for Linux/sparc. Closes: Bug#99215
569 LFS
/external/f2fs-tools/include/
Df2fs_fs.h749 LFS = 0, enumerator
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp480 Opc = PPC::LFS; in PPCEmitLoad()
546 case PPC::LFS: Opc = PPC::LFSX; break; in PPCEmitLoad()
1883 unsigned Opc = (VT == MVT::f32) ? PPC::LFS : PPC::LFD; in PPCMaterializeFP()
DPPCInstrInfo.cpp177 case PPC::LFS: in isLoadFromStackSlot()
992 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.cpp4119 case PPC::LFS: in PeepholePPC64()
DPPCInstrInfo.td1547 def LFS : DForm_1<48, (outs f4rc:$rD), (ins memri:$src),
2720 (COPY_TO_REGCLASS (LFS iaddr:$src), F8RC)>;
/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
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.
/external/strace/
DChangeLog-CVS4301 * linux/sparc/syscall.h, linux/sparc/syscallent.h: add some LFS calls