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

1 2 34 5

  /external/squashfs-tools/squashfs-tools/
unsquash-3.c 202 i.sparse = 1;
227 i.sparse = 1;
squashfs_fs.h 398 long long sparse; member in struct:squashfs_lreg_inode_header
unsquash-2.c 218 i.sparse = 0;
mksquashfs.c 887 struct fragment *fragment, struct directory *dir_in, long long sparse)
902 sparse || IS_XATTR(xattr))
992 if(sparse && sparse >= byte_size)
993 sparse = byte_size - 1;
994 reg->sparse = sparse;
2573 long long sparse = 0; local
2668 long long sparse = 0; local
2807 long long sparse = 0; local
    [all...]
unsquashfs.c 880 int write_block(int file_fd, char *buffer, int size, long long hole, int sparse)
885 if(sparse && lseek_broken == FALSE) {
892 if((sparse == FALSE || lseek_broken) && zero_data == NULL) {
899 if(sparse == FALSE || lseek_broken) {
976 file->sparse = inode->sparse;
1038 if(block_list[i] == 0) /* sparse block */
    [all...]
unsquash-1.c 149 i.sparse = 0;
  /external/v8/src/js/
array-iterator.js 76 // "sparse" is never used.
array.js 81 // Optimized for sparse arrays if separator is ''.
94 // Only use the sparse variant on arrays that are likely to be sparse and the
229 // special array operations to handle sparse arrays in a sensible fashion.
257 // special array operations to handle sparse arrays in a sensible fashion.
471 // For implementing reverse() on large, sparse arrays.
1040 // The following functions cannot be made efficient on sparse arrays while
    [all...]
  /system/extras/ext4_utils/
indirect.c 21 #include <sparse/sparse.h>
ext4fixup.c 22 #include <sparse/sparse.h>
  /external/squashfs-tools/kernel/fs/squashfs/
squashfs_fs.h 311 __le64 sparse; member in struct:squashfs_lreg_inode
inode.c 206 le64_to_cpu(sqsh_ino->sparse) - 1) >> 9) + 1;
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs.h 310 __le64 sparse; member in struct:squashfs_lreg_inode
  /external/v8/test/mjsunit/
array-indexing.js 30 // Sparse arrays with length 42000.
79 // Find in sparse array.
146 // Find in sparse array.
in.js 131 // Check sparse arrays
array-reduce.js 468 "reduce sparse no initial value not throwing TypeError");
480 "reduceRight sparse no initial value not throwing TypeError");
  /external/libvorbis/doc/
03-codebook.tex 78 \varname{[sparse]} flag. This flag determines whether or not the
83 byte 8: [ X 1 ] [sparse] flag (1 bit)
91 1) if([sparse] is set) \{
105 \} else the sparse flag is not set \{
  /cts/tools/dasm/test/
all_opcodes.d 71 sparse-switch v11
74 sparse-switch-end
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferSparseBinding.cpp 21 * \brief Buffer Sparse Binding tests
50 namespace sparse namespace in namespace:vkt
109 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Sparse binding not supported");
119 // Create logical device supporting both sparse and transfer queues
122 return tcu::TestStatus(QP_TEST_RESULT_FAIL, "Could not create device supporting sparse and compute queue");
130 // Create queue supporting sparse binding operations
157 // Create sparse buffer
164 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Required memory size for sparse resources exceeds device limits");
234 // Submit sparse bind commands for execution
317 // Wait for sparse queue to become idl
    [all...]
vktSparseResourcesTestsUtil.hpp 23 * \brief Sparse Resources Tests Utility Classes
37 namespace sparse namespace in namespace:vkt
228 } // sparse
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestPackage.cpp 380 addChild(sparse::createTests (m_testCtx));
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tarfile.py 89 GNUTYPE_SPARSE = "S" # GNU tar sparse file
711 def __init__(self, fileobj, offset, size, sparse=None):
715 self.sparse = sparse
736 if self.sparse is None:
749 """Read operation for sparse files.
761 """Read a single section of a sparse file.
763 section = self.sparse.find(self.position)
791 getattr(tarinfo, "sparse", None))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tarfile.py 89 GNUTYPE_SPARSE = "S" # GNU tar sparse file
711 def __init__(self, fileobj, offset, size, sparse=None):
715 self.sparse = sparse
736 if self.sparse is None:
749 """Read operation for sparse files.
761 """Read a single section of a sparse file.
763 section = self.sparse.find(self.position)
791 getattr(tarinfo, "sparse", None))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py 89 GNUTYPE_SPARSE = "S" # GNU tar sparse file
711 def __init__(self, fileobj, offset, size, sparse=None):
715 self.sparse = sparse
736 if self.sparse is None:
749 """Read operation for sparse files.
761 """Read a single section of a sparse file.
763 section = self.sparse.find(self.position)
791 getattr(tarinfo, "sparse", None))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py 89 GNUTYPE_SPARSE = "S" # GNU tar sparse file
711 def __init__(self, fileobj, offset, size, sparse=None):
715 self.sparse = sparse
736 if self.sparse is None:
749 """Read operation for sparse files.
761 """Read a single section of a sparse file.
763 section = self.sparse.find(self.position)
791 getattr(tarinfo, "sparse", None))
    [all...]

Completed in 742 milliseconds

1 2 34 5