HomeSort by relevance Sort by last modified time
    Searched refs:block_size (Results 26 - 50 of 320) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/regex-re2/util/
arena.h 30 UnsafeArena(const size_t block_size);
69 AllocatedBlock *AllocNewBlock(const size_t block_size);
  /system/core/libsparse/
output_file.h 24 struct output_file *output_file_open_fd(int fd, unsigned int block_size, int64_t len,
27 void *priv, unsigned int block_size, int64_t len, int gz, int sparse,
output_file.c 93 unsigned int block_size; member in struct:output_file
353 if (skip_len % out->block_size) {
355 skip_len, out->block_size);
362 chunk_header.chunk_sz = skip_len / out->block_size;
383 rnd_up_len = ALIGN(len, out->block_size);
388 chunk_header.chunk_sz = rnd_up_len / out->block_size;
399 count = out->block_size / sizeof(uint32_t);
418 rnd_up_len = ALIGN(len, out->block_size);
424 chunk_header.chunk_sz = rnd_up_len / out->block_size;
488 unsigned int rnd_up_len = ALIGN(len, out->block_size);
    [all...]
  /external/libvpx/libvpx/vpx_mem/memory_manager/
hmm_resize.c 45 i = head_ptr->block_size;
48 (head_record *) BAUS_FORWARD(head_ptr, head_ptr->block_size);
95 rem_head_ptr->block_size = (U(size_bau)) i;
110 head_ptr->block_size = (U(size_bau)) n;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 53 int block_size)
56 block_size_(block_size > 0 ? block_size : size),
106 ArrayOutputStream::ArrayOutputStream(void* data, int size, int block_size)
109 block_size_(block_size > 0 ? block_size : size),
205 CopyingInputStream* copying_stream, int block_size)
210 buffer_size_(block_size > 0 ? block_size : kDefaultBlockSize),
311 CopyingOutputStream* copying_stream, int block_size)
    [all...]
zero_copy_stream_impl_lite.h 64 // the stream is destroyed. If a block_size is given, calls to Next()
66 // first call to Next() returns the entire array. block_size is mainly
69 ArrayInputStream(const void* data, int size, int block_size = -1);
98 // the stream is destroyed. If a block_size is given, calls to Next()
100 // first call to Next() returns the entire array. block_size is mainly
103 ArrayOutputStream(void* data, int size, int block_size = -1);
197 // If a block_size is given, it specifies the number of bytes that
202 int block_size = -1);
281 // If a block_size is given, it specifies the size of the buffers
285 int block_size = -1)
    [all...]
  /external/chromium_org/v8/test/cctest/
test-platform-linux.cc 99 size_t block_size = 4 * KB; local
100 CHECK(vm->Commit(block_addr, block_size, false));
104 CHECK(vm->Uncommit(block_addr, block_size));
test-platform-nullos.cc 98 size_t block_size = 4 * KB; local
99 CHECK(vm->Commit(block_addr, block_size, false));
103 CHECK(vm->Uncommit(block_addr, block_size));
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 53 int block_size)
56 block_size_(block_size > 0 ? block_size : size),
106 ArrayOutputStream::ArrayOutputStream(void* data, int size, int block_size)
109 block_size_(block_size > 0 ? block_size : size),
205 CopyingInputStream* copying_stream, int block_size)
210 buffer_size_(block_size > 0 ? block_size : kDefaultBlockSize),
311 CopyingOutputStream* copying_stream, int block_size)
    [all...]
zero_copy_stream_impl_lite.h 64 // the stream is destroyed. If a block_size is given, calls to Next()
66 // first call to Next() returns the entire array. block_size is mainly
69 ArrayInputStream(const void* data, int size, int block_size = -1);
98 // the stream is destroyed. If a block_size is given, calls to Next()
100 // first call to Next() returns the entire array. block_size is mainly
103 ArrayOutputStream(void* data, int size, int block_size = -1);
197 // If a block_size is given, it specifies the number of bytes that
202 int block_size = -1);
281 // If a block_size is given, it specifies the size of the buffers
285 int block_size = -1)
    [all...]
  /external/v8/test/cctest/
test-platform-linux.cc 74 size_t block_size = 4 * KB; local
75 CHECK(vm->Commit(block_addr, block_size, false));
79 CHECK(vm->Uncommit(block_addr, block_size));
test-platform-nullos.cc 73 size_t block_size = 4 * KB; local
74 CHECK(vm->Commit(block_addr, block_size, false));
78 CHECK(vm->Uncommit(block_addr, block_size));
  /libcore/crypto/src/main/java/org/conscrypt/
ConnectionState.java 41 protected int block_size; field in class:ConnectionState
97 int mask = block_size - 1;
98 return (block_size - (content_size & mask));
  /external/e2fsprogs/lib/ext2fs/
undo_io.c 136 int block_size ; local
140 block_size = channel->block_size;
170 io_channel_set_blksize(channel, block_size);
174 static errcode_t write_block_size(TDB_CONTEXT *tdb, int block_size)
181 tdb_data.dptr = (unsigned char *)&(block_size);
182 tdb_data.dsize = sizeof(block_size);
215 size = channel->block_size;
220 size = count * channel->block_size;
228 offset = (block * channel->block_size) + data->offset
    [all...]
  /system/extras/ext4_utils/
ext4_utils.c 93 aux_info.first_data_block = (info.block_size > 1024) ? 0 : 1;
94 aux_info.len_blocks = info.len / info.block_size;
96 info.block_size);
99 aux_info.blocks_per_ind = info.block_size / sizeof(u32);
105 info.block_size);
119 aux_info.sb = calloc(info.block_size, 1);
126 aux_info.bg_desc = calloc(info.block_size, aux_info.bg_desc_blocks);
156 sb->s_log_block_size = log_2(info.block_size / 1024);
157 sb->s_obso_log_frag_size = log_2(info.block_size / 1024);
227 aux_info.backup_sb[i] = calloc(info.block_size, 1)
    [all...]
indirect.c 33 if (DIV_ROUND_UP(backing_len, info.block_size) > EXT4_NDIR_BLOCKS)
47 len = min(region_len * info.block_size, backing_len);
125 u32 *ind_block_data = calloc(info.block_size, 1);
126 sparse_file_add_data(info.sparse_file, ind_block_data, info.block_size,
155 u32 *dind_block_data = calloc(info.block_size, 1);
156 sparse_file_add_data(info.sparse_file, dind_block_data, info.block_size,
204 u32 *ind_block_data = calloc(info.block_size, 1);
205 sparse_file_add_data(info.sparse_file, ind_block_data, info.block_size,
236 u32 *dind_block_data = calloc(info.block_size, 1);
237 sparse_file_add_data(info.sparse_file, dind_block_data, info.block_size,
    [all...]
ext4fixup.c 226 ret = lseek64(fd, info.block_size * (aux_info.first_data_block + 1), SEEK_SET);
230 ret = read(fd, aux_info.bg_desc, info.block_size * aux_info.bg_desc_blocks);
233 if (ret != (int)info.block_size * (int)aux_info.bg_desc_blocks)
239 printf(" Block size: %d\n", info.block_size);
266 inode_offset = ((unsigned long long)aux_info.bg_desc[bg_num].bg_inode_table * info.block_size) +
286 off = block_num * info.block_size;
292 len=read(fd, block, info.block_size);
293 if (len != info.block_size) {
309 off = block_num * info.block_size;
315 len=write(fd, block, info.block_size);
    [all...]
  /external/libvpx/libvpx/vpx_mem/memory_manager/include/
hmm_intrnl.h 49 HMM_UNIQUE(size_bau) previous_block_size, block_size; member in struct:head_struct
77 (((head_record *) (HEAD_PTR))->block_size & ~HIGH_BIT_BAU_SIZE)
102 (((((head_record *) (HEAD_PTR))->block_size | \
108 h_ptr->block_size &= ~HIGH_BIT_BAU_SIZE; \
115 h_ptr->block_size |= HIGH_BIT_BAU_SIZE; }
  /external/opencv/cxcore/src/
cxmeansdv.cpp 270 #define ICV_MEAN_SDV_ENTRY_BLOCK_COMMON( block_size ) \
271 int remaining = block_size; \
275 worktype, sqworktype, block_size ) \
280 ICV_MEAN_SDV_ENTRY_BLOCK_COMMON( block_size )
283 worktype, sqworktype, block_size ) \
288 ICV_MEAN_SDV_ENTRY_BLOCK_COMMON( block_size )
291 worktype, sqworktype, block_size ) \
296 ICV_MEAN_SDV_ENTRY_BLOCK_COMMON( block_size )
299 worktype, sqworktype, block_size ) \
304 ICV_MEAN_SDV_ENTRY_BLOCK_COMMON( block_size )
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
find.h 232 difference_type block_size = __s.find_initial_block_size; local
234 fetch_and_add<difference_type>(&next_block_start, block_size);
238 std::min<difference_type>(length, start + block_size);
267 block_size =
268 std::min<difference_type>(block_size * __s.find_increasing_factor,
273 fetch_and_add<difference_type>(&next_block_start, block_size);
274 stop = ((length < (start + block_size))
275 ? length : (start + block_size));
351 difference_type block_size = __s.find_initial_block_size; local
357 difference_type start = iteration_start + iam * block_size;
    [all...]
  /external/chromium_org/net/disk_cache/
mapped_file_avoid_mmap_posix.cc 52 const size_t block_size = 4096; local
53 for (size_t offset = 0; offset < view_size_; offset += block_size) {
54 size_t size = std::min(view_size_ - offset, block_size);
  /system/extras/tests/ext4/
corrupt_gdt_free_blocks.c 16 int block_size; local
55 block_size = 1 << (10 + sb.s_log_block_size);
67 if (lseek(fd, block_size, SEEK_SET) == -1) {
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
options.h 106 size_t block_size; member in struct:leveldb::Options
  /external/chromium_org/third_party/tlslite/tlslite/utils/
TripleDES.py 14 self.block_size = 8
  /external/qemu/memcheck/
memcheck_malloc_map.h 81 * block_size - Size of the block, beginning with 'address'.
88 uint32_t block_size);

Completed in 2217 milliseconds

12 3 4 5 6 7 8 91011>>