| /netbsd/src/external/bsd/libarchive/dist/libarchive/test/ |
| D | test_sparse_basic.c | 63 struct sparse { struct 68 static void create_sparse_file(const char *, const struct sparse *); argument 117 create_sparse_file(const char *path, const struct sparse *s) in create_sparse_file() 182 const struct sparse sparse_file[] = { in is_sparse_supported_fiemap() 238 const struct sparse sparse_file[] = { in is_sparse_supported() 285 create_sparse_file(const char *path, const struct sparse *s) in create_sparse_file() 290 const struct sparse *cur = s; in create_sparse_file() 330 const struct sparse *sparse, int expected_holes) in verify_sparse_file() argument 338 create_sparse_file(path, sparse); in verify_sparse_file() 355 while (expected_offset + (int64_t)sparse->size < offset) { in verify_sparse_file() [all …]
|
| D | test_write_disk_sparse.c | 34 verify_write_data(struct archive *a, int sparse) in verify_write_data() argument 41 const char *msg = sparse ? "sparse" : "non-sparse"; in verify_write_data() 131 verify_write_data_block(struct archive *a, int sparse) in verify_write_data_block() argument 138 const char *msg = sparse ? "sparse" : "non-sparse"; in verify_write_data_block()
|
| /netbsd/src/bin/dd/ |
| D | misc.c | 125 if (st.sparse) { in posix_summary() 127 (unsigned long long)st.sparse, in posix_summary() 128 (st.sparse == 1) ? "block" : "blocks"); in posix_summary() 267 (unsigned long long)st.sparse); in dd_write_msg() 282 if (st.sparse != 1) ADDS("s"); in dd_write_msg() 327 if (st.sparse) { in human_summary()
|
| D | dd.c | 543 int sparse, i; in dd_out() local 544 sparse = 1; /* Is buffer sparse? */ in dd_out() 547 sparse = 0; in dd_out() 550 if (sparse) { in dd_out() 576 st.sparse += pending/out.dbsz; in dd_out()
|
| D | dd.h | 96 uint64_t sparse; /* # of sparse output blocks */ member
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ |
| D | README-sparse_array.md | 4 The `sparse_array.c` file contains an implementation of a sparse array that 7 The sparse array is represented using a tree structure. Each node in the 108 The nodes themselves are allocated in a sparse manner. Only nodes which exist 111 Because the data is expected to be sparse this doesn't result in a large waste 114 Values can be removed from the sparse array by setting their index position to 149 Accesses to elements in the sparse array take O(log n) time where n is the 155 Note: sparse arrays only include pointers to types.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | sparseset.h | 91 SPARSESET_ELT_TYPE *sparse; /* Sparse array. */ member 144 idx = s->sparse[e]; in sparseset_bit_p() 155 s->sparse[e] = idx; in sparseset_insert_bit()
|
| D | sparseset.cc | 42 set->sparse = &(set->elms[n_elms]); in sparseset_alloc() 67 SPARSESET_ELT_TYPE idx = s->sparse[e]; in sparseset_clear_bit()
|
| /netbsd/src/external/bsd/libarchive/dist/tar/ |
| D | write.c | 738 int64_t sparse = offset - progress; in copy_file_data_block() local 746 while (sparse > 0) { in copy_file_data_block() 747 if (sparse > (int64_t)bsdtar->buff_size) in copy_file_data_block() 750 ns = (size_t)sparse; in copy_file_data_block() 769 sparse -= bytes_written; in copy_file_data_block()
|
| /netbsd/src/external/bsd/openldap/dist/doc/guide/admin/ |
| D | maintenance.sdf | 20 is a sparse file via the use of the "writemap" environment flag, the resulting 21 copy will be the actual size of the database rather than a sparse copy.
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_read_support_format_tar.c | 100 struct gnu_sparse sparse[4]; member 163 const struct gnu_sparse *sparse, int length); 2918 if (header->sparse[0].offset[0] != 0) { in header_gnutar() 2988 struct gnu_sparse sparse[21]; in gnu_sparse_old_read() member 2994 if (gnu_sparse_old_parse(a, tar, header->sparse, 4) != ARCHIVE_OK) in gnu_sparse_old_read() 3010 if (gnu_sparse_old_parse(a, tar, ext->sparse, 21) != ARCHIVE_OK) in gnu_sparse_old_read() 3020 const struct gnu_sparse *sparse, int length) in gnu_sparse_old_parse() argument 3022 while (length > 0 && sparse->offset[0] != 0) { in gnu_sparse_old_parse() 3024 tar_atol(sparse->offset, sizeof(sparse->offset)), in gnu_sparse_old_parse() 3025 tar_atol(sparse->numbytes, sizeof(sparse->numbytes))) in gnu_sparse_old_parse() [all …]
|
| /netbsd/src/external/bsd/openpam/dist/ |
| D | Makefile.am | 36 --sparse "${covdir}/@PACKAGE@".*.raw -o "${profdata}"
|
| /netbsd/src/sys/arch/hp300/dev/ |
| D | topcat.c | 320 bool sparse = false; in topcat_reset() local 375 sparse = true; in topcat_reset() 381 if (!sparse) { in topcat_reset()
|
| /netbsd/src/sys/arch/alpha/pci/ |
| D | pci_swiz_bus_mem_chipdep.c | 830 int sparse, haves, haved; in __C() local 842 sparse = ((memh >> 63) == 0); in __C() 848 if (sparse) in __C() 859 __S(__C(CHIP,_mem_unmap)), sparse ? "sparse" : "dense", in __C() 866 if (sparse) in __C()
|
| /netbsd/src/usr.sbin/makefs/ |
| D | makefs.h | 177 int sparse; /* sparse image, don't fill it with zeros */ member
|
| D | ffs.c | 500 if (fsopts->sparse) { in ffs_create_image() 503 fsopts->sparse = 0; in ffs_create_image() 516 if ((debug & DEBUG_FS_CREATE_IMAGE) && fsopts->sparse == 0) in ffs_create_image()
|
| D | makefs.c | 269 fsoptions.sparse = 1; in main()
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | mathematica | 181 # T indicates the matrix type: 0~numeric 1~text 2~sparse 185 >0 ubelong%10 2 \b, sparse
|
| D | android | 169 # Android sparse img format 172 0 lelong 0xed26ff3a Android sparse image
|
| /netbsd/src/external/public-domain/xz/dist/po/ |
| D | de.po | 230 msgid "%s: Seeking failed when trying to create a sparse file: %s" 231 msgstr "%s: Positionierungsfehler beim Versuch eine sparse (dünnbesetzte) Datei zu erzeugen: %s" 618 " --no-sparse do not create sparse files when decompressing\n" 625 " --no-sparse Erzeuge beim Dekomprimieren keine dünnbesetzten\n" 626 " (sparse) Dateien\n"
|
| D | fr.po | 240 msgid "%s: Seeking failed when trying to create a sparse file: %s" 241 msgstr "%s : Impossible de se déplacer dans le fichier pour créer un 'sparse file' : %s" 628 " --no-sparse do not create sparse files when decompressing\n" 635 " --no-sparse ne pas créer de 'sparse file' lors de la décompression\n"
|
| D | pl.po | 230 msgid "%s: Seeking failed when trying to create a sparse file: %s" 617 " --no-sparse do not create sparse files when decompressing\n" 624 " --no-sparse nietworzenie plików rzadkich podczas dekompresji\n"
|
| D | it.po | 234 msgid "%s: Seeking failed when trying to create a sparse file: %s" 619 " --no-sparse do not create sparse files when decompressing\n" 626 " --no-sparse Non crea file sparsi durante l'estrazione\n"
|
| D | cs.po | 232 msgid "%s: Seeking failed when trying to create a sparse file: %s" 615 " --no-sparse do not create sparse files when decompressing\n" 622 " --no-sparse nevytvářet při dekomprimaci soubory řídkých matic\n"
|
| /netbsd/src/games/fortune/datfiles/ |
| D | limerick | 46 That memory space was so sparse.
|