/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_texture.c | 124 unsigned alignment, nblocksx, nblocksy, block_size; local 138 block_size = util_format_get_blocksize(pt->format); 140 lpr->row_stride[level] = align(nblocksx * block_size, 16); 803 const unsigned block_size = util_format_get_blocksize(format); local 808 const unsigned buffer_size = block_size * nblocksy * nblocksx; [all...] |
lp_rast.c | 220 const unsigned block_size = scene->zsbuf.blocksize; local 240 switch (block_size) {
|
/system/core/toolbox/ |
newfs_msdos.c | 801 u_long block_size; local 810 if (ioctl(fd, BLKGETSIZE, &block_size)) { 815 if (block_size > UINT32_MAX) { 816 fprintf(stderr, "Error blocksize too large: %lu\n", block_size); 820 bpb->bsec = (u_int)block_size; [all...] |
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
inode.c | 595 if (sblk->block_size > 4096) 648 if (sblk->block_size > 4096) 944 if(msblk->devblksize < BLOCK_SIZE) 945 msblk->devblksize = BLOCK_SIZE; 1000 TRACE("Block size %d\n", sblk->block_size); 1029 msblk->read_size = (sblk->block_size < SQUASHFS_METADATA_SIZE) ? 1031 sblk->block_size; 1039 if (!(msblk->read_page = kmalloc(sblk->block_size, GFP_KERNEL))) { 1130 buf->f_bsize = sblk->block_size; [all...] |
/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/opencv/cxcore/src/ |
cxconvert.cpp | 664 int block_size = MIN( remaining, block_size0 ); \ 672 for( i = 0; i <= block_size - 2; i += 2, \ 678 if( i < block_size ) \ 684 for( i=0; i <= block_size-2; i+=2, d+=dd*2 )\ 686 if( i < block_size ) \ 691 remaining -= block_size; \ [all...] |
/external/autotest/client/cros/ |
cros_disks.py | 515 def __init__(self, block_size, block_count, filesystem_type, 520 block_size: The number of bytes of each block in the image. 530 self._block_size = block_size
|
/external/libjpeg-turbo/ |
jpeglib.h | 447 int block_size; /* the basic DCT block size: 1..16 */ member in struct:jpeg_compress_struct 681 int block_size; /* the basic DCT block size: 1..16 */ member in struct:jpeg_decompress_struct [all...] |
jdinput.c | 79 cinfo->block_size = DCTSIZE;
|
/external/opencv3/3rdparty/libjpeg/ |
jpeglib.h | 429 int block_size; /* the basic DCT block size: 1..16 */ member in struct:jpeg_compress_struct 658 int block_size; /* the basic DCT block size: 1..16 */ member in struct:jpeg_decompress_struct [all...] |
/external/opencv3/modules/core/test/ |
test_ds.cpp | 536 elem_size = MIN( elem_size, (int)(storage->block_size - sizeof(void*) - 558 hdr_size = MIN( hdr_size, (int)(storage->block_size - sizeof(CvMemBlock)) ); 1809 int block_size = cvRound( exp(t * CV_LOG2) ); local [all...] |
/external/pdfium/third_party/libopenjpeg20/ |
tcd.c | [all...] |
/external/protobuf/src/google/protobuf/io/ |
tokenizer_unittest.cc | 124 TestInputStream(const void* data, int size, int block_size) 125 : array_stream_(data, size, block_size), counter_(0) {} [all...] |
/external/v8/src/ |
gdb-jit.cc | 1166 Writer::Slot<uint32_t> block_size = w->CreateSlotHere<uint32_t>(); local 1172 block_size.set(static_cast<uint32_t>(w->position() - block_start)); 1214 Writer::Slot<uint32_t> block_size = w->CreateSlotHere<uint32_t>(); local 1227 Writer::Slot<uint32_t> block_size = w->CreateSlotHere<uint32_t>(); local 1238 Writer::Slot<uint32_t> block_size = w->CreateSlotHere<uint32_t>(); local [all...] |
/external/wpa_supplicant_8/src/eap_common/ |
ikev2_common.c | 453 iv_len = encr_alg->block_size; 552 iv_len = encr_alg->block_size;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/ |
nestegg.c | 1244 ne_read_block(nestegg * ctx, uint64_t block_id, uint64_t block_size, nestegg_packet ** data) 1259 if (block_size > LIMIT_BLOCK) 1309 frame_sizes[0] = block_size - consumed; 1314 r = ne_read_xiph_lacing(ctx->io, (size_t)block_size, &consumed, frames, frame_sizes); 1319 if ((block_size - consumed) % frames) 1322 frame_sizes[i] = (block_size - consumed) / frames; 1327 r = ne_read_ebml_lacing(ctx->io, (size_t)block_size, &consumed, frames, frame_sizes); 1337 if (total > block_size) [all...] |
/system/extras/f2fs_utils/ |
f2fs_sparseblock.c | 134 SLOGD("block_size: %d", info->block_size); 410 info->block_size = F2FS_BLKSIZE;
|
/external/libnfc-nci/src/nfc/include/ |
rw_api.h | 229 UINT8 block_size; /* block size in byte if I93_INFO_FLAG_MEM_SIZE */ member in struct:__anon16505 [all...] |
/external/wpa_supplicant_8/src/tls/ |
tlsv1_record.c | 60 rl->iv_size = data->block_size;
|
/system/update_engine/common/ |
utils.h | 199 // * |block_size| bytes. Returns true on success, false otherwise. 367 size_t block_size);
|
/system/update_engine/payload_consumer/ |
delta_performer_unittest.cc | 515 const uint64_t block_size = 4096; local 516 const uint64_t file_length = 4 * block_size - 13; 526 block_size, [all...] |
/external/opencv3/modules/cudaobjdetect/src/ |
hog.cpp | 102 Size block_size, 182 Size block_size, 187 block_size_(block_size), 202 CV_Assert((win_size.width - block_size.width ) % block_stride.width == 0 && 203 (win_size.height - block_size.height) % block_stride.height == 0); 205 CV_Assert(block_size.width % cell_size.width == 0 && 206 block_size.height % cell_size.height == 0); 212 Size cells_per_block(block_size.width / cell_size.width, block_size.height / cell_size.height); 536 Size block_size, [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_rdopt.c | 158 static void model_rd_for_sb(VP9_COMP *cpi, BLOCK_SIZE bsize, 189 const BLOCK_SIZE bs = get_plane_block_size(bsize, pd); 191 const BLOCK_SIZE unit_size = txsize_to_bsize[max_tx_size]; 275 intptr_t block_size, 282 for (i = 0; i < block_size; i++) { 297 intptr_t block_size, 303 return vp9_block_error_c(coeff, dqcoeff, block_size, ssz); 308 intptr_t block_size, 311 return vp9_highbd_block_error_8bit(coeff, dqcoeff, block_size, ssz); 313 return vp9_highbd_block_error(coeff, dqcoeff, block_size, ssz, bd) [all...] |
/external/opencv3/modules/core/src/ |
matmul.cpp | 822 int block_size = (max_wg_size / (32*cn) < 32) ? (max_wg_size / (16*cn) < 16) ? (max_wg_size / (8*cn) < 8) ? 1 : 8 : 16 : 32; local 842 cn, kercn, block_size, 843 (sizeA.width % block_size !=0) ? "-D NO_MULT" : "", 863 size_t localsize[2] = { block_size, block_size}; 864 return k.run(2, globalsize, block_size!=1 ? localsize : NULL, false); 884 const int block_size = block_lin_size * block_lin_size; local [all...] |
/external/webp/src/enc/ |
backward_references.c | 118 void VP8LBackwardRefsInit(VP8LBackwardRefs* const refs, int block_size) { 123 (block_size < MIN_BLOCK_SIZE) ? MIN_BLOCK_SIZE : block_size; [all...] |