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

<<11121314151617181920>>

  /external/chromium_org/third_party/tcmalloc/vendor/src/
debugallocation.cc 120 "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. Free only enough blocks to keep fro
    [all...]
  /external/chromium_org/v8/src/
hydrogen-range-analysis.cc 60 ZoneList<Pending> stack(graph()->blocks()->length(), zone());
84 // Continue analysis in all dominated blocks.
88 // remaining blocks on the stack (in reverse order).
100 // All blocks done.
  /external/e2fsprogs/lib/ext2fs/
inode.c 111 errcode_t (*save_get_blocks)(ext2_filsys f, ext2_ino_t ino, blk_t *blocks);
266 * blocks in the inode table.
279 * bad blocks. :-)
287 * is no longer the case. If we run out of bad blocks, then
300 * (We could try to handle runs of bad blocks, but that
315 * read in, adjust the number of blocks to read so that we we
327 * read in more blocks from the current blockgroup's inode table.
335 * Figure out how many blocks to read; we read at most
337 * many blocks left to read.
452 * need to read in more blocks
    [all...]
  /external/eigen/blas/testing/
dblat1.f 16 * .. Common blocks ..
63 * .. Common blocks ..
99 * .. Common blocks ..
167 * .. Common blocks ..
263 * .. Common blocks ..
456 * .. Common blocks ..
667 * .. Common blocks ..
746 * .. Common blocks ..
sblat1.f 16 * .. Common blocks ..
63 * .. Common blocks ..
99 * .. Common blocks ..
167 * .. Common blocks ..
263 * .. Common blocks ..
456 * .. Common blocks ..
667 * .. Common blocks ..
746 * .. Common blocks ..
  /external/lzma/C/
Xz.h 110 CXzBlockSizes *blocks; member in struct:__anon24405
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 91 LIST_ADD(&block->head, &rscreen->fences.blocks);
93 block = LIST_ENTRY(struct r600_fence_block, rscreen->fences.blocks.next, head);
690 LIST_FOR_EACH_ENTRY_SAFE(entry, tmp, &rscreen->fences.blocks, head) {
984 LIST_INITHEAD(&rscreen->fences.blocks);
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 55 heap blocks (in bytes). [not used by this tool]
72 --vgdb-poll=<number> gdbserver poll max every <number> basic blocks [5000]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
name-lookup.h 229 tree blocks;
227 tree blocks; variable
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
name-lookup.h 229 tree blocks;
227 tree blocks; variable
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
name-lookup.h 229 tree blocks;
227 tree blocks; variable
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
name-lookup.h 229 tree blocks;
227 tree blocks; variable
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
richards.js 95 * priorities. Scheduling is done by maintaining a list of task control blocks
102 this.blocks = new Array(NUMBER_OF_IDS);
182 this.blocks[id] = this.currentTcb;
205 var tcb = this.blocks[id];
242 var t = this.blocks[packet.id];
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 90 * priorities. Scheduling is done by maintaining a list of task control blocks
97 this.blocks = new Array(NUMBER_OF_IDS);
177 this.blocks[id] = this.currentTcb;
200 var tcb = this.blocks[id];
237 var t = this.blocks[packet.id];
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 90 * priorities. Scheduling is done by maintaining a list of task control blocks
97 this.blocks = new Array(NUMBER_OF_IDS);
177 this.blocks[id] = this.currentTcb;
200 var tcb = this.blocks[id];
237 var t = this.blocks[packet.id];
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 90 * priorities. Scheduling is done by maintaining a list of task control blocks
97 this.blocks = new Array(NUMBER_OF_IDS);
177 this.blocks[id] = this.currentTcb;
200 var tcb = this.blocks[id];
237 var t = this.blocks[packet.id];
  /external/chromium_org/v8/benchmarks/
richards.js 95 * priorities. Scheduling is done by maintaining a list of task control blocks
102 this.blocks = new Array(NUMBER_OF_IDS);
182 this.blocks[id] = this.currentTcb;
205 var tcb = this.blocks[id];
242 var t = this.blocks[packet.id];
  /external/v8/benchmarks/
richards.js 95 * priorities. Scheduling is done by maintaining a list of task control blocks
102 this.blocks = new Array(NUMBER_OF_IDS);
182 this.blocks[id] = this.currentTcb;
205 var tcb = this.blocks[id];
242 var t = this.blocks[packet.id];
  /external/blktrace/doc/
blktrace.tex 243 16793600 inodes, 33555456 blocks
244 1677772 blocks (5.00%) reserved for the super user
246 Maximum filesystem blocks=4294967296
248 32768 blocks per group, 32768 fragments per group
250 Superblock backups stored on blocks:
255 Creating journal (8192 blocks): done
603 \emph{n} & Number of blocks \\ \hline
690 If no payload is present, the sector and number of blocks are presented
701 If no payload is present, the sector and number of blocks are presented
710 \item[S -- sleep] The starting sector and number of blocks is outpu
    [all...]
  /external/openssh/
monitor_wrap.c 602 u_int64_t blocks, bytes; local
652 packet_get_state(MODE_OUT, &seqnr, &blocks, &packets, &bytes);
654 buffer_put_int64(&m, blocks);
657 packet_get_state(MODE_IN, &seqnr, &blocks, &packets, &bytes);
659 buffer_put_int64(&m, blocks);
    [all...]
  /external/expat/lib/
xmlparse.c 224 BLOCK *blocks; member in struct:__anon20062
    [all...]
  /external/qemu/
exec.c 121 RAMList ram_list = { .blocks = QLIST_HEAD_INITIALIZER(ram_list) };
636 /* flush all the translation blocks */
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 116 "\t[-m reserved-blocks-percentage] [-o creator-os]\n"
117 "\t[-g blocks-per-group] [-L volume-label] "
120 "\t[-T fs-type] [-U UUID] [-jnqvFKSV] device [blocks-count]\n"),
178 * Reads the bad blocks list from a file
196 _("while reading in list of bad blocks from file"));
225 _("while processing list of bad blocks from program"));
254 fprintf(stderr, _("Blocks %u through %u must be good "
263 * See if any of the bad blocks are showing up in the backup
278 " bad blocks.\n\n"),
291 * Mark all the bad blocks as used..
2027 __u64 blocks; local
2256 unsigned long blocks = fs->super->s_blocks_count; local
    [all...]
e2image.c 152 ext2fs_block_bitmap scramble_block_map; /* Directory blocks to be scrambled */
170 blk_t *blocks)
178 blocks[i] = stashed_inode->i_block[i];
268 * Mark the blocks used for the inode table
  /external/chromium_org/v8/test/mjsunit/
debug-scopes.js 329 // Nested empty with blocks.
371 // Nested with blocks using in-place object literals.
394 // Nested with blocks using existing object.
420 // Nested with blocks using existing object in global code.

Completed in 4401 milliseconds

<<11121314151617181920>>