HomeSort by relevance Sort by last modified time
    Searched defs:blocks (Results 126 - 150 of 251) sorted by null

1 2 3 4 56 7 8 91011

  /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...]
monitor.c 1843 u_int64_t blocks, bytes; local
    [all...]
packet.c 93 u_int64_t blocks; member in struct:packet_state
394 packet_get_state(int mode, u_int32_t *seqnr, u_int64_t *blocks,
403 if (blocks)
404 *blocks = state->blocks;
412 packet_set_state(int mode, u_int32_t seqnr, u_int64_t blocks, u_int32_t packets,
420 state->blocks = blocks;
747 active_state->p_send.packets = active_state->p_send.blocks = 0;
752 active_state->p_read.packets = active_state->p_read.blocks = 0
    [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...]
  /external/e2fsprogs/e2fsck/
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/libpcap/
optimize.c 147 struct block **blocks; variable in typeref:struct:block
    [all...]
  /frameworks/base/core/java/android/content/res/
AssetManager.java 235 StringBlock[] blocks = mStringBlocks; local
236 if (blocks == null) {
238 blocks = mStringBlocks;
240 outValue.string = blocks[block].get(outValue.data);
260 if (localLOGV) Log.v(TAG, "Making string blocks for " + this
274 // + ", blocks=" + mStringBlocks);
  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 442 public int blocks = 0; field in class:DropBoxManagerService.FileList
447 if (blocks != o.blocks) return o.blocks - blocks;
461 public final int blocks; field in class:DropBoxManagerService.EntryFile
500 this.blocks = (int) ((this.file.length() + blockSize - 1) / blockSize);
515 this.blocks = 0;
526 this.blocks = (int) ((this.file.length() + blockSize - 1) / blockSize);
572 this.blocks = 0
    [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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nfs_prot.h 87 u_int blocks; member in struct:fattr
248 u_int blocks; member in struct:statfsokres
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.h 87 u_int blocks; member in struct:fattr
248 u_int blocks; member in struct:statfsokres
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.h 87 u_int blocks; member in struct:fattr
248 u_int blocks; member in struct:statfsokres
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 50 __u32 blocks; member in struct:nfs_fattr::__anon436::__anon437
107 __u32 blocks; member in struct:nfs2_fsstat
  /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...]
  /dalvik/vm/compiler/
CompilerIR.h 160 const Method *containingMethod; // For blocks from the callee
162 bool needFallThroughBranch; // For blocks ended due to length limit
176 GrowableList blocks; member in struct:BasicBlock::__anon817
181 * The "blocks" field in "successorBlockList" points to an array of
183 * For catch blocks, key is type index for the exception.
184 * For swtich blocks, key is the case value.
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 59 __u32 blocks; member in struct:nfs2_fsstat
  /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...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 946 final BlockList blocks = new BlockList (blockCount); local
    [all...]
  /external/grub/stage2/
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/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 26 # Define the width of a tab for code blocks.
319 # Turn block-level HTML blocks into hash entries
389 # Hashify HTML blocks:
444 # First, look for nested blocks, e.g.:
578 # begining in the Markdown function since hashed blocks can be part of
579 # list items and could have been indented. Indented blocks would have
588 # Run block gamut tranformations, without hashing HTML blocks. This is
589 # useful when HTML blocks are known to be already hashed, like in the first
596 # Finally form paragraph and restore hashed blocks.
1611 $blocks = explode("\\t", $line); variable
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1114 int blocks[10][64]; local
    [all...]
  /external/qemu/
cpu-all.h 928 QLIST_HEAD(ram, RAMBlock) blocks; member in struct:RAMList
  /external/stressapptest/src/
worker.cc 899 int blocks = sat_->page_length() / blocksize; local
900 for (int currentblock = 0; currentblock < blocks; currentblock++) {
933 uint64 *memslice = memblock + blocks * blockwords;
937 blocks * blocksize, 0);
1196 int blocks = sat_->page_length() \/ blocksize; local
1292 int blocks = sat_->page_length() \/ blocksize; local
1315 int blocks = sat_->page_length() \/ blocksize; local
1340 int blocks = sat_->page_length() \/ blocksize; local
3066 int64 blocks = block->GetSize() \/ read_block_size_; local
    [all...]
  /external/v8/src/
lithium-allocator.cc 536 live_in_sets_(graph->blocks()->length()),
555 int block_count = graph_->blocks()->length();
566 // Process all successor blocks.
1087 const ZoneList<HBasicBlock*>* blocks = graph_->blocks(); local
1100 const ZoneList<HBasicBlock*>* blocks = graph_->blocks(); local
1228 const ZoneList<HBasicBlock*>* blocks = graph_->blocks(); local
1251 const ZoneList<HBasicBlock*>* blocks = graph_->blocks(); local
    [all...]
  /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;

Completed in 1071 milliseconds

1 2 3 4 56 7 8 91011