HomeSort by relevance Sort by last modified time
    Searched full:block_size (Results 176 - 200 of 585) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/re2/util/
arena.h 30 UnsafeArena(const size_t block_size);
69 AllocatedBlock *AllocNewBlock(const size_t block_size);
  /external/e2fsprogs/ext2ed/
group_com.c 93 offset=file_system_info.first_group_desc_offset+copy_num*file_system_info.super_block.s_blocks_per_group*file_system_info.block_size;
112 temp=(device_offset-file_system_info.first_group_desc_offset) % (file_system_info.super_block.s_blocks_per_group*file_system_info.block_size);
  /external/libvpx/libvpx/vp9/encoder/
vp9_vaq.c 112 BLOCK_SIZE bs) {
136 int vp9_block_energy(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs) {
  /external/llvm/test/CodeGen/ARM/
2011-04-26-SchedTweak.ll 21 %block_size = alloca i32, align 4
44 %tmp5 = load i32* %block_size, align 4
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 77 FileInputStream::FileInputStream(int file_descriptor, int block_size)
79 impl_(&copying_input_, block_size) {
173 FileOutputStream::FileOutputStream(int file_descriptor, int block_size)
175 impl_(&copying_output_, block_size) {
271 IstreamInputStream::IstreamInputStream(istream* input, int block_size)
273 impl_(&copying_input_, block_size) {
313 OstreamOutputStream::OstreamOutputStream(ostream* output, int block_size)
315 impl_(&copying_output_, block_size) {
zero_copy_stream_impl.h 66 // If a block_size is given, it specifies the number of bytes that
69 explicit FileInputStream(int file_descriptor, int block_size = -1);
144 // If a block_size is given, it specifies the size of the buffers
147 explicit FileOutputStream(int file_descriptor, int block_size = -1);
218 // If a block_size is given, it specifies the number of bytes that
221 explicit IstreamInputStream(istream* stream, int block_size = -1);
262 // If a block_size is given, it specifies the size of the buffers
265 explicit OstreamOutputStream(ostream* stream, int block_size = -1);
  /external/regex-re2/util/
arena.h 30 UnsafeArena(const size_t block_size);
69 AllocatedBlock *AllocNewBlock(const size_t block_size);
  /external/zlib/src/contrib/ada/
buffer_demo.adb 73 Block_Size : constant := 4;
86 (P + 1 .. Stream_Element_Offset'Min (P + Block_Size, L)),
  /libcore/crypto/src/main/java/org/conscrypt/
ConnectionStateTLS.java 93 block_size = cipherSuite.getBlockSize();
104 logger.println(" block size: " + block_size);
154 if (block_size != 0) {
160 } else if (block_size != 0) {
240 int padding_length = (block_size == 0) ? 0 : getPaddingSize(++content_mac_length);
260 if (block_size != 0) {
267 + (block_size != 0
305 if (block_size != 0) {
  /external/chromium/net/disk_cache/
block_files_unittest.cc 266 int block_size = i % 4 + 1; local
267 EXPECT_TRUE(files.CreateBlock(BLOCK_1K, block_size, &address[i]));
269 EXPECT_EQ(block_size, address[i].num_blocks());
271 EXPECT_EQ(start / 4, (start + block_size - 1) / 4);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 36 #define BLOCK_SIZE (BLOCK_WIDTH * BLOCK_HEIGHT)
227 blocks += BLOCK_SIZE;
244 blocks += BLOCK_SIZE;
255 blocks += BLOCK_SIZE;
  /external/grub/stage2/
vstafs.h 26 #define BLOCK_SIZE 512
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_error_sse2.asm 15 ; int64_t vp9_block_error(int16_t *coeff, int16_t *dqcoeff, intptr_t block_size,
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 36 #define BLOCK_SIZE (BLOCK_WIDTH * BLOCK_HEIGHT)
227 blocks += BLOCK_SIZE;
244 blocks += BLOCK_SIZE;
255 blocks += BLOCK_SIZE;
  /external/openssh/
cipher-acss.c 76 acss_cipher.block_size = 1;
md-sha256.c 79 ssh_sha256.block_size = SHA256_BLOCK_LENGTH;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
minix_fs.h 27 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
minix_fs.h 27 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
minix_fs.h 27 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cl.py 29 'BITS_PER_COMPONENT', 'BLENDING', 'BLOCK_SIZE', 'BOTTOM_UP',
test_hmac.py 205 """Ain't no block_size attribute here."""
218 self.fail('Expected warning about missing block_size')
220 MockCrazyHash.block_size = 1
223 self.fail('Expected warning about small block_size')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cl.py 29 'BITS_PER_COMPONENT', 'BLENDING', 'BLOCK_SIZE', 'BOTTOM_UP',
test_hmac.py 205 """Ain't no block_size attribute here."""
218 self.fail('Expected warning about missing block_size')
220 MockCrazyHash.block_size = 1
223 self.fail('Expected warning about small block_size')
  /system/core/libsparse/
backed_block.h 57 struct backed_block_list *backed_block_list_new(unsigned int block_size);
  /external/chromium_org/net/disk_cache/
addr.h 152 int block_size = BlockSizeForFileType(file_type); local
153 return (size + block_size - 1) / block_size;

Completed in 1361 milliseconds

1 2 3 4 5 6 78 91011>>