Home
last modified time | relevance | path

Searched refs:sparse (Results 1 – 25 of 58) sorted by relevance

123

/external/v8/test/mjsunit/
Darray-functions-prototype-misc.js179 var sparse = []; variable
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 …]
/external/e2fsprogs/misc/
De2image.c411 int sparse = 0; in output_meta_data_blocks() local
437 write_block(fd, buf, sparse, fs->blocksize, blk); in output_meta_data_blocks()
438 sparse = 0; in output_meta_data_blocks()
446 sparse += fs->blocksize; in output_meta_data_blocks()
447 if (sparse >= 1024*1024) { in output_meta_data_blocks()
448 write_block(fd, 0, sparse, 0, 0); in output_meta_data_blocks()
449 sparse = 0; in output_meta_data_blocks()
453 if (sparse) in output_meta_data_blocks()
454 write_block(fd, zero_buf, sparse-1, 1, -1); in output_meta_data_blocks()
/external/smali/smali/src/test/resources/LexerTest/
DDirectiveTest.tokens20 SPARSE_SWITCH_DIRECTIVE(".sparse-switch")
21 END_SPARSE_SWITCH_DIRECTIVE(".end sparse-switch")
DRealSmaliFileTest.tokens306 INSTRUCTION_FORMAT31t("sparse-switch")
349 SPARSE_SWITCH_DIRECTIVE(".sparse-switch")
362 END_SPARSE_SWITCH_DIRECTIVE(".end sparse-switch")
DInstructionTest.smali202 sparse-switch
DInstructionTest.tokens202 INSTRUCTION_FORMAT31t("sparse-switch")
/external/e2fsprogs/tests/f_big_sparse/
Dname1 big sparse file
/external/llvm/test/YAMLParser/
Dconstruct-null.data15 sparse:
/external/e2fsprogs/util/
DMakefile.in44 copy-sparse
/external/opencv/ml/src/
Dml_inner_functions.cpp1260 const CvSparseMat* sparse = (const CvSparseMat*)sample; in cvPreparePredictData() local
1263 node = cvInitSparseMatIterator( sparse, &mat_iterator ); in cvPreparePredictData()
1280 int idx = *CV_NODE_IDX( sparse, node ); in cvPreparePredictData()
1287 row_sample[idx] = *(float*)CV_NODE_VAL( sparse, node ); in cvPreparePredictData()
1296 int idx = *CV_NODE_IDX( sparse, node ); in cvPreparePredictData()
1304 ptr->val = *(float*)CV_NODE_VAL( sparse, node ); in cvPreparePredictData()
1628 CvSparseMat* sparse = (CvSparseMat*)predict_input;
1660 node = cvInitSparseMatIterator( sparse, &mat_iterator );
1663 int* idx = CV_NODE_IDX( sparse, node );
1671 *(float*)cvPtrND( sparse, &idx1, 0, 1, 0 ) = *(float*)CV_NODE_VAL( sparse, node );
/external/openfst/src/include/
DMakefile.am62 fst/sparse-tuple-weight.h fst/sparse-power-weight.h fst/expectation-weight.h \
DMakefile.in81 fst/signed-log-weight.h fst/sparse-tuple-weight.h \
82 fst/sparse-power-weight.h fst/expectation-weight.h \
323 fst/sparse-tuple-weight.h fst/sparse-power-weight.h fst/expectation-weight.h \
/external/smali/baksmali/src/main/resources/templates/templates/
Dbaksmali.stg316 <if(Dead)>#<endif>.sparse-switch
323 <if(Dead)>#<endif>.end sparse-switch
/external/chromium/net/disk_cache/
Dentry_impl.cc862 scoped_ptr<SparseControl> sparse; in CouldBeSparse() local
863 sparse.reset(new SparseControl(const_cast<EntryImpl*>(this))); in CouldBeSparse()
864 return sparse->CouldBeSparse(); in CouldBeSparse()
1420 scoped_ptr<SparseControl> sparse(new SparseControl(this)); in InitSparseData() local
1421 int result = sparse->Init(); in InitSparseData()
1423 sparse_.swap(sparse); in InitSparseData()
/external/smali/smali/src/main/antlr3/org/jf/smali/
DsmaliLexer.g156 : '.sparse-switch';
159 : '.end sparse-switch';
646 | 'sparse-switch';
DsmaliParser.g786 } else if ($INSTRUCTION_FORMAT31t.text.equals("sparse-switch")) {
/external/llvm/docs/HistoricalNotes/
D2002-05-12-InstListChange.txt20 simple constant propagation), because they aren't actually sparse anymore,
/external/smali/smali/src/main/jflex/
DsmaliLexer.flex249 ".sparse-switch" { return newToken(SPARSE_SWITCH_DIRECTIVE); }
250 ".end sparse-switch" { return newToken(END_SPARSE_SWITCH_DIRECTIVE); }
519 "fill-array-data" | "packed-switch" | "sparse-switch" {
/external/bluetooth/glib/docs/
Dmacros.txt36 For sparse memory systems this behaviour is often inferior, so
/external/webkit/Source/WebKit/win/Interfaces/
DIWebScriptObject.idl49 Also the sparse array access allowed in web script objects doesn't map well to NSArray, so
/external/linux-tools-perf/
DMakefile835 if sparse; \
839 sparse $(ALL_CFLAGS) $(SPARSE_FLAGS) $$i || exit; \
/external/bluetooth/glib/docs/reference/glib/
Dbuilding.sgml325 For sparse memory systems this behaviour is often inferior, so
/external/e2fsprogs/
DRELEASE-NOTES85 sparse directories which use extents).
698 Added the utility make-sparse.c to the contrib directory.
2586 create very large filesystems using sparse files where most of the
2852 for dealing with large sparse files (such as e2image files).
2856 Fix filefrag so that it works correctly with sparse files.
3473 bitmaps for sparse superblock filesystems and incorrectly marked
3848 that i_blocks would overflow. Also fixed handling of large sparse
4047 Speed up e2image when creating sparse raw image files by optimizing
5002 sparse superblock feature enabled. The sparse superblock feature is
5004 mounts of filesystems with this sparse superblocks.
[all …]
/external/bluetooth/glib/
DChangeLog.pre-2-6468 * tests/timeloop.c: Fix sparse warnings. (#157014, Kjartan Maraas)
761 sparse warnings. (#154696, Kjartan Maraas)
/external/qemu/
DChangelog191 - Windows sparse file support (Frediano Ziglio)

123