HomeSort by relevance Sort by last modified time
    Searched full:blocks (Results 1451 - 1475 of 5464) sorted by null

<<51525354555657585960>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
malloc.h 96 int smblks; /* number of fastbin blocks */
100 int fsmblks; /* space available in freed fastbin blocks */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
scsi.h 168 unsigned char number_blocks_hi; /* number of blocks in this block
173 unsigned char block_length_hi; /* block length for blocks in this
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_task_types.h 33 Example hierarchy of stream control blocks in the SP
143 /* Data structure for controlling movement of memory blocks:-
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fuse.h 46 __u64 blocks; member in struct:fuse_attr
63 __u64 blocks; member in struct:fuse_kstatfs
quota.h 47 /* Size of blocks in which are counted size limits */
51 /* Conversion routines from and to quota blocks */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
malloc.h 96 int smblks; /* number of fastbin blocks */
100 int fsmblks; /* space available in freed fastbin blocks */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
scsi.h 168 unsigned char number_blocks_hi; /* number of blocks in this block
173 unsigned char block_length_hi; /* block length for blocks in this
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_task_types.h 33 Example hierarchy of stream control blocks in the SP
143 /* Data structure for controlling movement of memory blocks:-
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymem.h 30 debugging info to dynamic memory blocks. The system routines have no idea
32 with raw blocks obtained directly by the system routines then.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 4 # comment blocks. Thus, for editing Python source code, this
6 # blocks or triple-quoted strings.
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymem.h 30 debugging info to dynamic memory blocks. The system routines have no idea
32 with raw blocks obtained directly by the system routines then.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 4 # comment blocks. Thus, for editing Python source code, this
6 # blocks or triple-quoted strings.
  /system/core/libsparse/
simg_dump.py 85 print("%s: Total of %u %u-byte output blocks in %u input chunks."
158 print("The header said we should have %u output blocks, but we saw %u"
sparse.c 134 unsigned int blocks = backed_block_block(bb) - last_block; local
135 write_skip_chunk(out, (int64_t)blocks * s->block_size);
  /system/extras/tests/sdcard/
sysutil.h 50 // Blocks until the parent signals back.
51 // .waitForChildrenAndSignal Blocks until all the children have called
  /external/e2fsprogs/
RELEASE-NOTES 8 when the number reserved group descriptor blocks reaches zero. This
50 blocks and instead print a message which is a bit more helpful for
86 blocks, which previously was missing from stat's output for
93 discard and the discard operation will result in zero'ed blocks.
289 device has been resized beyond 2**32 blocks. (Addresses Launchpad
318 2.6.34 kernels to make e2fsck not complain about blocks deliberately
361 E2fsck is now smarter when it needs to allocate blocks in the course
374 with 8k blocks, that it doesn't core dump when it sees a file system
386 Mke2fs will use BLKDISCARD to pre-discard all blocks on an SSD or
507 face of non-empty bad blocks inodes, and if the filesystem wa
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_headers.h 97 typedef std::vector<BufferBlock> Blocks;
101 // Returns the total amount of memory used by the buffer blocks.
104 const char* GetPtr(Blocks::size_type block_idx) const {
110 char* GetPtr(Blocks::size_type block_idx) {
150 Blocks::size_type* block_buffer_idx);
157 char* Reserve(size_t size, Blocks::size_type* block_buffer_idx);
177 Blocks::size_type num_blocks() const { return blocks_.size(); }
193 // The block at start_idx, and all subsequent blocks
195 void CleanupBlocksStartingFrom(Blocks::size_type start_idx);
198 Blocks blocks_
    [all...]
  /external/chromium_org/net/tools/balsa/
balsa_headers.h 97 typedef std::vector<BufferBlock> Blocks;
101 // Returns the total amount of memory used by the buffer blocks.
104 const char* GetPtr(Blocks::size_type block_idx) const {
110 char* GetPtr(Blocks::size_type block_idx) {
150 Blocks::size_type* block_buffer_idx);
157 char* Reserve(size_t size, Blocks::size_type* block_buffer_idx);
177 Blocks::size_type num_blocks() const { return blocks_.size(); }
193 // The block at start_idx, and all subsequent blocks
195 void CleanupBlocksStartingFrom(Blocks::size_type start_idx);
198 Blocks blocks_
    [all...]
  /external/jpeg/
jpeglib.h 49 * the PostScript DCT filter can emit files with many more than 10 blocks/MCU.
55 #define C_MAX_BLOCKS_IN_MCU 10 /* compressor's limit on blocks per MCU */
57 #define D_MAX_BLOCKS_IN_MCU 10 /* decompressor's limit on blocks per MCU */
71 typedef JBLOCK FAR *JBLOCKROW; /* pointer to one row of coefficient blocks */
72 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */
73 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */
135 /* Component's size in DCT blocks.
136 * Any dummy blocks added to complete an MCU are not counted; therefore
164 int MCU_width; /* number of blocks per MCU, horizontally */
165 int MCU_height; /* number of blocks per MCU, vertically *
    [all...]
  /external/openssh/
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...]
  /external/qemu/distrib/jpeg-6b/
jpeglib.h 49 * the PostScript DCT filter can emit files with many more than 10 blocks/MCU.
55 #define C_MAX_BLOCKS_IN_MCU 10 /* compressor's limit on blocks per MCU */
57 #define D_MAX_BLOCKS_IN_MCU 10 /* decompressor's limit on blocks per MCU */
71 typedef JBLOCK FAR *JBLOCKROW; /* pointer to one row of coefficient blocks */
72 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */
73 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */
135 /* Component's size in DCT blocks.
136 * Any dummy blocks added to complete an MCU are not counted; therefore
164 int MCU_width; /* number of blocks per MCU, horizontally */
165 int MCU_height; /* number of blocks per MCU, vertically *
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
params.def 343 /* The minimum profile count of basic blocks to look at when estimating
347 "Minimum profile count of basic blocks counted towards dynamic IPA "
468 /* The maximum number expansion factor when copying basic blocks. */
471 "The maximum expansion factor when copying basic blocks",
609 "max-sched-region-blocks",
610 "The maximum number of blocks in a region to be considered for interblock scheduling",
619 "max-pipeline-region-blocks",
620 "The maximum number of blocks in a region to be considered for interblock scheduling",
711 statements within the block. Clearly for large blocks the code
719 threading opportunities are for blocks with less than 1
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
params.def 343 /* The minimum profile count of basic blocks to look at when estimating
347 "Minimum profile count of basic blocks counted towards dynamic IPA "
468 /* The maximum number expansion factor when copying basic blocks. */
471 "The maximum expansion factor when copying basic blocks",
609 "max-sched-region-blocks",
610 "The maximum number of blocks in a region to be considered for interblock scheduling",
619 "max-pipeline-region-blocks",
620 "The maximum number of blocks in a region to be considered for interblock scheduling",
711 statements within the block. Clearly for large blocks the code
719 threading opportunities are for blocks with less than 1
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
params.def 343 /* The minimum profile count of basic blocks to look at when estimating
347 "Minimum profile count of basic blocks counted towards dynamic IPA "
468 /* The maximum number expansion factor when copying basic blocks. */
471 "The maximum expansion factor when copying basic blocks",
609 "max-sched-region-blocks",
610 "The maximum number of blocks in a region to be considered for interblock scheduling",
619 "max-pipeline-region-blocks",
620 "The maximum number of blocks in a region to be considered for interblock scheduling",
711 statements within the block. Clearly for large blocks the code
719 threading opportunities are for blocks with less than 1
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
params.def 343 /* The minimum profile count of basic blocks to look at when estimating
347 "Minimum profile count of basic blocks counted towards dynamic IPA "
468 /* The maximum number expansion factor when copying basic blocks. */
471 "The maximum expansion factor when copying basic blocks",
609 "max-sched-region-blocks",
610 "The maximum number of blocks in a region to be considered for interblock scheduling",
619 "max-pipeline-region-blocks",
620 "The maximum number of blocks in a region to be considered for interblock scheduling",
711 statements within the block. Clearly for large blocks the code
719 threading opportunities are for blocks with less than 1
    [all...]

Completed in 1409 milliseconds

<<51525354555657585960>>