/external/v8/src/ |
hydrogen.cc | 246 // Only loop header blocks can have a predecessor added after 270 // Keep the list of dominated blocks sorted such that if there is two 370 // Checks reachability of the blocks in this graph and stores a bit in 374 // returns the number of reachable blocks. 452 // Check that all join blocks have predecessors that end with an 643 for (int i = 0; i < blocks()->length(); ++i) { 644 HInstruction* instr = blocks()->at(i)->first(); 676 for (int i = 0; i < loop->blocks()->length(); ++i) { 677 HBasicBlock* b = loop->blocks()->at(i); 879 Analyze(graph_->blocks()->at(0)) 5824 const ZoneList<HBasicBlock*>* blocks = graph->blocks(); local [all...] |
/external/qemu/ |
exec.c | 120 RAMList ram_list = { .blocks = QLIST_HEAD_INITIALIZER(ram_list) }; 635 /* 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")); 226 _("while processing list of bad blocks from program")); 256 fprintf(stderr, _("Blocks %u through %u must be good " 265 * See if any of the bad blocks are showing up in the backup 280 " bad blocks.\n\n"), 293 * Mark all the bad blocks as used.. 1940 __u64 blocks; local 2145 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/kernel-headers/original/linux/ |
nfs_xdr.h | 44 __u32 blocks; member in struct:nfs_fattr::__anon7345::__anon7346 97 __u32 blocks; /* No. of "bsize" blocks on filesystem */ member in struct:nfs2_fsstat 98 __u32 bfree; /* No. of free "bsize" blocks */ 99 __u32 bavail; /* No. of available "bsize" blocks */
|
/external/v8/src/arm/ |
lithium-arm.cc | 415 HPhase phase("Mark empty blocks", this); 416 for (int i = 0; i < graph()->blocks()->length(); ++i) { 417 HBasicBlock* block = graph()->blocks()->at(i); 530 const ZoneList<HBasicBlock*>* blocks = graph()->blocks(); local 531 for (int i = 0; i < blocks->length(); i++) { 533 if (i < blocks->length() - 1) next = blocks->at(i + 1); 534 DoBasicBlock(blocks->at(i), next); [all...] |
/external/v8/src/ia32/ |
lithium-ia32.cc | 371 HPhase phase("Mark empty blocks", this); 372 for (int i = 0; i < graph()->blocks()->length(); ++i) { 373 HBasicBlock* block = graph()->blocks()->at(i); 522 const ZoneList<HBasicBlock*>* blocks = graph()->blocks(); local 523 for (int i = 0; i < blocks->length(); i++) { 525 if (i < blocks->length() - 1) next = blocks->at(i + 1); 526 DoBasicBlock(blocks->at(i), next); [all...] |
/external/v8/src/x64/ |
lithium-x64.cc | 372 HPhase phase("Mark empty blocks", this); 373 for (int i = 0; i < graph()->blocks()->length(); ++i) { 374 HBasicBlock* block = graph()->blocks()->at(i); 523 const ZoneList<HBasicBlock*>* blocks = graph()->blocks(); local 524 for (int i = 0; i < blocks->length(); i++) { 526 if (i < blocks->length() - 1) next = blocks->at(i + 1); 527 DoBasicBlock(blocks->at(i), next); [all...] |
/external/valgrind/main/memcheck/tests/ |
sigkill.stderr.exp | 193 in use at exit: ... bytes in ... blocks
|
/external/e2fsprogs/e2fsck/ |
unix.c | 90 " -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", 346 printf(_("%s: clean, %u/%u files, %u/%u blocks"), ctx->device_name [all...] |
pass1.c | 24 * - 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 are skipped (but the first one cannot be zero [all...] |
/external/webkit/Source/JavaScriptCore/dfg/ |
DFGNonSpeculativeJIT.cpp | 681 Vector<BasicBlock> blocks = m_jit.graph().m_blocks; local 682 for (m_block = 0; m_block < blocks.size(); ++m_block) 683 compile(checkIterator, blocks[m_block]);
|
DFGSpeculativeJIT.cpp | 813 Vector<BasicBlock> blocks = m_jit.graph().m_blocks; local 814 for (m_block = 0; m_block < blocks.size(); ++m_block) { 815 if (!compile(blocks[m_block]))
|
/packages/apps/SoundRecorder/src/com/android/soundrecorder/ |
SoundRecorder.java | 57 * The reason why this is not trivial is that the file grows in blocks 78 // time at which number of free blocks last changed 80 // number of available blocks at that time 122 long blocks = fs.getAvailableBlocks(); local 126 if (mBlocksChangedTime == -1 || blocks != mLastBlocks) { 128 mLastBlocks = blocks;
|
/external/blktrace/btt/doc/ |
btt.tex | 230 resultant average IO size is 124 blocks. 555 outgoing IO sizes (in blocks). For simplicity, the histogram buckets 556 are one-for-one for sizes up to 1,024 blocks in the IO, and then a 557 single bucket for all sizes greater than or equal to 1,024 blocks. 561 representing sizes $\ge 1024$ blocks. (This is done so that one can 574 red point (representing 8 blocks per IO), whereas the other two had 575 multiple data points greater than 8 blocks. 588 and blue dots are somewhat similar below about 192 blocks per IO going 673 \item start block + number of blocks [all...] |
/external/bluetooth/bluez/audio/ |
pcm_bluetooth.c | 671 a2dp->sbc.blocks = SBC_BLK_4; 674 a2dp->sbc.blocks = SBC_BLK_8; 677 a2dp->sbc.blocks = SBC_BLK_12; 680 a2dp->sbc.blocks = SBC_BLK_16; 757 a2dp->sbc.allocation, a2dp->sbc.subbands, a2dp->sbc.blocks, 1064 /* Enough data to encode (sbc wants 1k blocks) */ 1100 /* Enough data to encode (sbc wants 1k blocks) */ [all...] |
/external/opencv/otherlibs/highgui/ |
grfmt_jpeg.cpp | 1114 int blocks[10][64]; local [all...] |
/external/v8/test/mjsunit/ |
debug-scopes.js | 328 // Nested empty with blocks. 370 // Nested with blocks using in-place object literals. 393 // Nested with blocks using existing object.
|
/external/e2fsprogs/lib/ext2fs/ |
ext2fs.h | 203 errcode_t (*get_blocks)(ext2_filsys fs, ext2_ino_t ino, blk_t *blocks); 258 * function should be called on blocks where the block number is zero. 264 * the indirect, doubly indirect, etc. blocks should be called after 265 * all of the blocks containined in the indirect blocks are processed. 266 * This is useful if you are going to be deallocating blocks from an 270 * called for data blocks only. 313 __u32 e_len; /* number of blocks covered by extent */ [all...] |
/bionic/libc/kernel/common/linux/ |
nfs_xdr.h | 59 __u32 blocks; member in struct:nfs2_fsstat
|
/development/ndk/platforms/android-3/include/linux/ |
nfs_xdr.h | 59 __u32 blocks; member in struct:nfs2_fsstat
|
/external/valgrind/main/memcheck/ |
mc_include.h | 45 /* We want at least a 64B redzone on client heap blocks for Memcheck */ 101 /* For tracking malloc'd blocks. Nb: it's quite important that it's a 273 Reachedness state; // LC_Extra.state value shared by all blocks. 278 /* A loss record, used for generating err msgs. Multiple leaked blocks can be 286 UInt num_blocks; // Number of blocks represented by the record. 360 /*--- Client blocks ---*/ 375 void MC_(get_ClientBlock_array)( /*OUT*/CGenBlock** blocks, 386 /* Max volume of the freed blocks queue. */ 395 /* In leak check, show reachable-but-not-freed blocks? default: NO */ 398 /* In leak check, show possibly-lost blocks? default: YES * [all...] |
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/ |
bt_amp_hci.h | 308 uint16 blocks; member in struct:data_blocks
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
bt_amp_hci.h | 308 uint16 blocks; member in struct:data_blocks
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
nfs_xdr.h | 59 __u32 blocks; member in struct:nfs2_fsstat
|