/external/elfutils/tests/ |
D | run-lfs-symbols.sh | 42 LFS=$(printf "$LFS_FORMAT" "${abs_srcdir}/lfs-symbols") 49 bad=$(testrun ${abs_top_builddir}/src/nm -u "$1" | awk "$LFS")
|
D | ChangeLog | 150 * lfs-symbols: New list of LFS-related symbols from lintian.
|
/external/libdivsufsort/CMakeModules/ |
D | CheckLFS.cmake | 24 # 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/ |
D | HexagonFrameLowering.cpp | 1027 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/ |
D | constants-ppc.h | 138 LFS = 48 << 26, // Load Floating-Point Single enumerator
|
D | disasm-ppc.cc | 1312 case LFS: { in InstructionDecode()
|
D | assembler-ppc.cc | 1972 emit(LFS | frt.code() * B21 | ra.code() * B16 | imm16); in lfs()
|
D | simulator-ppc.cc | 3662 case LFS: { in ExecuteGeneric()
|
/external/libmtp/ |
D | configure.ac | 93 # Enable LFS (Large File Support)
|
D | ChangeLog | 1252 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/ |
D | PPCFastISel.cpp | 497 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()
|
D | PPCInstrInfo.cpp | 268 case PPC::LFS: in isLoadFromStackSlot() 1086 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::LFS), DestReg), in LoadRegFromStackSlot()
|
D | PPCRegisterInfo.cpp | 69 ImmToIdxMap[PPC::LFS] = PPC::LFSX; ImmToIdxMap[PPC::LFD] = PPC::LFDX; in PPCRegisterInfo()
|
D | PPCISelDAGToDAG.cpp | 4223 case PPC::LFS: in PeepholePPC64()
|
D | PPCInstrInfo.td | 1593 def LFS : DForm_1<48, (outs f4rc:$rD), (ins memri:$src), 2766 (COPY_TO_REGCLASS (LFS iaddr:$src), F8RC)>;
|
/external/strace/debian/ |
D | changelog | 250 + LFS build fix, closes: #385310. 552 + LFS support for Linux/sparc. Closes: Bug#99215 599 LFS
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 749 LFS = 0, enumerator
|
/external/zlib/src/ |
D | zconf.h.in | 439 * though the former does not conform to the LFS document), but considering
|
D | zconf.h.cmakein | 441 * though the former does not conform to the LFS document), but considering
|
D | ChangeLog | 245 - 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/ |
D | zconf.h.cmakein | 441 * though the former does not conform to the LFS document), but considering
|
D | ChangeLog | 245 - 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/ |
D | assyntax.h | 511 #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/ |
D | NEWS | 760 - Corrected error in GPT fdisk type codes for NetBSD LFS and NetBSD RAID;
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 6007 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.
|