Searched defs:blocks (Results 76 - 100 of 145) sorted by relevance

123456

/external/lzma/C/
H A DXzEnc.c93 const CXzBlockSizes *block = &p->blocks[i];
126 if (p->blocks == 0 || p->numBlocksAllocated == p->numBlocks)
130 CXzBlockSizes *blocks; local
133 blocks = alloc->Alloc(alloc, newSize);
134 if (blocks == 0)
138 memcpy(blocks, p->blocks, p->numBlocks * sizeof(CXzBlockSizes));
141 p->blocks = blocks;
145 CXzBlockSizes *block = &p->blocks[
[all...]
H A DXz.h110 CXzBlockSizes *blocks; member in struct:__anon21996
/external/ceres-solver/internal/ceres/
H A Dproblem_impl.cc114 // other parameter blocks.
143 // For dynamic problems, add the list of dependent residual blocks, which is
176 // references to it inside the problem (e.g. by any residual blocks).
232 << "Number of blocks input is different than the number of blocks "
235 // Check for duplicate parameter blocks.
242 string blocks; local
244 blocks += StringPrintf(" %p ", parameter_blocks[i]);
247 LOG(FATAL) << "Duplicate parameter blocks in a residual parameter "
249 << blocks << "]";
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600.h96 /* there is a block entry for each register so 512 blocks */
146 struct r600_block **blocks; member in struct:r600_range
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.h57 /* linked list of preallocated blocks */
58 struct list_head blocks; member in struct:r600_pipe_fences
/external/chromium_org/v8/src/
H A Dapi.h556 inline List<internal::Object**>* blocks() { return &blocks_; } function in class:v8::internal::HandleScopeImplementer
/external/e2fsprogs/e2fsck/
H A Drehash.c24 * blocks. This pretty much requires an incremental approach, where
30 * yet available, blocks from the beginning part of the old directory
224 int blocks)
229 new_mem = realloc(outdir->buf, blocks * fs->blocksize);
234 blocks * sizeof(ext2_dirhash_t));
239 outdir->buf = malloc(blocks * fs->blocksize);
240 outdir->hashes = malloc(blocks * sizeof(ext2_dirhash_t));
243 outdir->max = blocks;
569 /* Write out the pointer blocks */
223 alloc_size_dir(ext2_filsys fs, struct out_dir *outdir, int blocks) argument
H A Dpass1.c24 * - A bitmap of which inodes are in bad blocks. (inode_bb_map)
26 * - A bitmap of which blocks are in use. (block_found_map)
27 * - A bitmap of which blocks are in use by two inodes (block_dup_map)
28 * - The data blocks of the directory inodes. (dir_map)
36 * Note that pass 1B will be invoked if there are any duplicate blocks
172 blk_t blocks; local
203 blocks = ext2fs_inode_data_blocks(fs, inode);
204 if (blocks) {
206 (blocks != fs->blocksize >> 9) ||
425 * zero blocks ar
2634 pass1_get_blocks(ext2_filsys fs, ext2_ino_t ino, blk_t *blocks) argument
[all...]
H A Dunix.c90 " -c Check for bad blocks and add them to the badblock list\n"
108 blk_t blocks, blocks_used; local
120 blocks = fs->super->s_blocks_count;
136 printf(_("%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"),
139 blocks_used, blocks); local
154 printf (_(" # of inodes with ind/dind/tind blocks: %u/%u/%u\n"),
170 printf (P_("%8u block used (%2.2f%%)\n", "%8u blocks used (%2.2f%%)\n",
171 blocks_used), blocks_used, 100.0 * blocks_used / blocks);
172 printf (P_("%8u bad block\n", "%8u bad blocks\n",
355 printf(_("%s: clean, %u/%u files, %u/%u blocks"), ct
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600.h96 /* there is a block entry for each register so 512 blocks */
146 struct r600_block **blocks; member in struct:r600_range
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.h57 /* linked list of preallocated blocks */
58 struct list_head blocks; member in struct:r600_pipe_fences
/external/qemu/
H A Darch_init.c122 block = QLIST_FIRST(&ram_list.blocks);
165 block = QLIST_FIRST(&ram_list.blocks);
185 QLIST_FOREACH(block, &ram_list.blocks, next) {
213 QLIST_FOREACH(block, &ram_list.blocks, next)
233 RAMBlock *block, *nblock, **blocks; local
236 QLIST_FOREACH(block, &ram_list.blocks, next) {
239 blocks = qemu_malloc(n * sizeof *blocks);
241 QLIST_FOREACH_SAFE(block, &ram_list.blocks, next, nblock) {
242 blocks[
[all...]
/external/v8/src/
H A Dapi.h440 inline List<internal::Object**>* blocks() { return &blocks_; } function in class:v8::internal::HandleScopeImplementer
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Dikev2_common.c198 size_t i, blocks; local
208 blocks = len / 8;
210 for (i = 0; i < blocks; i++) {
257 size_t i, blocks; local
271 blocks = len / 8;
272 for (i = 0; i < blocks; i++) {
/external/wpa_supplicant_8/src/eap_common/
H A Dikev2_common.c198 size_t i, blocks; local
208 blocks = len / 8;
210 for (i = 0; i < blocks; i++) {
257 size_t i, blocks; local
271 blocks = len / 8;
272 for (i = 0; i < blocks; i++) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Dikev2_common.c198 size_t i, blocks; local
208 blocks = len / 8;
210 for (i = 0; i < blocks; i++) {
257 size_t i, blocks; local
271 blocks = len / 8;
272 for (i = 0; i < blocks; i++) {
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_video_state.h177 short *blocks; member in struct:pipe_mpeg12_macroblock
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddebugallocation.cc121 "If greater than 0, keep freed blocks in a queue instead of "
123 "the total size of all blocks in the queue would otherwise exceed "
156 // A circular buffer to hold freed blocks of memory. MallocBlock::Deallocate
157 // (below) pushes blocks into this queue instead of returning them to the
190 // Maximum number of blocks kept in the free queue before being freed.
315 // A queue of freed blocks. Instead of releasing blocks to the allocator
317 // to keep the total size of all the freed blocks below the limit set by
321 static size_t free_queue_size_; // total size of blocks in free_queue_
557 // recently freed blocks
765 MemoryStats(int* blocks, size_t* total, int histogram[kMallocHistogramSize]) argument
1044 MallocMemoryStats(int* blocks, size_t* total, int histogram[kMallocHistogramSize]) argument
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Ddebugallocation.cc120 "If greater than 0, keep freed blocks in a queue instead of "
122 "the total size of all blocks in the queue would otherwise exceed "
158 // A circular buffer to hold freed blocks of memory. MallocBlock::Deallocate
159 // (below) pushes blocks into this queue instead of returning them to the
192 // Maximum number of blocks kept in the free queue before being freed.
317 // A queue of freed blocks. Instead of releasing blocks to the allocator
319 // to keep the total size of all the freed blocks below the limit set by
323 static size_t free_queue_size_; // total size of blocks in free_queue_
559 // recently freed blocks
758 MemoryStats(int* blocks, size_t* total, int histogram[kMallocHistogramSize]) argument
1037 MallocMemoryStats(int* blocks, size_t* total, int histogram[kMallocHistogramSize]) argument
[all...]
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java941 // split 'code' into an ordered list of basic blocks [O(block count) loops]:
944 if (trace2) m_log.trace2 ("visit", "method contains " + blockCount + " basic blocks");
946 final BlockList blocks = new BlockList (blockCount);
979 blocks.m_blocks.add (block);
1034 final Block [] _blocks = (Block []) blocks.m_blocks.toArray (new Block [blockCount]);
1077 blocks.m_header = new clinitHeader (this, localVarIndex);
1080 blocks.m_header = new methodHeader (this, localVarIndex);
1082 int headerMaxStack = blocks.m_header.maxstack ();
1109 if ($assert.ENABLED) $assert.ASSERT (blocks.m_header != null, "header not set");
1113 // assemble all blocks int
1465 EmitCtx(final BlockList blocks, final ByteArrayOStream out) argument
[all...]
/external/libpcap/
H A Doptimize.c147 struct block **blocks; variable in typeref:struct:block
1661 blocks[i]->in_edges = 0;
1831 blocks[i]->link = 0;
1836 if (!isMarked(blocks[i]))
1839 if (!isMarked(blocks[j]))
1841 if (eq_blk(blocks[i], blocks[j])) {
1842 blocks[i]->link = blocks[j]->link ?
1843 blocks[
[all...]
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h177 short *blocks; member in struct:pipe_mpeg12_macroblock
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlinker.cpp586 * definitons of blocks agree on their contents.
978 /* Check that uniform blocks between shaders for a stage agree. */
2358 unsigned blocks[MESA_SHADER_TYPES] = {0}; local
2364 blocks[j]++;
2370 linker_error(prog, "Too many combined uniform blocks (%d/%d)",
2375 if (blocks[i] > max_uniform_blocks[i]) {
2376 linker_error(prog, "Too many %s uniform blocks (%d/%d)",
2378 blocks[i],
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-checker_unittest.cc266 int blocks; local
270 ->MallocMemoryStats(&blocks, &total, histogram) && total != 0) {
271 VLOG(3) << "Malloc stats: " << blocks << " blocks of "
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-checker_unittest.cc266 int blocks; local
270 ->MallocMemoryStats(&blocks, &total, histogram) && total != 0) {
271 VLOG(3) << "Malloc stats: " << blocks << " blocks of "

Completed in 2380 milliseconds

123456