/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/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | aix-lower-constant-pool-index.ll | 35 ; 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…
|
D | aix-cc-abi.ll | 409 ; 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/ |
D | format | 20 …GC" }, { BG_GC, "Background GC" }), __print_symbolic(REC->alloc_mode, { LFS, "LFS-mode" }, { SSR, …
|
/external/llvm-project/lld/ELF/Arch/ |
D | PPCInsns.def | 11 PCREL_OPT(LFS, PLFS, OPC_AND_RST);
|
/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()
|
/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/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 137 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, \
|
D | PPCPreEmitPeephole.cpp | 81 case PPC::LFS: in hasPCRelativeForm()
|
D | PPCFastISel.cpp | 502 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/ |
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 | 128 * though the former does not conform to the LFS document), but considering
|
D | zconf.h.in | 136 * 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/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 1518 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/ |
D | changelog.in | 357 + LFS build fix, closes: #385310. 659 + LFS support for Linux/sparc. Closes: Bug#99215 706 LFS
|
D | changelog | 357 + LFS build fix, closes: #385310. 659 + LFS support for Linux/sparc. Closes: Bug#99215 706 LFS
|