HomeSort by relevance Sort by last modified time
    Searched refs:sparse (Results 1 - 25 of 38) sorted by null

1 2

  /system/extras/ext4_utils/
output_file.h 22 struct output_file *open_output_file(const char *filename, int gz, int sparse,
24 struct output_file *open_output_fd(int fd, int gz, int sparse,
make_ext4fs.h 41 char *mountpoint, fs_config_func_t fs_config_func, int gzip, int sparse,
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);
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...]
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);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sparse_switch/d/
T_sparse_switch_1.d 30 sparse-switch v4
34 sparse-switch-end
T_sparse_switch_11.d 30 sparse-switch v4
34 sparse-switch-end
T_sparse_switch_12.d 29 sparse-switch v4
33 sparse-switch-end
T_sparse_switch_13.d 30 sparse-switch v4
34 sparse-switch-end
T_sparse_switch_14.d 31 sparse-switch v4
35 sparse-switch-end
T_sparse_switch_2.d 31 sparse-switch v4
35 sparse-switch-end
T_sparse_switch_3.d 31 sparse-switch v5
35 sparse-switch-end
T_sparse_switch_4.d 31 sparse-switch v3
35 sparse-switch-end
T_sparse_switch_5.d 31 sparse-switch v3
35 sparse-switch-end
T_sparse_switch_6.d 31 sparse-switch v3
35 sparse-switch-end
T_sparse_switch_7.d 30 sparse-switch v4
34 sparse-switch-end
T_sparse_switch_8.d 30 sparse-switch v4
34 sparse-switch-end
T_sparse_switch_9.d 30 sparse-switch v4
34 sparse-switch-end
  /external/v8/test/mjsunit/
array-functions-prototype-misc.js 179 var sparse = [];
180 sparse[pos + 1000] = 'is ';
181 sparse[pos + 271828] = 'time ';
182 sparse[pos + 31415] = 'the ';
183 sparse[pos + 012260199] = 'all ';
184 sparse[-1] = 'foo';
185 sparse[pos + 22591927] = 'good ';
186 sparse[pos + 1618033] = 'for ';
187 sparse[pos + 91] = ': Now ';
188 sparse[pos + 86720199] = 'men.'
    [all...]
sparse-array-reverse.js 39 // Simple test of reverse on sparse array.
59 // CONG pseudo random number generator. Used for fuzzing the sparse array
70 // Fuzzing test of reverse on sparse array.
  /system/core/toolbox/
dd.h 66 uint64_t sparse; /* # of sparse output blocks */ member in struct:__anon36560
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/e2fsprogs/util/
Makefile.in 44 copy-sparse
  /external/openfst/src/include/fst/
fstlib.h 110 #include <fst/sparse-power-weight.h>
111 #include <fst/sparse-tuple-weight.h>

Completed in 713 milliseconds

1 2