Searched defs:blocks (Results 101 - 125 of 164) sorted by relevance

1234567

/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/third_party/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_interface.c276 int blocks; local
288 /* Resampling 3 samples to 2. Function divides the input in |blocks| number
289 * of 3-sample groups, and output is |blocks| number of 2-sample groups.
292 blocks = length / 3;
293 WebRtcSpl_Resample48khzTo32khz(buffer32, buffer32, blocks);
294 output_samples = (int16_t) (blocks * 2);
347 * If stereo, we need to de-interleave the stereo output into blocks with
471 * If stereo, we need to de-interleave the stereo output into blocks with
620 * If stereo, we need to de-interleave the stereo output into blocks with
/external/chromium_org/v8/src/
H A Dapi.h534 inline List<internal::Object**>* blocks() { return &blocks_; } function in class:v8::internal::HandleScopeImplementer
H A Dlithium-allocator.cc531 live_in_sets_(graph->blocks()->length(), zone()),
550 int block_count = graph_->blocks()->length();
561 // Process all successor blocks.
1110 const ZoneList<HBasicBlock*>* blocks = graph_->blocks(); local
1111 for (int i = 0; i < blocks->length(); ++i) {
1112 HBasicBlock* block = blocks->at(i);
1122 // Process the blocks in reverse order.
1123 const ZoneList<HBasicBlock*>* blocks = graph_->blocks(); local
1256 const ZoneList<HBasicBlock*>* blocks = graph_->blocks(); local
1279 const ZoneList<HBasicBlock*>* blocks = graph_->blocks(); local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fTextureWrapTests.cpp228 // Create ASTC texture by picking from a set of pre-generated blocks.
231 static const deUint8 blocks[][BLOCK_SIZE] = local
233 // \note All of the following blocks are valid in LDR mode.
244 if (!isASTCSupported(m_renderCtxInfo)) // \note Any level of ASTC support is enough, since we're only using LDR blocks.
254 deMemcpy(&data[i*BLOCK_SIZE], &blocks[rnd.getInt(0, DE_LENGTH_OF_ARRAY(blocks)-1)][0], BLOCK_SIZE);
/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 */
651 * In theory, we only release blocks fro
223 alloc_size_dir(ext2_filsys fs, struct out_dir *outdir, int blocks) argument
[all...]
H A Dunix.c87 " -c Check for bad blocks and add them to the badblock list\n"
105 blk64_t blocks, blocks_used; local
118 blocks = ext2fs_blocks_count(fs->super);
135 "%llu/%llu blocks\n"),
138 blocks_used, blocks);
174 log_out(ctx, _(" # of inodes with ind/dind/tind blocks: "
192 "%12llu blocks used (%2.2f%%, out of %llu)\n",
194 blocks_used, 100.0 * blocks_used / blocks, blocks);
195 log_out(ctx, P_("%12u bad block\n", "%12u bad blocks\
[all...]
/external/lldb/source/Symbol/
H A DSymbolContext.cpp270 std::vector<Block *> blocks; local
271 blocks.push_back (block);
276 blocks.push_back (parent_block);
280 std::vector<Block *>::reverse_iterator begin = blocks.rbegin();
281 std::vector<Block *>::reverse_iterator end = blocks.rend();
361 // Dump the block and pass it a negative depth to we print all the parent blocks
466 // this block or one of this blocks parents is an inlined function.
477 // If we get here we weren't able to find the return line entry using the nesting of the blocks and
/external/lzma/C/
H A DXz.h110 CXzBlockSizes *blocks; member in struct:__anon25905
/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.c123 block = QTAILQ_FIRST(&ram_list.blocks);
166 block = QTAILQ_FIRST(&ram_list.blocks);
186 QTAILQ_FOREACH(block, &ram_list.blocks, next) {
214 QTAILQ_FOREACH(block, &ram_list.blocks, next)
234 RAMBlock *block, *nblock, **blocks; local
237 QTAILQ_FOREACH(block, &ram_list.blocks, next) {
240 blocks = g_malloc(n * sizeof *blocks);
242 QTAILQ_FOREACH_SAFE(block, &ram_list.blocks, next, nblock) {
243 blocks[
[all...]
/external/qemu/distrib/ext4_utils/src/
H A Dallocate.c205 /* Marks a the first num_blocks blocks in a block group as used, and accounts
253 /* Reduces an existing allocation by len blocks by return the last blocks
254 to the free pool in their block group. Assumes that the blocks being
312 error("failed to reserve %u blocks in block group %u\n", bg->header_blocks, i);
351 error("failed to reserve %u blocks in block group %u\n", len, bg_num);
395 error("failed to allocate %d blocks in block group %d", allocate_len, found_bg);
406 error("failed to allocate %u blocks, out of space?", len);
438 /* Allocate len blocks. The blocks ma
591 reserve_oob_blocks(struct block_allocation *alloc, int blocks) argument
609 advance_list_ptr(struct region_list *list, int blocks) argument
631 advance_blocks(struct block_allocation *alloc, int blocks) argument
636 advance_oob_blocks(struct block_allocation *alloc, int blocks) argument
[all...]
H A Dmake_ext4fs.c72 Allocating blocks in the same block group as the file inode
347 u32 blocks = DIV_ROUND_UP(info.len, info.block_size); local
348 u32 block_groups = DIV_ROUND_UP(blocks, info.blocks_per_group);
362 u32 blocks = DIV_ROUND_UP(info.len, info.block_size); local
363 u32 block_groups = DIV_ROUND_UP(blocks, info.blocks_per_group);
560 printf(" Journal blocks: %d\n", info.journal_blocks);
620 printf("Created filesystem with %d/%d inodes and %d/%d blocks\n",
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFastTextAutosizer.cpp254 // Some blocks are not autosized even if their parent cluster wants them to.
913 // the container of position:absolute/fixed blocks, and those cannot exist between a cluster and
937 // Note: At this point clusters may not have been created for these blocks so we cannot rely
1022 BlockSet* blocks = fingerprintIt->value.get(); local
1023 for (BlockSet::iterator blockIt = blocks->begin(); blockIt != blocks->end(); ++blockIt) {
1064 BlockSet& blocks = *blocksIter->value;
1065 blocks.remove(toRenderBlock(renderer));
1066 if (blocks.isEmpty())
/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/fio/
H A Dfilesetup.c1033 unsigned long long blocks; local
1045 blocks = file_size / (unsigned long long) td->o.rw_min_bs;
1052 if (!lfsr_init(&f->lfsr, blocks, seed, 0))
1055 f->io_axmap = axmap_new(blocks);
/external/libpcap/
H A Doptimize.c123 struct block **blocks; variable in typeref:struct:block
1607 blocks[i]->in_edges = 0;
1768 blocks[i]->link = 0;
1773 if (!isMarked(blocks[i]))
1776 if (!isMarked(blocks[j]))
1778 if (eq_blk(blocks[i], blocks[j])) {
1779 blocks[i]->link = blocks[j]->link ?
1780 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 744 milliseconds

1234567