Searched refs:sparse (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/pci/
H A Dpci.c142 new_space (u64 phys_base, int sparse) argument
153 io_space[i].sparse == sparse)
164 io_space[i].sparse = sparse;
175 unsigned int sparse = 0, space_nr, len; local
195 sparse = 1;
197 space_nr = new_space(addr->translation_offset, sparse);
207 * The SDM guarantees the legacy 0-64K space is sparse, but if the
209 * mark it as sparse
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A DMakefile22 obj-$(CONFIG_SPARSEMEM) += sparse.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ia64/
H A Dio.h48 int sparse; member in struct:io_space
133 if (space->sparse)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dtune2fs.c239 int sparse, old_sparse, filetype, old_filetype; local
258 sparse = sb->s_feature_ro_compat &
311 if ((sparse != old_sparse) ||
658 bb_error_msg("\nThe filesystem already has sparse superblocks");
670 bb_error_msg("\nThe filesystem already has sparse superblocks disabled");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dattrib.h248 const BOOL compressed, const BOOL encrypted, const BOOL sparse,
314 * would be after eventual decompression and filling in of holes if sparse).
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D03-codebook.tex78 \varname{[sparse]} flag. This flag determines whether or not the
83 byte 8: [ X 1 ] [sparse] flag (1 bit)
91 1) if([sparse] is set) \{
105 \} else the sparse flag is not set \{
H A D01-introduction.tex251 ordered or unordered, or the tree is sparse.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvorbis_enc.c403 int sparse = 0; local
407 sparse = 1;
408 put_bits(pb, 1, sparse);
411 if (sparse) put_bits(pb, 1, !!cb->lens[i]);
H A Dvorbis_dec.c270 uint_fast8_t sparse=get_bits1(gb); local
274 if (sparse) {
275 AV_DEBUG(" sparse \n");
287 AV_DEBUG(" not sparse \n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dattrib.c218 * Otherwise, we are dealing with a sparse run and we
223 * we have sparse runs in uncompressed files as well?
224 * - Yes we can, in sparse files! But not necessarily
255 * Otherwise, we are dealing with a sparse run and we just
259 * we have sparse runs in uncompressed files as well?
260 * - Yes we can, in sparse files! But not necessarily size of
318 * @sparse:
328 const BOOL compressed, const BOOL encrypted, const BOOL sparse,
340 if (sparse)
345 if (compressed || sparse) {
327 ntfs_attr_init(ntfs_attr *na, const BOOL non_resident, const BOOL compressed, const BOOL encrypted, const BOOL sparse, const s64 allocated_size, const s64 data_size, const s64 initialized_size, const s64 compressed_size, const u8 compression_unit) argument
4212 int sparse, ret = 0; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Dsetup.c364 io_space[0].sparse = 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dsetup.c415 io_space[0].sparse = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/
H A DMakefile44 # Call sparse as part of compilation of C files
45 # Use 'make C=1' to enable sparse checking
290 CHECK = sparse
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/
H A DMakefile47 # Call a source code checker (by default, "sparse") as part of the
54 # See the file "Documentation/sparse.txt" for more details, including
55 # where to get the "sparse" utility.
292 CHECK = sparse
1216 @echo ' make C=1 [targets] Check all c source with $$CHECK (sparse by default)'
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DMakefile.am1225 sparse: clean
H A DMakefile.in2578 sparse: clean
H A DMakefile2578 sparse: clean

Completed in 215 milliseconds