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

  /external/e2fsprogs/e2fsck/
dirinfo.c 23 struct dir_info *last_lookup; member in struct:dir_info_db
159 ctx->dir_info->last_lookup = NULL;
245 if (db->last_lookup && db->last_lookup->ino == ino)
246 return db->last_lookup;
417 ctx->dir_info->last_lookup = ctx->dir_info->array + iter->i++;
418 return(ctx->dir_info->last_lookup);
  /external/harfbuzz_ng/src/
hb-ot-map-private.hh 77 unsigned int last_lookup; /* Cumulative */ member in struct:hb_ot_map_t::stage_map_t
120 unsigned int start = stage ? stages[table_index][stage - 1].last_lookup : 0;
121 unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lookups[table_index].len;
hb-ot-map.cc 329 stage_map->last_lookup = last_num_lookups;
hb-ot-layout.cc     [all...]
  /external/e2fsprogs/lib/ext2fs/
icount.c 59 struct ext2_icount_el *last_lookup; member in struct:ext2_icount
325 if (icount->last_lookup && icount->last_lookup->ino == ino)
326 return icount->last_lookup;
359 icount->last_lookup = el;

Completed in 126 milliseconds