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 48 int sparse = 0; local
96 sparse = 1;
107 if (gzip && sparse) {
108 fprintf(stderr, "Cannot specify both gzip and sparse\n");
113 if (wipe && sparse) {
114 fprintf(stderr, "Cannot specifiy both wipe and sparse\n");
143 sparse, crc, wipe, init_itabs);
ext2simg.c 42 fprintf(stderr, " -S don't use sparse output format\n");
171 int sparse = 1; local
187 sparse = 0;
225 write_ext4_image(out, gzip, sparse, crc, 0);
output_file.c 51 int sparse; member in struct:output_file
326 if (out->sparse) {
340 error("sparse chunk count did not match: %d %d", out->chunk_cnt,
346 struct output_file *open_output_file(const char *filename, int gz, int sparse,
383 out->sparse = sparse;
394 if (out->sparse) {
418 if (out->sparse) {
433 // The answer is to do accounting like the sparse image
456 if (out->sparse) {
    [all...]
  /system/core/toolbox/
dd.h 66 uint64_t sparse; /* # of sparse output blocks */ member in struct:__anon30736
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 522 milliseconds