HomeSort by relevance Sort by last modified time
    Searched defs:sparse (Results 1 - 7 of 7) sorted by null

  /system/extras/ext4_utils/
make_ext4fs_main.c 58 int sparse = 0; local
118 sparse = 1;
139 if (gzip && sparse) {
140 fprintf(stderr, "Cannot specify both gzip and sparse\n");
145 if (wipe && sparse) {
146 fprintf(stderr, "Cannot specifiy both wipe and sparse\n");
185 sparse, crc, wipe, init_itabs, sehnd);
ext2simg.c 46 fprintf(stderr, " -S don't use sparse output format\n");
175 int sparse = 1; local
191 sparse = 0;
239 write_ext4_image(outfd, gzip, sparse, crc, 0);
output_file.c 57 int sparse; member in struct:output_file
334 if (out->sparse) {
348 error("sparse chunk count did not match: %d %d", out->chunk_cnt,
354 struct output_file *open_output_fd(int fd, int gz, int sparse,
384 out->sparse = sparse;
395 if (out->sparse) {
410 struct output_file *open_output_file(const char *filename, int gz, int sparse,
426 file = open_output_fd(fd, gz, sparse, chunks, crc, wipe);
446 if (out->sparse) {
    [all...]
  /system/core/toolbox/
dd.h 66 uint64_t sparse; /* # of sparse output blocks */ member in struct:__anon36564
dd.c 113 static off_t pending = 0; /* pending seek if sparse */
457 /* If there are pending sparse blocks, make sure
458 * to write out the final block un-sparse
516 int sparse, i; local
517 sparse = 1; /* Is buffer sparse? */
520 sparse = 0;
523 if (sparse) {
535 "sparse file: %s\n",
558 st.sparse += pending/out.dbsz
    [all...]
  /external/e2fsprogs/misc/
e2image.c 411 int sparse = 0; local
437 write_block(fd, buf, sparse, fs->blocksize, blk);
438 sparse = 0;
446 sparse += fs->blocksize;
447 if (sparse >= 1024*1024) {
448 write_block(fd, 0, sparse, 0, 0);
449 sparse = 0;
453 if (sparse)
454 write_block(fd, zero_buf, sparse-1, 1, -1);
  /external/opencv/ml/src/
ml_inner_functions.cpp 1260 const CvSparseMat* sparse = (const CvSparseMat*)sample; local
    [all...]

Completed in 130 milliseconds