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

1 2 3 4 5 67 8 91011>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
FileUtils.java 61 private long blocks; field in class:FileUtils.FileStatus
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 53 /** whether or not to registerize (make rop blocks) */
79 * @param rop whether or not to registerize (make rop blocks)
300 BasicBlockList blocks = rmeth.getBlocks(); local
301 int[] order = blocks.getLabelsInOrder();
306 BasicBlock bb = blocks.get(blocks.indexOfLabel(label));
DotDumper.java 132 BasicBlockList blocks = rmeth.getBlocks(); local
134 int sz = blocks.size();
136 BasicBlock bb = blocks.get(i);
  /external/kernel-headers/original/linux/mmc/
mmc.h 73 unsigned int blocks; /* number of blocks */ member in struct:mmc_data
  /external/kernel-headers/original/linux/raid/
md.h 84 extern void md_done_sync(mddev_t *mddev, int blocks, int ok);
  /external/markdown/markdown/extensions/
imagelinks.py 46 blocks = []
  /external/valgrind/main/include/
pub_tool_libcfile.h 62 ULong blocks; member in struct:vg_stat
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
updateSettings.m 11 delayStruct.maxDelayb = floor(setupStruct.samplingfreq*delayStruct.maxDelay/setupStruct.updatel); % in blocks
21 setupStruct.nb = n/blockLen - setupStruct.oversampling + 1; % in blocks
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nfs_prot.x 123 unsigned blocks; /* Kb of disk used by file */
283 unsigned blocks; /* total blocks in file system */
284 unsigned bfree; /* free blocks in fs */
285 unsigned bavail; /* free blocks avail to non-superuser */
  /system/extras/ext4_utils/
make_ext4fs.c 39 Allocating blocks in the same block group as the file inode
215 u32 blocks = DIV_ROUND_UP(info.len, info.block_size); local
216 u32 block_groups = DIV_ROUND_UP(blocks, info.blocks_per_group);
230 u32 blocks = DIV_ROUND_UP(info.len, info.block_size); local
231 u32 block_groups = DIV_ROUND_UP(blocks, info.blocks_per_group);
323 printf(" Blocks per group: %d\n", info.blocks_per_group);
326 printf(" Journal blocks: %d\n", info.journal_blocks);
331 printf(" Blocks: %llu\n", aux_info.len_blocks);
363 printf("Created filesystem with %d/%d inodes and %d/%d blocks\n",
allocate.c 113 printf("%p: Blocks %d-%d (%d)\n", reg,
194 /* Marks a the first num_blocks blocks in a block group as used, and accounts
242 /* Reduces an existing allocation by len blocks by return the last blocks
243 to the free pool in their block group. Assumes that the blocks being
299 error("failed to reserve %u blocks in block group %u\n", bg->header_blocks, i);
337 error("failed to reserve %u blocks in block group %u\n", len, bg_num);
402 error("failed to allocate %d blocks in block group %d", bg_len, i);
456 /* Allocate len blocks. The blocks may be spread across multiple block groups
    [all...]
contents.c 90 u32 blocks; local
98 blocks = DIV_ROUND_UP(dentry_size(entries, dentries), info.block_size);
99 len = blocks * info.block_size;
  /external/emma/core/java12/com/vladium/emma/data/
MethodDescriptor.java 32 // blocks for block coverage reporting
219 final int [] blocks = (int []) m_lineMap.get (lines [l]); local
220 for (int bl = 0; bl < blocks.length; ++ bl)
223 s.append (blocks [bl]);
  /external/qemu/distrib/sdl-1.2.12/src/audio/dma/
SDL_dmaaudio.c 220 /* Get number of blocks, looping if we're not using select() */
227 } while ( frame_ticks && (info.blocks < 1) );
229 if ( info.blocks > 1 ) {
230 printf("Warning: audio underflow (%d frags)\n", info.blocks-1);
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLUnderOver.cpp 64 // look through the children for rendered elements counting the blocks so we know what child
66 int blocks = 0; local
69 blocks++;
73 switch (blocks) {
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 370 assertEquals(1, vcalendar.blocks.size());
371 BlockHash vevent = vcalendar.blocks.get(0);
432 assertEquals(1, vcalendar.blocks.size());
433 BlockHash vevent = vcalendar.blocks.get(0);
497 // We should have two blocks under VCALENDAR (VTIMEZONE and VEVENT)
498 assertEquals(2, vcalendar.blocks.size());
503 BlockHash vtimezone = vcalendar.blocks.get(0);
508 BlockHash vevent = vcalendar.blocks.get(1);
581 // We should have two blocks under VCALENDAR (VTIMEZONE and VEVENT)
582 assertEquals(2, vcalendar.blocks.size())
754 ArrayList<BlockHash> blocks = new ArrayList<BlockHash>(); field in class:CalendarUtilitiesTests.BlockHash
    [all...]
  /external/libpcap/
optimize.c 147 struct block **blocks; variable in typeref:struct:block
    [all...]
  /external/libvpx/vp8/common/x86/
idctllm_sse2.asm 85 ; store blocks back out
110 ; special case when 2 blocks have 0 or 1 coeffs
305 ; Load up predict blocks
337 ; store blocks back out
373 ; special case when 2 blocks have 0 or 1 coeffs
386 ; Load up predict blocks
422 ; store blocks back out
449 ; special case when 2 blocks have 0 or 1 coeffs
650 ; Load up predict blocks
681 ; store blocks back ou
    [all...]
  /external/bluetooth/bluez/sbc/
sbc_primitives.c 189 /* Analyze blocks */
202 /* Analyze blocks */
428 int blocks, int channels, int subbands)
434 for (blk = 0; blk < blocks; blk++) {
448 int blocks, int subbands)
458 for (blk = 0; blk < blocks; blk++) {
474 for (blk = 0; blk < blocks; blk++) {
492 for (blk = 0; blk < blocks; blk++) {
508 for (blk = 0; blk < blocks; blk++) {
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 373 @param blocks The number of complete blocks to process
377 int (*accel_ecb_encrypt)(const unsigned char *pt, unsigned char *ct, unsigned long blocks, symmetric_key *skey);
382 @param blocks The number of complete blocks to process
386 int (*accel_ecb_decrypt)(const unsigned char *ct, unsigned char *pt, unsigned long blocks, symmetric_key *skey);
391 @param blocks The number of complete blocks to process
396 int (*accel_cbc_encrypt)(const unsigned char *pt, unsigned char *ct, unsigned long blocks, unsigned char *IV, symmetric_key *skey);
401 @param blocks The number of complete blocks to proces
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_internal.c 313 size_t i, j, blocks; local
326 blocks = len / ctx->u.aes.block_size;
327 for (i = 0; i < blocks; i++) {
341 blocks = len / 8;
342 for (i = 0; i < blocks; i++) {
363 size_t i, j, blocks; local
377 blocks = len / ctx->u.aes.block_size;
378 for (i = 0; i < blocks; i++) {
391 blocks = len / 8;
392 for (i = 0; i < blocks; i++)
    [all...]
  /cts/tools/dx-tests/src/util/
CollectAllTests.java 401 int blocks = 1;
402 while ((currentChar = (char) reader.read()) != -1 && blocks > 0) {
405 blocks--;
410 blocks++;
  /external/oprofile/events/mips/r10000/
events 34 event:0x0e counters:1 um:zero minimum:500 name:STORES_OR_STORE_PREF_TO_CLEANEXCLUSIVE_SCACHE_BLOCKS : Stores or prefetches with store hint to CleanExclusive secondary cache blocks
36 event:0x0f counters:1 um:zero minimum:500 name:STORES_OR_STORE_PREF_TO_SHD_SCACHE_BLOCKS : Stores or prefetches with store hint to Shared secondary cache blocks
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
options.py 32 blocks = make_option("--blocks", action="store", type="string", dest="blocks", default=None, help="Bug number which the created bug blocks.") variable in class:Options
  /frameworks/base/core/java/android/content/res/
AssetManager.java 234 StringBlock[] blocks = mStringBlocks; local
235 if (blocks == null) {
237 blocks = mStringBlocks;
239 outValue.string = blocks[block].get(outValue.data);
259 if (localLOGV) Log.v(TAG, "Making string blocks for " + this
273 // + ", blocks=" + mStringBlocks);

Completed in 652 milliseconds

1 2 3 4 5 67 8 91011>>