Home
last modified time | relevance | path

Searched refs:LFS (Results 1 – 25 of 73) 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/llvm-project/llvm/test/CodeGen/PowerPC/
Daix-lower-constant-pool-index.ll35 ; 32SMALL-MIR: renamable $f[[REG2:[0-9]+]] = LFS 0, killed renamable $r[[REG1]] :: (load 4 from con…
39 ; 32LARGE-MIR: renamable $f[[REG3:[0-9]+]] = LFS 0, killed renamable $r[[REG2]] :: (load 4 from con…
42 ; 64SMALL-MIR: renamable $f[[REG2:[0-9]+]] = LFS 0, killed renamable $x[[REG1]] :: (load 4 from con…
46 ; 64LARGE-MIR: renamable $f[[REG3:[0-9]+]] = LFS 0, killed renamable $x[[REG2]] :: (load 4 from con…
Daix-cc-abi.ll409 ; 32BIT-NEXT: renamable $f1 = LFS 0, killed renamable $r3 :: (dereferenceable load 4 from @f1)
417 ; 64BIT-NEXT: renamable $f1 = LFS 0, killed renamable $x3 :: (dereferenceable load 4 from @f1)
603 ; 32BIT-NEXT: renamable $f1 = LFS 0, killed renamable $r[[REG1]] :: (dereferenceable load 4 from @f…
613 ; 64BIT-NEXT: renamable $f1 = LFS 0, killed renamable $x[[REG1]] :: (dereferenceable load 4 from @f…
704 ; 32BIT-NEXT: renamable $f1 = LFS 0, killed renamable $r[[REG]] :: (dereferenceable load 4 from @f1)
736 ; 64BIT-NEXT: renamable $f1 = LFS 0, killed renamable $x[[REG]] :: (dereferenceable load 4 from @f1)
773 ; 32BIT-NEXT: renamable $f1 = LFS 0, killed renamable $r[[REG]] :: (dereferenceable load 4 from @f1)
805 ; 64BIT-NEXT: renamable $f1 = LFS 0, killed renamable $x[[REG]] :: (dereferenceable load 4 from @f1)
844 ; 32BIT-NEXT: renamable $f1 = LFS 0, killed renamable $r[[REG]] :: (dereferenceable load 4 from @f1)
878 ; 64BIT-NEXT: renamable $f1 = LFS 0, killed renamable $x[[REG]] :: (dereferenceable load 4 from @f1)
[all …]
/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/llvm-project/lld/ELF/Arch/
DPPCInsns.def11 PCREL_OPT(LFS, PLFS, OPC_AND_RST);
/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()
/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/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h137 PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \
144 PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \
151 PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \
DPPCPreEmitPeephole.cpp81 case PPC::LFS: in hasPCRelativeForm()
DPPCFastISel.cpp502 Opc = Subtarget->hasSPE() ? PPC::SPELWZ : PPC::LFS; in PPCEmitLoad()
518 bool Is32VSXLoad = IsVSSRC && Opc == PPC::LFS; in PPCEmitLoad()
571 case PPC::LFS: Opc = IsVSSRC ? PPC::LXSSPX : PPC::LFSX; break; in PPCEmitLoad()
2031 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.in128 * though the former does not conform to the LFS document), but considering
Dzconf.h.in136 * 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/llvm-project/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1518 unsigned LFS = MFI.getLocalFrameSize(); in processFunctionBeforeFrameFinalized() local
1527 LFS = alignTo(LFS+S, A); in processFunctionBeforeFrameFinalized()
1528 MFI.mapLocalFrameObject(i, -static_cast<int64_t>(LFS)); in processFunctionBeforeFrameFinalized()
1532 MFI.setLocalFrameSize(LFS); in processFunctionBeforeFrameFinalized()
/external/strace/debian/
Dchangelog.in357 + LFS build fix, closes: #385310.
659 + LFS support for Linux/sparc. Closes: Bug#99215
706 LFS
Dchangelog357 + LFS build fix, closes: #385310.
659 + LFS support for Linux/sparc. Closes: Bug#99215
706 LFS

123