Home
last modified time | relevance | path

Searched refs:sparse (Results 1 – 25 of 48) sorted by relevance

12

/openbsd/src/gnu/usr.bin/perl/t/op/
Dlfs.t51 print "# checking whether we have sparse files...\n";
55 skip_all("no sparse files in $^O");
59 # (for example because they do not support sparse files, like UNICOS)
61 skip_all("no sparse files in $^O, unable to test large files");
64 # Then try heuristically to deduce whether we have sparse files.
110 skip_all("no sparse files?");
113 print "# we seem to have sparse files...\n";
115 # By now we better be sure that we do have sparse files:
Dsmartmatch.t21 my @sparse; $sparse[2] = 2;
487 undef @sparse
/openbsd/src/gnu/usr.bin/perl/ext/Fcntl/t/
Dsyslfs.t53 print "# checking whether we have sparse files...\n";
57 plan(skip_all => "no sparse files in $^O");
61 # (for example because they do not support sparse files, like UNICOS)
63 plan(skip_all => "no sparse files in $^O, unable to test large files");
66 # Then try heuristically to deduce whether we have sparse files.
104 plan(skip_all => "no sparse files?");
107 print "# we seem to have sparse files...\n";
109 # By now we better be sure that we do have sparse files:
/openbsd/src/gnu/usr.bin/perl/cpan/JSON-PP/t/
D003_types.t70 my @sparse; @sparse[0,3] = (1, 4);
71 ok ("[1,null,null,4]" eq encode_json \@sparse);
/openbsd/src/sys/dev/pci/drm/i915/gvt/
Dkvmgt.c1176 struct vfio_region_info_cap_sparse_mmap *sparse = NULL; in intel_vgpu_ioctl() local
1219 sparse = kzalloc(struct_size(sparse, areas, nr_areas), in intel_vgpu_ioctl()
1221 if (!sparse) in intel_vgpu_ioctl()
1224 sparse->header.id = VFIO_REGION_INFO_CAP_SPARSE_MMAP; in intel_vgpu_ioctl()
1225 sparse->header.version = 1; in intel_vgpu_ioctl()
1226 sparse->nr_areas = nr_areas; in intel_vgpu_ioctl()
1228 sparse->areas[0].offset = in intel_vgpu_ioctl()
1230 sparse->areas[0].size = vgpu_aperture_sz(vgpu); in intel_vgpu_ioctl()
1281 if ((info.flags & VFIO_REGION_INFO_FLAG_CAPS) && sparse) { in intel_vgpu_ioctl()
1285 &sparse->header, in intel_vgpu_ioctl()
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
DZip.pm117 my $sparse = *$self->{ZipData}{Sparse} ;
118 *$self->{CompSize}->add( $sparse );
119 *$self->{UnCompSize}->add( $sparse );
121 *$self->{FH}->seek($sparse, IO::Handle::SEEK_CUR);
124 for 1 .. int $sparse / $inc;
125 *$self->{ZipData}{CRC32} = Compress::Raw::Zlib::crc32(substr($NULLS, 0, $sparse % $inc),
127 if $sparse % $inc;
/openbsd/src/usr.bin/xinstall/
Dxinstall.c403 int sparse) in copy() argument
423 if (!sparse && size <= 8 * 1048576) { in copy()
456 if (sparse) in copy()
467 if (sparse) in copy()
/openbsd/src/regress/usr.sbin/httpd/tests/
DREADME20 sparse files. This needs more than 1G of free disk space.
/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dbugs.texi140 cases of @emph{sparse} initialization that leave large, contiguous
175 reduced the scope of the problem for @emph{sparse}
179 when @code{g77} knows whether the initialization is sparse,
184 reflect sparse cases.
/openbsd/src/sys/arch/alpha/pci/
Dpci_swiz_bus_mem_chipdep.c611 int sparse, haves, haved; variable
620 sparse = ((memh >> 63) == 0);
626 if (sparse)
635 __S(__C(CHIP,_mem_unmap)), sparse ? "sparse" : "dense",
641 if (sparse)
/openbsd/src/gnu/llvm/llvm/docs/HistoricalNotes/
D2002-05-12-InstListChange.txt20 simple constant propagation), because they aren't actually sparse anymore,
/openbsd/src/gnu/llvm/clang/docs/
DSourceBasedCodeCoverage.rst144 % llvm-profdata merge -sparse foo.profraw -o foo.profdata
227 * The ``-sparse`` flag is optional but can result in dramatically smaller
242 % llvm-profdata merge -sparse foo1.profraw foo2.profdata -o foo3.profdata
DControlFlowIntegrityDesign.rst610 implemented as a sparse array of 2 bytes for every possible page (4096
/openbsd/src/share/snmp/
DVM-MIB.txt332 sparse(5) The source type is a sparse file.
340 sparse(5),
891 the specific format name of the sparse file."
DHOST-RESOURCES-MIB.txt551 Note that this table is potentially sparse: a
606 Note that this table is potentially sparse: a
649 Note that this table is potentially sparse: a
742 Note that this table is potentially sparse: a
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlstyle.pod202 few sparse bytes.
Dperl5360delta.pod40 key to simulate sparse multidimensional arrays. The specifics of these changes
/openbsd/src/gnu/llvm/llvm/docs/CommandGuide/
Dllvm-profdata.rst123 .. option:: --sparse[=true|false]
/openbsd/src/gnu/llvm/llvm/docs/Proposals/
DGitHubMove.rst347 directories using a Git sparse checkout::
350 echo /compiler-rt > .git/info/sparse-checkout
359 care about. If you are using sparse checkout, the files from other projects
/openbsd/src/gnu/llvm/llvm/docs/
DExtendingLLVM.rst164 for this is a bit sparse right now, but there are several decent examples.
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/
Dc-mmix.texi550 directives. If you need sparse programs, you might try and get the wanted
/openbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-mmix.texi550 directives. If you need sparse programs, you might try and get the wanted
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPU.td808 "Enable zeroing of result registers for sparse texture fetches"
/openbsd/src/usr.bin/file/magdir/
Dfilesystems1059 #>0x464 lelong &0x0000001 (sparse super)
/openbsd/src/gnu/usr.bin/perl/cpan/perlfaq/lib/
Dperlfaq3.pod611 interface closely, but the documentation is a little sparse for someone

12