HomeSort by relevance Sort by last modified time
    Searched refs:sparse (Results 51 - 75 of 118) sorted by null

1 23 4 5

  /system/core/libsparse/
output_file.c 542 int64_t len, bool sparse, int chunks, bool crc)
566 if (sparse) {
572 if (sparse) {
632 int gz __unused, int sparse, int chunks, int crc)
647 ret = output_file_init(&outc->out, block_size, len, sparse, chunks, crc);
657 int gz, int sparse, int chunks, int crc)
673 ret = output_file_init(out, block_size, len, sparse, chunks, crc);
Android.mk 8 sparse.c \
  /external/v8/test/mjsunit/
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.
  /external/e2fsprogs/misc/
e2image.c 561 int sparse = 0; local
662 if (sparse)
663 seek_relative(fd, sparse);
664 sparse = 0;
678 sparse += fs->blocksize;
679 if (sparse > 1024*1024) {
681 sparse -= 1024*1024;
698 sparse = 0;
715 if (sparse) {
721 offset = seek_relative(fd, sparse);
    [all...]
  /external/ceres-solver/scripts/
ceres-solver.spec 45 - Sparse Cholesky factorization (using SuiteSparse) for large sparse problems
47 - Iterative linear solvers for general sparse and bundle adjustment problems
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
kv_pb.py 168 def _BuildTagLookupTable(sparse, maxtag, default=None):
169 return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)])
346 def _BuildTagLookupTable(sparse, maxtag, default=None):
347 return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)])
  /external/squashfs-tools/kernel/fs/squashfs/
file.c 379 int bytes, i, offset = 0, sparse = 0; local
411 sparse = 1;
455 int avail = sparse ? 0 : min_t(int, bytes, PAGE_CACHE_SIZE);
480 if (!sparse)
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd.h 100 uint64_t sparse; /* # of sparse output blocks */ member in struct:__anon74432
  /system/extras/verity/fec/
image.h 43 /* if true, assume input is a sparse file */
44 bool sparse; member in struct:image
image.cpp 37 #include <sparse/sparse.h>
215 if (ctx->sparse) {
216 FATAL("sparse files not supported\n");
223 if (ctx->sparse) {
318 /* TODO: support saving as a sparse file */
main.cpp 110 " -S treat data as a sparse file\n"
219 if (ctx.inplace && ctx.sparse) {
220 FATAL("invalid parameters: inplace cannot be used with sparse "
281 {"sparse", no_argument, 0, 'S'},
301 ctx.sparse = true;
  /external/v8/test/mjsunit/regress/
regress-241344.js 29 // Parsing that string creates a sparse array that grows dense.
  /external/v8/test/webkit/
array-sort-small-sparse-array-with-large-length.js 25 "Tests that we can quickly sort a small sparse array that has a large length."
dfg-force-exit-then-sparse-conditional-constant-prop-in-loop.js 25 "Checks that increased aggressiveness in sparse conditional constant propagation resultin from a node being proven to be force exit does not lead to a cascade of unsound decisions."
  /system/core/fastboot/
protocol.cpp 39 #include <sparse/sparse.h>
  /system/extras/ext4_utils/
extent.c 20 #include <sparse/sparse.h>
ext4_utils.c 23 #include <sparse/sparse.h>
191 void write_ext4_image(int fd, int gz, int sparse, int crc)
193 sparse_file_write(ext4_sparse_file, fd, gz, sparse, crc);
make_ext4fs.c 23 #include <sparse/sparse.h>
683 int sparse, int crc, int wipe, int real_uuid,
699 if (info.block_device && (sparse || gzip || crc)) {
700 fprintf(stderr, "No sparse/gzip/crc allowed for block device\n");
870 write_ext4_image(fd, gzip, sparse, crc);
  /external/opencv3/modules/imgproc/test/
test_histograms.cpp 757 CvSparseMat* sparse = (CvSparseMat*)hist[0]->bins; local
761 for( node = cvInitSparseMatIterator( sparse, &iterator );
764 sum += *(float*)CV_NODE_VAL(sparse,node);
850 CvSparseMat* sparse = (CvSparseMat*)hist[0]->bins; local
855 orig_nz_count = sparse->heap->active_count;
860 for( node = cvInitSparseMatIterator( sparse, &iterator ), i = 0;
863 const int* idx = CV_NODE_IDX(sparse,node);
867 values->data.fl[i] = *(float*)CV_NODE_VAL(sparse,node);
893 CvSparseMat* sparse = 0;
898 sparse = (CvSparseMat*)hist[0]->bins
    [all...]
  /external/opencv3/modules/cudaoptflow/src/
pyrlk.cpp 76 void sparse(const GpuMat& prevImg, const GpuMat& nextImg, const GpuMat& prevPts, GpuMat& nextPts,
116 void PyrLKOpticalFlowBase::sparse(const GpuMat& prevImg, const GpuMat& nextImg, const GpuMat& prevPts, GpuMat& nextPts, GpuMat& status, GpuMat* err, Stream& stream)
299 sparse(prevImg, nextImg, prevPts, nextPts, status, err, stream);
  /external/squashfs-tools/squashfs-tools/
unsquash-4.c 158 i.sparse = 0;
178 i.sparse = inode->sparse != 0;
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBase.cpp 21 * \brief Sparse Resources Base Instance
32 namespace sparse namespace in namespace:vkt
186 } // sparse
  /external/opencv/ml/src/
ml_inner_functions.cpp 1260 const CvSparseMat* sparse = (const CvSparseMat*)sample; local
    [all...]
  /external/opencv3/apps/traincascade/
old_ml_inner_functions.cpp 1186 const CvSparseMat* sparse = (const CvSparseMat*)sample; local
    [all...]
  /cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
VulkanDeviceInfo.java 430 JSONObject sparse = properties.getJSONObject(KEY_SPARSE_PROPERTIES); local
    [all...]

Completed in 1553 milliseconds

1 23 4 5