HomeSort by relevance Sort by last modified time
    Searched defs:blk_idx (Results 1 - 5 of 5) sorted by null

  /external/fsverity-utils/
cmd_setup.c 149 u64 blk_idx; local
157 blk_idx = i;
161 blk_idx = hash_lvl_region_idx[lvl - 1] + i;
164 blk_idx << params->blockbits))
186 blk_idx = hash_lvl_region_idx[lvl] +
191 blk_idx << params->blockbits))
  /external/libvpx/libvpx/vp8/decoder/
error_concealment.c 115 const int blk_idx = VPXMAX(rel_ol_blk_row, 0) * 4 + VPXMAX(rel_ol_blk_col, 0); local
117 B_OVERLAP *b_ol_ul = &(b_overlaps[blk_idx]);
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_compiler_nir.c 1314 unsigned blk_idx = nir_src_as_const_value(intr->src[0])->u32[0]; local
    [all...]
  /external/u-boot/fs/ext4/
ext4_common.c 477 int blk_idx; local
510 blk_idx = directory_blocks - 1;
514 first_block_no_of_root = read_allocated_block(g_parent_inode, blk_idx);
542 if (blk_idx > 0) {
544 blk_idx--;
633 int blk_idx; local
649 for (blk_idx = 0; blk_idx < directory_blocks; blk_idx++) {
650 blknr = read_allocated_block(parent_inode, blk_idx);
937 int blk_idx; local
    [all...]
  /external/libaom/libaom/av1/encoder/
rdopt.c 3503 const int blk_idx = local
5097 int blk_idx = 0; local
5251 int blk_idx = 0; local
    [all...]

Completed in 970 milliseconds