HomeSort by relevance Sort by last modified time
    Searched full:block_size (Results 301 - 325 of 1104) sorted by null

<<11121314151617181920>>

  /external/zlib/src/contrib/ada/
buffer_demo.adb 73 Block_Size : constant := 4;
86 (P + 1 .. Stream_Element_Offset'Min (P + Block_Size, L)),
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
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);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
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);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
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);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
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);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
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);
  /system/core/libsparse/
append2simg.c 101 } else if (input_len % sparse_output->block_size) {
107 output_block = sparse_output->len / sparse_output->block_size;
  /system/update_engine/payload_consumer/
xz_extent_writer.cc 59 uint32_t block_size) {
62 return underlying_writer_->Init(fd, extents, block_size);
  /bionic/linker/
linker_allocator.cpp 85 LinkerSmallObjectAllocator::LinkerSmallObjectAllocator(uint32_t type, size_t block_size)
86 : type_(type), block_size_(block_size), free_pages_cnt_(0), free_blocks_list_(nullptr) {}
152 __libc_fatal("invalid pointer: %p (block_size=%zd)", ptr, block_size_);
183 __libc_fatal("page record for %p was not found (block_size=%zd)", ptr, block_size_);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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')
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorExecutor.h 253 const int block_size = device.maxCudaThreadsPerBlock(); local
255 device.maxCudaThreadsPerMultiProcessor() / block_size;
258 const int num_blocks = numext::maxi<int>(numext::mini<int>(max_blocks, divup<int>(size, block_size)), 1);
262 num_blocks, block_size, 0, device, evaluator, size);
  /external/kernel-headers/original/uapi/linux/
minix_fs.h 28 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
  /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/
md-sha256.c 79 ssh_sha256.block_size = SHA256_BLOCK_LENGTH;
  /external/syslinux/core/fs/xfs/
xfs_dinode.c 40 if (offset > BLOCK_SIZE(fs)) {
  /external/syslinux/gpxe/src/include/gpxe/
nvs.h 36 unsigned int block_size; member in struct:nvs_device
  /external/webrtc/webrtc/common_audio/
blocker.cc 102 size_t block_size,
109 block_size_(block_size),
128 // When block_size < chunk_size the input and output buffers look like this:
147 // When block_size > chunk_size the input and output buffers look like this:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
minix_fs.h 28 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
minix_fs.h 28 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
alloc-pool.h 54 size_t block_size; member in struct:alloc_pool_def
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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')

Completed in 2193 milliseconds

<<11121314151617181920>>