HomeSort by relevance Sort by last modified time
    Searched refs:blocks (Results 351 - 375 of 668) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600.h 96 /* 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/
radeonsi_pipe.c 108 LIST_ADD(&block->head, &rscreen->fences.blocks);
110 block = LIST_ENTRY(struct r600_fence_block, rscreen->fences.blocks.next, head);
504 LIST_FOR_EACH_ENTRY_SAFE(entry, tmp, &rscreen->fences.blocks, head) {
711 LIST_INITHEAD(&rscreen->fences.blocks);
radeonsi_pipe.h 57 /* linked list of preallocated blocks */
58 struct list_head blocks; member in struct:r600_pipe_fences
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_video_state.h 177 short *blocks; member in struct:pipe_mpeg12_macroblock
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_copy_propagation.cpp 143 fs_bblock *block = cfg.blocks[b];
brw_fs_cse.cpp 182 fs_bblock *block = cfg.blocks[b];
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/
modes_lcl.h 127 u64 blocks; member in struct:ccm128_context
  /external/mesa3d/src/gallium/drivers/r600/
r600.h 96 /* 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/
radeonsi_pipe.c 108 LIST_ADD(&block->head, &rscreen->fences.blocks);
110 block = LIST_ENTRY(struct r600_fence_block, rscreen->fences.blocks.next, head);
504 LIST_FOR_EACH_ENTRY_SAFE(entry, tmp, &rscreen->fences.blocks, head) {
711 LIST_INITHEAD(&rscreen->fences.blocks);
radeonsi_pipe.h 57 /* linked list of preallocated blocks */
58 struct list_head blocks; member in struct:r600_pipe_fences
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 177 short *blocks; member in struct:pipe_mpeg12_macroblock
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_copy_propagation.cpp 143 fs_bblock *block = cfg.blocks[b];
brw_fs_cse.cpp 182 fs_bblock *block = cfg.blocks[b];
  /external/openssl/crypto/modes/
modes_lcl.h 127 u64 blocks; member in struct:ccm128_context
  /system/extras/ext4_utils/
make_ext4fs.c 71 Allocating blocks in the same block group as the file inode
329 u32 blocks = DIV_ROUND_UP(info.len, info.block_size); local
330 u32 block_groups = DIV_ROUND_UP(blocks, info.blocks_per_group);
344 u32 blocks = DIV_ROUND_UP(info.len, info.block_size); local
345 u32 block_groups = DIV_ROUND_UP(blocks, info.blocks_per_group);
536 printf(" Blocks per group: %d\n", info.blocks_per_group);
539 printf(" Journal blocks: %d\n", info.journal_blocks);
544 printf(" Blocks: %llu\n", aux_info.len_blocks);
599 printf("Created filesystem with %d/%d inodes and %d/%d blocks\n",
  /dalvik/vm/alloc/
Copying.cpp 57 * The block queue exists to thread lists of blocks from the various
68 * more contiguous blocks. Objects that are small enough to fit
71 * blocks. When half the available blocks are filled, a garbage
78 * scheme; blocks containing such objects are grayed (promoted) at the
153 * We use 512-byte blocks.
183 /* Total number of blocks available for allocation. */
194 * Base and limit blocks. Basically the shifted start address of
195 * the block. We convert blocks to a relative number when
294 * blocks
587 size_t aligned, available, blocks; local
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 946 final BlockList blocks = new BlockList (blockCount); local
    [all...]
  /dalvik/vm/compiler/
Utility.cpp 58 * See if there are previously allocated arena blocks before the last
89 /* Reclaim all the arena blocks allocated so far */
178 ALOGD("%d blocks in total", cUnit->numBlocks);
247 ALOGD("Compiler arena uses %d blocks (%d bytes each)",
370 void dvmDumpBlockBitVector(const GrowableList *blocks, char *msg,
379 (BasicBlock *) dvmGrowableListGetElement(blocks, i);
  /external/chromium_org/v8/test/mjsunit/
scope-calls-eval.js 29 // propagated correctly through catch and with blocks.
  /external/chromium_org/v8/test/webkit/
vardecl-blocks-init.js 25 "This test checks that variable declarations with initializers inside of catch and with blocks do not set values in a deeper scope."
  /external/v8/test/mjsunit/
scope-calls-eval.js 29 // propagated correctly through catch and with blocks.
  /external/valgrind/main/memcheck/tests/
big_blocks_freed_list.stderr.exp 44 in use at exit: 1,000,000 bytes in 100 blocks
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 142 blocks = len(self.result)
146 if blocks==1:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 142 blocks = len(self.result)
146 if blocks==1:
  /system/core/gpttool/
gpttool.c 95 void init_mbr(u8 *mbr, u32 blocks)
112 memcpy(mbr + 0x1ca, &blocks, sizeof(u32));
301 fprintf(stderr,"blocks %lld\n", sz);

Completed in 1912 milliseconds

<<11121314151617181920>>