HomeSort by relevance Sort by last modified time
    Searched refs:blocks (Results 176 - 200 of 314) sorted by null

1 2 3 4 5 6 78 91011>>

  /system/extras/ext4_utils/
indirect.c 33 critical_error("indirect backing larger than %d blocks", EXT4_NDIR_BLOCKS);
64 error("failed to advance %d blocks", len);
131 error("failed to advance %d blocks", ind_block_len);
163 /* Given an allocation, attach as many blocks as possible to direct inode
164 blocks, and return the rest */
176 error("failed to advance %d blocks", len);
184 /* Given an allocation, attach as many blocks as possible to indirect blocks,
186 Assumes that the blocks necessary to hold the indirect blocks were include
430 u64 blocks; local
    [all...]
  /hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 651 MemAllocBlock blocks[2]; local
671 memset(blocks, 0, sizeof(MemAllocBlock)*2);
704 blocks[0].fmt = PIXEL_FMT_8BIT;
705 blocks[0].dim.area.width = tParamRect.nWidth;
706 blocks[0].dim.area.height = tParamRect.nHeight;
707 blocks[0].stride = 0;
709 blocks[1].fmt = PIXEL_FMT_16BIT;
710 blocks[1].dim.area.width = tParamRect.nWidth >> 1;
711 blocks[1].dim.area.height = tParamRect.nHeight >> 1;
712 blocks[1].stride = 0
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
SsaDumper.java 49 * Dumper for the SSA-translated blocks of a method.
131 ArrayList<SsaBasicBlock> blocks = ssaMeth.getBlocks(); local
133 (ArrayList<SsaBasicBlock>) blocks.clone();
  /external/grub/stage2/
bios.c 62 unsigned short blocks;
79 dap.blocks = nsec;
60 unsigned short blocks; member in struct:disk_address_packet
fsys_reiserfs.c 55 __u32 s_block_count; /* blocks count */
56 __u32 s_free_blocks; /* free blocks count */
61 __u32 s_journal_trans_max; /* max number of blocks in a transaction. */
63 __u32 s_journal_max_batch; /* max number of blocks to batch into a trans */
72 __u16 s_bmap_nr; /* amount of bitmap blocks needed to address each block of file system */
92 __u32 j_realblock[JOURNAL_TRANS_HALF]; /* real locations for the first blocks */
100 __u32 j_realblock[JOURNAL_TRANS_HALF]; /* real locations for the last blocks */
101 char j_digest[16]; /* md5 sum of all the blocks involved, including desc and commit. not used, kill it */
107 fully flushed means all the log blocks and all the real blocks ar
337 unsigned int blocks[MAX_HEIGHT]; member in struct:fsys_reiser_info
    [all...]
  /external/llvm/bindings/ocaml/analysis/
llvm_analysis.mli 43 include the contents of basic blocks into the nodes.
  /external/v8/test/mjsunit/compiler/
regress-5.js 28 // Test breaking out of labelled blocks.
  /external/v8/test/mjsunit/regress/
regress-74.js 28 // Test that the variable introduced by catch blocks is DontDelete.
  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.stderr.exp 50 in use at exit: 0 bytes in 0 blocks
  /external/valgrind/main/memcheck/tests/
partial_load_dflt.stderr.exp 28 in use at exit: ... bytes in ... blocks
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fuse.h 46 __u64 blocks; member in struct:fuse_attr
63 __u64 blocks; member in struct:fuse_kstatfs
  /bootable/recovery/mtdutils/
mtdutils.c 283 // anything other than whole blocks; unpredictable things will result.
341 // Read complete blocks directly into the user's buffer
425 continue; // Don't try to erase known factory-bad blocks.
480 // Coalesce partial writes into complete blocks
495 // Write complete blocks directly from the user's buffer
505 off_t mtd_erase_blocks(MtdWriteContext *ctx, int blocks)
519 if (blocks < 0) blocks = total;
520 if (blocks > total) {
525 // Erase the specified number of blocks
    [all...]
  /external/e2fsprogs/e2fsck/
pass5.c 109 blk_t blocks = 0; local
249 blocks ++;
250 if ((blocks == fs->super->s_blocks_per_group) ||
254 blocks = 0;
290 blocks = 0; free_blocks = 0; group_free = 0; group = 0;
  /external/dbus/test/
decode-gcov.c 358 die ("no count of blocks in func found\n");
369 printf ("Function has %ld blocks and %ld arcs\n",
432 printf ("%d functions %d blocks %d arcs %d off-tree arcs in file\n",
645 /* number of blocks in DBUS_BUILD_TESTS */
648 /* number of blocks outside DBUS_BUILD_TESTS */
654 unsigned int partial : 1; /* only some of the blocks were executed */
661 DBusList *blocks; member in struct:Line
663 unsigned int partial : 1; /* only some of the blocks were executed */
749 printf ("Loading arcs and blocks from .bbg file\n");
870 printf ("%d functions %d blocks %d arcs %d off-tree arcs in file\n"
    [all...]
  /external/v8/src/
lithium-allocator.cc 538 live_in_sets_(graph->blocks()->length()),
556 int block_count = graph_->blocks()->length();
567 // Process all successor blocks.
1061 const ZoneList<HBasicBlock*>* blocks = graph_->blocks(); local
1073 const ZoneList<HBasicBlock*>* blocks = graph_->blocks(); local
1198 const ZoneList<HBasicBlock*>* blocks = graph_->blocks(); local
1221 const ZoneList<HBasicBlock*>* blocks = graph_->blocks(); local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 91 struct error_info err_info; /* track where `{}' blocks start */
129 static struct sed_label *blocks = NULL;
1151 blocks = setup_label(blocks, vector->v_length, NULL, &cur_input);
1156 if (!blocks)
1166 vector->v[blocks->v_index].x.jump_index = vector->v_length;
1167 blocks = release_label(blocks); /* done with this entry */
127 static struct sed_label *blocks = NULL; variable in typeref:struct:sed_label
    [all...]
  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 552 int blocks = 1;
553 while ((currentChar = (char) reader.read()) != -1 && blocks > 0) {
556 blocks--;
561 blocks++;
  /external/libyuv/files/source/
rotate_neon.s 30 @ the first of the two blocks. need to subtract that 8 off
40 @ the loop needs to run on blocks of 16. what will be left
112 @ loops are on blocks of 8. loop will stop when
117 @ handle 8x8 blocks. this should be the majority of the plane
299 @ the output is written in to two blocks.
307 @ the loop needs to run on blocks of 8. what will be left
370 @ loops are on blocks of 8. loop will stop when
375 @ handle 8x8 blocks. this should be the majority of the plane
  /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
590 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 LOGD("%d blocks in total", cUnit->numBlocks);
247 LOGD("Compiler arena uses %d blocks (%d bytes each)",
370 void dvmDumpBlockBitVector(const GrowableList *blocks, char *msg,
379 (BasicBlock *) dvmGrowableListGetElement(blocks, i);
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/
compsup.m 74 maxDelayb = floor(samplingfreq*maxDelay/updatel); % in blocks
75 histLenb = floor(samplingfreq*histLen/updatel); % in blocks
96 nb = n/blockLen - oversampling + 1; % in blocks
151 % loop over signal blocks
  /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);
  /system/core/sdcard/
fuse.h 89 __u64 blocks; member in struct:fuse_attr
106 __u64 blocks; member in struct:fuse_kstatfs
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 36 * blocks.
73 private final ByteBlockList blocks; field in class:Ropper
128 /** list of all blocks that jsr to this subroutine */
130 /** List of all blocks that return from this subroutine */
151 * @param retBlock one of the ret blocks (final blocks) of this
167 * Adds a label to the list of ret blocks (final blocks) for this
177 * Adds a label to the list of caller blocks for this subroutine.
186 * Generates a list of subroutine successors. Note: successor blocks
    [all...]

Completed in 482 milliseconds

1 2 3 4 5 6 78 91011>>