/prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/linux/ |
minix_fs.h | 32 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
|
/prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/ |
minix_fs.h | 32 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
|
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/ |
minix_fs.h | 32 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/ |
minix_fs.h | 32 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/ |
minix_fs.h | 32 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
|
/prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/linux/ |
fs.h | 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
|
/prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/linux/ |
fs.h | 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
|
/prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/linux/ |
fs.h | 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
|
/prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/linux/ |
fs.h | 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
|
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/linux/ |
fs.h | 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
|
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/ |
fs.h | 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
|
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/ |
fs.h | 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
_md5.so | |
/system/update_engine/payload_generator/ |
delta_diff_generator.cc | 91 LOG(INFO) << "Block count: " << new_part.size / config.block_size;
|
/external/e2fsprogs/misc/ |
e4defrag.c | 166 static int block_size; variable 372 offset = (loff_t)defrag_data.orig_start * block_size; 373 length = (loff_t)defrag_data.len * block_size; 424 offset = (loff_t)defrag_data.orig_start * block_size; 829 / block_size; 831 / block_size; 833 / block_size; [all...] |
badblocks.8.in | 12 .I block_size 86 .BI \-b " block_size"
|
/external/squashfs-tools/squashfs-tools/ |
mksquashfs.c | 125 int block_size = SQUASHFS_FILE_SIZE, block_log; variable 451 int block_size, int uncompressed, int data_block) 456 c_byte = compressor_compress(comp, strm, d, s, size, block_size, 474 int mangle(char *d, char *s, int size, int block_size, 477 return mangle2(stream, d, s, size, block_size, uncompressed, [all...] |
unsquash-2.c | 210 ? 0 : inode->file_size % sBlk.s.block_size; 214 (i.data + sBlk.s.block_size - 1) >>
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_urllib.py | 279 def hooktester(count, block_size, total_size, count_holder=[0]):
281 self.assertIsInstance(block_size, int)
293 def hooktester(count, block_size, total_size, _report=report):
294 _report.append((count, block_size, total_size))
307 def hooktester(count, block_size, total_size, _report=report):
308 _report.append((count, block_size, total_size))
321 def hooktester(count, block_size, total_size, _report=report):
322 _report.append((count, block_size, total_size))
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
TensorScan.h | 279 Index block_size = 64; local 280 LAUNCH_CUDA_KERNEL((ScanKernel<Self, Reducer>), num_blocks, block_size, 0, self.device(), self, total_size, data);
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
BlockSparseMatrix.h | 35 * bmat.setBlockSize(block_size); 697 StorageIndex block_size = it->value().rows()*it->value().cols(); local 699 memcpy(&(m_values[nz_marker]), it->value().data(), block_size * sizeof(Scalar)); 702 m_blockPtr[block_id(outer)+1] = m_blockPtr[block_id(outer)] + block_size; 720 // Index block_size = it->value().rows()*it->value().cols(); 721 // m_blockPtr[id_nzblock+1] = m_blockPtr[id_nzblock] + block_size; 723 // memcpy(&(m_values[id_nz]),it->value().data(), block_size*sizeof(Scalar)); 724 // id_nz += block_size; [all...] |
/external/kernel-headers/original/uapi/linux/ |
bcache.h | 179 __u16 block_size; /* sectors */ member in struct:cache_sb::__anon21078::__anon21079 190 * block_size from the cache device section is still used by
|
/external/pdfium/core/fxcodec/lgif/ |
fx_gif.cpp | 489 gif_ptr->pte_ptr->block_size = 12; 697 gif_pt_ptr->pte_ptr->block_size = gif_pte_ptr->block_size; 746 gif_ptr->gce_ptr->block_size = gif_gce_ptr->block_size; [all...] |
/external/protobuf/src/google/protobuf/io/ |
zero_copy_stream_unittest.cc | 418 int block_size = kBlockSizes[4]; local 419 int gzip_buffer_size = block_size; 422 ArrayOutputStream output(buffer, kBufferSize, block_size); 435 ArrayInputStream input(buffer, size, block_size); 447 int block_size = kBlockSizes[4]; local 448 int gzip_buffer_size = block_size; 450 ArrayOutputStream output(buffer, kBufferSize, block_size); 462 ArrayInputStream input(buffer, size, block_size);
|
/external/webp/src/enc/ |
backward_references_enc.h | 156 // Initialize the object. 'block_size' is the common block size to store 158 void VP8LBackwardRefsInit(VP8LBackwardRefs* const refs, int block_size);
|