Home
last modified time | relevance | path

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

123

/external/libpcap/cmake/Modules/
DFindLFS.cmake37 # Test program to check for LFS. Requires that off_t has at least 8 byte large
57 message(STATUS "Looking for LFS support using ${options} ${definitions} ${libraries}")
62 … message(STATUS "Looking for LFS support using ${options} ${definitions} ${libraries} - found")
68 … message(STATUS "Looking for LFS support using ${options} ${definitions} ${libraries} - not found")
72 # Check for the availability of LFS.
75 # * Native LFS
87 message(STATUS "Looking for native LFS support")
91 message(STATUS "Looking for native LFS support - found")
94 message(STATUS "Looking for native LFS support - not found")
126 # Check if the flags we received (if any) produce working LFS support
[all …]
/external/elfutils/tests/
Drun-lfs-symbols.sh42 LFS=$(printf "$LFS_FORMAT" "${abs_srcdir}/lfs-symbols")
51 bad=$(testrun ${abs_top_builddir}/src/nm -u "$1" | awk "$LFS")
62 echo First sanity-check that LFS detection works.
/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/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/f2fs/f2fs_get_victim/
Dformat20 …GC" }, { BG_GC, "Background GC" }), __print_symbolic(REC->alloc_mode, { LFS, "LFS-mode" }, { SSR, …
/external/rust/crates/tempfile/
DNEWS85 * Fix LFS support.
184 Add LFS Support.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCQPXLoadSplat.cpp90 case PPC::LFS: in runOnMachineFunction()
DPPCFastISel.cpp501 Opc = PPCSubTarget->hasSPE() ? PPC::SPELWZ : PPC::LFS; in PPCEmitLoad()
517 bool Is32VSXLoad = IsVSSRC && Opc == PPC::LFS; in PPCEmitLoad()
570 case PPC::LFS: Opc = IsVSSRC ? PPC::LXSSPX : PPC::LFSX; break; in PPCEmitLoad()
2021 Opc = ((VT == MVT::f32) ? PPC::LFS : PPC::LFD); in PPCMaterializeFP()
DPPCInstrInfo.cpp2055 LowerOpcode = PPC::LFS; in expandVSXMemPseudo()
2422 {PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, in getLoadOpcodesForSpillArray()
2427 {PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, in getLoadOpcodesForSpillArray()
3243 case PPC::LFSX: III.ImmOpcode = PPC::LFS; break; in instrHasImmForm()
3351 III.ImmOpcode = PPC::LFS; in instrHasImmForm()
/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/f2fs/f2fs_get_victim/
Dformat21 …nd GC" }, { 0, "Background GC" }), __print_symbolic(REC->alloc_mode, { 0, "LFS-mode" }, { 1, "SSR-…
/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()
/external/e2fsprogs/doc/RelNotes/
Dv1.43.6.txt48 Fix LFS bug which caused e2image to fail to create regular e2image
Dv1.44.3.txt96 being compiled with LFS, and some without. This fixes some regression
Dv1.19.txt140 We now try to use lseek64 and open64 from the LFS if possible.
Dv1.20.txt44 Fixed a number of LFS bugs in e2fsck; very, very large (> 2**42) files
/external/rust/crates/libz-sys/src/zlib-ng/
Dzconf-ng.h.in122 * though the former does not conform to the LFS document), but considering
Dzconf.h.in142 * though the former does not conform to the LFS document), but considering
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1367 unsigned LFS = MFI.getLocalFrameSize(); in processFunctionBeforeFrameFinalized() local
1376 LFS = alignTo(LFS+S, A); in processFunctionBeforeFrameFinalized()
1377 MFI.mapLocalFrameObject(i, -static_cast<int64_t>(LFS)); in processFunctionBeforeFrameFinalized()
1381 MFI.setLocalFrameSize(LFS); in processFunctionBeforeFrameFinalized()
/external/strace/debian/
Dchangelog357 + LFS build fix, closes: #385310.
659 + LFS support for Linux/sparc. Closes: Bug#99215
706 LFS
Dchangelog.in357 + LFS build fix, closes: #385310.
659 + LFS support for Linux/sparc. Closes: Bug#99215
706 LFS
/external/perfetto/gn/standalone/
DBUILD.gn290 # Enable LFS (large file support) for stat() and other syscalls.
/external/elfutils/
Dconfigure.ac227 dnl We want the version that can handler LFS, but include workaround if we
230 AC_CACHE_CHECK([whether fts.h is bad when included (with LFS)], ac_cv_bad_fts,
/external/freetype/src/gzip/patches/
Dfreetype-zlib.diff445 /* provide prototypes for these when building zlib without LFS */
/external/python/cpython2/Modules/zlib/
Dzconf.h.cmakein464 * though the former does not conform to the LFS document), but considering

123