HomeSort by relevance Sort by last modified time
    Searched defs:blk (Results 51 - 75 of 88) sorted by null

1 23 4

  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 796 ImageBlock blk = mCache.get(row); local
797 Assert(blk != null); // We won't reuse the block if it has pending
799 blk.cancelRequest(col);
836 ImageBlock blk = mCache.get(row); local
837 if (blk == null) {
839 blk = getEmptyBlock();
840 blk.setRow(row);
841 blk.invalidate();
842 mCache.put(row, blk);
844 return blk.loadImages()
882 ImageBlock blk = mCache.get(row); local
915 ImageBlock blk = mCache.get(currentBlock); local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NFAFactory.java 150 public StateCluster build_AlternativeBlockComplement(StateCluster blk) {
151 State s0 = blk.left;
154 // if set is available, then structure known and blk is a set
159 return blk;
706 StateCluster blk = build_AlternativeBlock(alts); local
708 return blk;
714 protected IntSet getCollapsedBlockAsSet(State blk) {
715 State s0 = blk;
Rule.java 320 //System.out.println("blk "+tree.findFirstType(ANTLRParser.BLOCK).toStringTree());
359 GrammarAST blk = tree.findFirstType(ANTLRParser.BLOCK); local
360 GrammarAST alt = blk.getBlockALT(i);
  /external/bluetooth/bluedroid/stack/gap/
gap_int.h 164 tGAP_INFO blk[GAP_MAX_BLOCKS]; member in struct:__anon5893
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 720 int i, cbp, blk = 0; local
735 blk++;
743 blk++;
749 unsigned cc = blk2cc[blk];
750 unsigned size = vl_vlc_get_vlclbf(&bs->vlc, blk2dcsize[blk], 10);
  /external/e2fsprogs/debugfs/
set_fields.c 531 blk64_t blk; local
535 blk = strtoull(arg, &tmp, 0);
544 NULL, BMAP_SET, array_idx, NULL, &blk);
debugfs.c 2091 blk64_t blk, pblk; local
    [all...]
  /external/e2fsprogs/e2fsck/
journal.c 214 blk64_t blk = *block_nr; local
218 if (!blk || blk < fs->super->s_first_data_block ||
219 blk >= ext2fs_blocks_count(fs->super))
super.c 68 blk64_t blk = *block_nr; local
75 pctx->blk = blk;
78 if (HOLE_BLKADDR(blk))
81 if ((blk < fs->super->s_first_data_block) ||
82 (blk >= ext2fs_blocks_count(fs->super))) {
89 if (!ext2fs_test_block_bitmap2(fs->block_map, blk)) {
108 pb->errcode = io_channel_read_blk64(fs->io, blk, 1,
130 pb->errcode = io_channel_read_blk64(fs->io, blk, 1,
136 pb->errcode = io_channel_write_blk64(fs->io, blk, 1
321 blk_t blk, pblk; local
    [all...]
pass1b.c 325 blk64_t blk = ext2fs_file_acl_block(fs, &inode); local
326 process_pass1b_block(fs, &blk,
328 ext2fs_file_acl_block_set(fs, &inode, blk);
365 p->pctx->blk = *block_nr;
664 pctx.blk = ext2fs_file_acl_block(fs, &dp->inode);
676 blk64_t blk = ext2fs_file_acl_block(fs, &dp->inode); local
677 delete_file_block(fs, &blk,
679 ext2fs_file_acl_block_set(fs, &dp->inode, blk);
788 blk64_t blk, new_blk; local
826 blk = ext2fs_file_acl_block(fs, &dp->inode)
    [all...]
pass2.c 209 pctx.blk = dx_db->min_hash;
230 pctx.blk = dx_db->max_hash;
333 if (db_a->blk != db_b->blk)
334 return (int) (db_a->blk - db_b->blk);
536 blk_t blk; local
588 blk = ext2fs_le32_to_cpu(ent[i].block) & 0x0ffffff;
590 if (blk >= (blk_t) dx_dir->numblocks) {
591 cd->pctx.blk = blk
1417 blk64_t blk; local
    [all...]
rehash.c 642 blk64_t blk; local
649 blk = *block_nr;
655 if (blk % EXT2FS_CLUSTER_RATIO(fs) == 0) {
657 blk);
658 ext2fs_block_alloc_stats2(fs, blk, -1);
pass1.c 406 blk64_t blk; local
443 &blk))
449 blk = inode->i_block[i];
450 if (!blk)
455 if (blk < ctx->fs->super->s_first_data_block ||
456 blk >= ext2fs_blocks_count(ctx->fs->super) ||
458 blk))
461 blk = inode->i_block[0];
475 retval = ext2fs_read_dir_block3(ctx->fs, blk, buf, 0);
1456 blk64_t blk; local
1498 blk64_t blk; local
1682 blk64_t blk; local
1767 blk64_t blk, last_lblk; local
2256 blk64_t blk = *block_nr; local
2413 blk64_t blk = *block_nr; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
extent.c 282 blk64_t blk; local
436 blk = ext2fs_le32_to_cpu(ix->ei_leaf) +
443 blk, 1, newpath->buf);
540 blk64_t blk; local
549 blk = ext2fs_le32_to_cpu(ix->ei_leaf) +
553 blk, 1, handle->path[handle->level].buf);
598 * Go to the node at leaf_level which contains logical block blk.
603 * If "blk" has no mapping (hole) then handle is left at last
604 * extent before blk.
607 int leaf_level, blk64_t blk)
    [all...]
  /external/e2fsprogs/misc/
dumpe2fs.c 297 blk_t blk; local
318 while (ext2fs_badblocks_list_iterate(bb_iter, &blk)) {
319 printf(header ? header : fmt, blk);
e2image.c 68 /* writing to blk device: don't skip zeroed blocks */
476 static void scramble_dir_block(ext2_filsys fs, blk64_t blk, char *buf)
501 (unsigned long long) blk, rec_len);
513 (unsigned long long) blk, dirent->name_len);
559 blk64_t blk; local
601 for (blk = start; blk < end; blk++) {
610 if (blk < (source_offset - dest_offset) / fs->blocksize)
648 if ((blk >= fs->super->s_first_data_block) &
1125 blk64_t blk, offset, size, end; local
    [all...]
mke2fs.c 181 static void invalid_block(ext2_filsys fs EXT2FS_ATTR((unused)), blk_t blk)
183 fprintf(stderr, _("Bad block %u out of range; ignored.\n"), blk);
245 blk_t blk; local
309 while (ext2fs_badblocks_list_iterate(bb_iter, &blk))
310 ext2fs_mark_block_bitmap2(fs->block_map, EXT2FS_B2C(fs, blk));
317 blk64_t blk; local
329 blk = ext2fs_inode_table_loc(fs, i);
342 retval = ext2fs_zero_blocks2(fs, blk, num, &blk, &num);
346 num, blk, error_message(retval))
503 blk64_t blk, err_blk; local
    [all...]
tune2fs.c 1385 blk64_t blk, new_blk, goal; local
1492 blk64_t blk; local
1566 blk64_t blk, new_blk; local
1591 blk64_t blk; local
1664 blk64_t blk; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 720 int i, cbp, blk = 0; local
735 blk++;
743 blk++;
749 unsigned cc = blk2cc[blk];
750 unsigned size = vl_vlc_get_vlclbf(&bs->vlc, blk2dcsize[blk], 10);
  /external/pdfium/core/src/fxge/agg/agg23/
agg_array.h 279 T** blk = m_blocks + m_num_blocks - 1; local
281 FX_Free(*blk);
282 --blk;
418 int8u** blk = m_blocks + m_num_blocks - 1; local
420 FX_Free(*blk);
421 --blk;
  /external/yaffs2/yaffs2/mtdemul/
nandemul2k.c 104 int blk = page/PAGES_PER_BLOCK; local
107 memcpy(buffer,&ned.block[blk]->page[pg]->data[start],nBytes);
115 int blk = page/PAGES_PER_BLOCK; local
119 p = &ned.block[blk]->page[pg]->data[start];
134 nandemul_Block *blk; local
141 blk = ned.block[blockNumber];
145 memset(blk->page[i],0xff,sizeof(nandemul_Page));
146 blk->page[i]->empty = 1;
190 nandemul_Block *blk; local
192 if(!(blk = ned.block[i] = ALLOCATE(sizeof(nandemul_Block)))
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 59 #define IS_BLOCK_BM(fs, i, blk) ((blk) == ext2fs_block_bitmap_loc((fs),(i)))
60 #define IS_INODE_BM(fs, i, blk) ((blk) == ext2fs_inode_bitmap_loc((fs),(i)))
62 #define IS_INODE_TB(fs, i, blk) (((blk) >= ext2fs_inode_table_loc((fs), (i))) && \
63 ((blk) < (ext2fs_inode_table_loc((fs), (i)) + \
228 blk64_t blk, lblk; local
240 blk = ext2fs_group_first_block2(fs, g);
242 ext2fs_unmark_block_bitmap_range2(fs->block_map, blk,
278 blk64_t blk; local
319 blk64_t blk, group_block; local
745 blk64_t blk; local
855 blk64_t blk, group_blk; local
1194 blk64_t blk; local
1213 blk64_t blk, old_blk, new_blk; local
1722 blk64_t old_blk, new_blk, blk; local
1897 blk64_t blk; local
    [all...]
  /external/libpcap/
tokdefs.h 301 } blk; member in union:YYSTYPE
  /external/qemu/qapi-auto-generated/
qmp-marshal.c 3052 bool blk; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 3051 MachineBasicBlock *blk = oldInstr->getParent(); local
3069 MachineBasicBlock *blk = oldInstr->getParent(); local
3121 MachineBasicBlock *blk = oldInstr->getParent(); local
    [all...]

Completed in 482 milliseconds

1 23 4