/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_mpeg12_decoder.c | 100 res_tmpl.height0 = align(dec->num_blocks, dec->blocks_per_line) / dec->blocks_per_line; 333 unsigned tb, x, y, num_blocks = 0; local 357 num_blocks++; 378 num_blocks++; 382 memcpy(buf->texels, mb->blocks, 64 * sizeof(short) * num_blocks); 383 buf->texels += 64 * num_blocks; 864 dec->blocks_per_line, dec->num_blocks, num_channels)) 868 dec->blocks_per_line, dec->num_blocks, num_channels)) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/ |
test_blocks.c | 86 assert(blocks.num_blocks == min_required_blocks);
|
/external/jpeg/ |
jcdctmgr.c | 183 JDIMENSION num_blocks) 195 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) { 273 JDIMENSION num_blocks) 285 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_mpeg12_decoder.c | 100 res_tmpl.height0 = align(dec->num_blocks, dec->blocks_per_line) / dec->blocks_per_line; 333 unsigned tb, x, y, num_blocks = 0; local 357 num_blocks++; 378 num_blocks++; 382 memcpy(buf->texels, mb->blocks, 64 * sizeof(short) * num_blocks); 383 buf->texels += 64 * num_blocks; 864 dec->blocks_per_line, dec->num_blocks, num_channels)) 868 dec->blocks_per_line, dec->num_blocks, num_channels)) [all...] |
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
test_blocks.c | 86 assert(blocks.num_blocks == min_required_blocks);
|
/external/qemu/distrib/jpeg-6b/ |
jcdctmgr.c | 183 JDIMENSION num_blocks) 195 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) { 273 JDIMENSION num_blocks) 285 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
|
/external/e2fsprogs/misc/ |
badblocks.c | 106 static blk_t num_blocks = 0; variable 204 (unsigned long) num_blocks), 220 if (!num_blocks) 480 num_blocks = last_block - 1; 534 num_blocks = 0; 589 num_blocks = last_block - 1; 627 num_blocks = 0; 634 num_blocks = last_block; 674 num_blocks = 0; 780 num_blocks = last_block - 1 [all...] |
/system/extras/ext4_utils/ |
ext4fixup.c | 623 unsigned int num_blocks; local 645 num_blocks = dirsize / info.block_size; 647 block_list = malloc((num_blocks + 1) * sizeof(*block_list)); 664 if (num_blocks > (info.block_size / 4 + EXT4_NDIR_BLOCKS)) { 671 for (i = 0; i < num_blocks; i++) { 768 for (i = 0; i < num_blocks; i++) {
|
/external/chromium_org/net/disk_cache/v3/ |
backend_worker.cc | 454 int num_blocks = Addr::RequiredBlocks(size, file_type); local 456 if (!CreateBlock(file_type, num_blocks, &address)) 467 size = address.num_blocks() * address.BlockSize();
|
/external/chromium_org/net/disk_cache/ |
addr.h | 97 int num_blocks() const;
|
block_files.cc | 362 size_t size = address.BlockSize() * address.num_blocks(); 369 file_header.DeleteMapBlock(address.start_block(), address.num_blocks()); 427 bool rv = header.UsedMapBlock(address.start_block(), address.num_blocks()); 434 size_t size = address.BlockSize() * address.num_blocks();
|
/external/chromium_org/third_party/libwebp/dsp/ |
upsampling_neon.c | 221 const int num_blocks = (uv_len - 1) >> 3; \ 222 const int leftover = uv_len - num_blocks * 8; \ 223 const int last_pos = 1 + 16 * num_blocks; \ 245 for (block = 0; block < num_blocks; ++block) { \
|
/external/e2fsprogs/lib/ext2fs/ |
mkjournal.c | 199 int num_blocks; member in struct:mkjournal_struct 229 es->num_blocks--; 264 if (es->num_blocks == 0) 295 es.num_blocks = size;
|
/external/libnfc-nci/src/nfc/include/ |
ce_api.h | 127 NFC_API extern tNFC_STATUS CE_T3tSendCheckRsp (UINT8 status1, UINT8 status2, UINT8 num_blocks, UINT8 *p_block_data);
|
/external/libnfc-nci/src/nfc/int/ |
ce_int.h | 68 UINT8 num_blocks; member in struct:__anon23606
|
/external/webp/src/dsp/ |
upsampling_neon.c | 221 const int num_blocks = (uv_len - 1) >> 3; \ 222 const int leftover = uv_len - num_blocks * 8; \ 223 const int last_pos = 1 + 16 * num_blocks; \ 245 for (block = 0; block < num_blocks; ++block) { \
|
/external/chromium_org/crypto/ |
ghash.cc | 222 void GaloisHash::UpdateBlocks(const uint8* bytes, size_t num_blocks) { 223 for (size_t i = 0; i < num_blocks; i++) {
|
/external/chromium_org/media/filters/ |
wsola_internals.cc | 64 int num_blocks = input->frames() - (frames_per_block - 1); local 79 for (int n = 1; n < num_blocks; ++n, ++slide_in, ++slide_out) {
|
/external/chromium/net/disk_cache/ |
block_files.cc | 290 size_t size = address.BlockSize() * address.num_blocks(); 297 DeleteMapBlock(address.start_block(), address.num_blocks(), header); 352 bool rv = UsedMapBlock(address.start_block(), address.num_blocks(), header); 359 size_t size = address.BlockSize() * address.num_blocks();
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_copy_propagation.cpp | 142 for (int b = 0; b < cfg.num_blocks; b++) {
|
brw_fs_cse.cpp | 181 for (int b = 0; b < cfg.num_blocks; b++) {
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
s3_cbc.c | 454 len, max_mac_bytes, num_blocks, local 570 /* num_blocks is the maximum number of hash blocks. */ 571 num_blocks = (max_mac_bytes + 1 + md_length_size + md_block_size - 1) / md_block_size; 600 if (num_blocks > variance_blocks + (is_sslv3 ? 1 : 0)) 602 num_starting_blocks = num_blocks - variance_blocks;
|
/external/e2fsprogs/e2fsck/ |
pass1.c | 83 blk64_t num_blocks; member in struct:process_block_struct 814 pb.num_blocks = pb.last_block = 0; [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_copy_propagation.cpp | 142 for (int b = 0; b < cfg.num_blocks; b++) {
|
brw_fs_cse.cpp | 181 for (int b = 0; b < cfg.num_blocks; b++) {
|