/external/libpcap/cmake/Modules/ |
D | FindLFS.cmake | 37 # 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/ |
D | run-lfs-symbols.sh | 42 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/ |
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/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/f2fs/f2fs_get_victim/ |
D | format | 20 …GC" }, { BG_GC, "Background GC" }), __print_symbolic(REC->alloc_mode, { LFS, "LFS-mode" }, { SSR, …
|
/external/rust/crates/tempfile/ |
D | NEWS | 85 * Fix LFS support. 184 Add LFS Support.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCQPXLoadSplat.cpp | 90 case PPC::LFS: in runOnMachineFunction()
|
D | PPCFastISel.cpp | 501 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()
|
D | PPCInstrInfo.cpp | 2055 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/ |
D | format | 21 …nd GC" }, { 0, "Background GC" }), __print_symbolic(REC->alloc_mode, { 0, "LFS-mode" }, { 1, "SSR-…
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCQPXLoadSplat.cpp | 95 case PPC::LFS: in runOnMachineFunction()
|
D | PPCFastISel.cpp | 510 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/ |
D | v1.43.6.txt | 48 Fix LFS bug which caused e2image to fail to create regular e2image
|
D | v1.44.3.txt | 96 being compiled with LFS, and some without. This fixes some regression
|
D | v1.19.txt | 140 We now try to use lseek64 and open64 from the LFS if possible.
|
D | v1.20.txt | 44 Fixed a number of LFS bugs in e2fsck; very, very large (> 2**42) files
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | zconf-ng.h.in | 122 * though the former does not conform to the LFS document), but considering
|
D | zconf.h.in | 142 * though the former does not conform to the LFS document), but considering
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 1177 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/ |
D | HexagonFrameLowering.cpp | 1367 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/ |
D | changelog | 357 + LFS build fix, closes: #385310. 659 + LFS support for Linux/sparc. Closes: Bug#99215 706 LFS
|
D | changelog.in | 357 + LFS build fix, closes: #385310. 659 + LFS support for Linux/sparc. Closes: Bug#99215 706 LFS
|
/external/perfetto/gn/standalone/ |
D | BUILD.gn | 290 # Enable LFS (large file support) for stat() and other syscalls.
|
/external/elfutils/ |
D | configure.ac | 227 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/ |
D | freetype-zlib.diff | 445 /* provide prototypes for these when building zlib without LFS */
|
/external/python/cpython2/Modules/zlib/ |
D | zconf.h.cmakein | 464 * though the former does not conform to the LFS document), but considering
|