| /external/libjpeg-turbo/ |
| jcapimin.c | 84 cinfo->block_size = DCTSIZE;
|
| /external/pdfium/core/fpdfapi/edit/ |
| fpdf_edit_create.cpp | 1482 uint32_t block_size = src_size > 4096 ? 4096 : src_size; local [all...] |
| /external/pdfium/third_party/libopenjpeg20/ |
| tcd.h | 128 OPJ_UINT32 block_size; /* size taken by cblks (in bytes) */ member in struct:opj_tcd_precinct
|
| /external/squashfs-tools/squashfs-tools/ |
| process_fragments.c | 194 block_size, &error);
|
| squashfs_fs.h | 285 unsigned int block_size; member in struct:squashfs_super_block
|
| squashfs_compat.h | 55 unsigned int block_size; member in struct:squashfs_super_block_3 254 SQUASHFS_SWAP((s)->block_size, d, 408, 32);\
|
| /external/syslinux/core/fs/xfs/ |
| xfs.c | 405 BLOCK_SIZE(fs) = info->blocksize;
|
| xfs_dir2.c | 85 memcpy(buf + offset, p, BLOCK_SIZE(fs)); 86 offset += BLOCK_SIZE(fs);
|
| /system/update_engine/payload_generator/ |
| ext2_filesystem.cc | 135 0, // block_size (autodetect)
|
| inplace_generator.h | 218 size_t block_size,
|
| payload_file.cc | 72 manifest_.set_block_size(config.block_size);
|
| /toolchain/binutils/binutils-2.25/gold/ |
| dwarf_reader.cc | 959 uint16_t block_size; local 960 block_size = this->dwinfo_->read_from_pointer<16>(&pattr); 961 pattr += block_size; 966 uint32_t block_size; local 967 block_size = this->dwinfo_->read_from_pointer<32>(&pattr); 968 pattr += block_size; 974 uint64_t block_size; local 975 block_size = read_unsigned_LEB_128(pattr, &len); 976 pattr += len + block_size; [all...] |
| /external/fio/tools/plot/ |
| fio2gnuplot | 196 time, perf, x, block_size = line[1] 199 blk_size=int(block_size)
|
| /external/libvpx/libvpx/vp9/encoder/ |
| vp9_aq_cyclicrefresh.c | 149 int mi_row, int mi_col, BLOCK_SIZE bsize, 214 BLOCK_SIZE bsize) {
|
| vp9_encoder.h | 677 BLOCK_SIZE vbp_bsize_min; 697 BLOCK_SIZE *prev_partition;
|
| /external/mesa3d/src/gallium/drivers/llvmpipe/ |
| lp_rast.c | 220 const unsigned block_size = scene->zsbuf.blocksize; local 240 switch (block_size) {
|
| /external/squashfs-tools/kernel-2.4/include/linux/ |
| squashfs_fs.h | 233 unsigned int block_size; member in struct:squashfs_super_block 389 SQUASHFS_SWAP((s)->block_size, d, 408, 32);\
|
| /system/update_engine/scripts/update_payload/ |
| update_metadata_pb2.py | 453 name='block_size', full_name='chromeos_update_engine.DeltaArchiveManifest.block_size', index=2,
|
| /external/libvpx/libvpx/vp9/decoder/ |
| vp9_decodeframe.c | 652 const BLOCK_SIZE sb_type = mi->sb_type; 735 BLOCK_SIZE bsize, int mi_row, int mi_col, int bw, 764 int mi_col, BLOCK_SIZE bsize, int bwl, int bhl) { 778 const BLOCK_SIZE uv_subsize = 876 int mi_col, BLOCK_SIZE subsize, [all...] |
| /external/opencv/cxcore/src/ |
| cxmatmul.cpp | 609 const int block_size = block_lin_size * block_lin_size; local [all...] |
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
| AESEngine.java | 421 private static final int BLOCK_SIZE = 16; 467 return BLOCK_SIZE; 504 return BLOCK_SIZE;
|
| /external/opencv/cv/src/ |
| cvcontours.cpp | 367 icvCreateMemStorage( &contour_storage, block_size/0 ); 409 icvCreateMemStorage( &contour_storage, block_size/0 ); 410 icvCreateMemStorage( &temp_storage, block_size/0 ); [all...] |
| /external/syslinux/core/fs/ntfs/ |
| ntfs.c | 247 offset = (file << mft_record_shift) % BLOCK_SIZE(fs); 1031 uint8_t buf[BLOCK_SIZE(fs)]; [all...] |
| /development/ndk/platforms/android-9/include/linux/ |
| cdrom.h | 604 __u32 block_size; member in struct:rwrt_feature_desc
|
| /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Flash/ |
| Flash.c | 202 if (BLOCK_SIZE(NandInfo) == BLOCK_SIZE_128K_VAL) {
|