OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_lookup
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-map-private.hh
71
unsigned int
last_lookup
; /* Cumulative */
member in struct:hb_ot_map_t::stage_map_t
114
unsigned int start = stage ? stages[table_index][stage - 1].
last_lookup
: 0;
115
unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].
last_lookup
: lookups[table_index].len;
/external/e2fsprogs/e2fsck/
dirinfo.c
21
struct dir_info *
last_lookup
;
member in struct:dir_info_db
222
if (db->
last_lookup
&& db->
last_lookup
->ino == ino)
223
return db->
last_lookup
;
384
ctx->dir_info->
last_lookup
= ctx->dir_info->array + iter->i++;
385
return(ctx->dir_info->
last_lookup
);
/external/e2fsprogs/lib/ext2fs/
icount.c
58
struct ext2_icount_el *
last_lookup
;
member in struct:ext2_icount
309
if (icount->
last_lookup
&& icount->
last_lookup
->ino == ino)
310
return icount->
last_lookup
;
343
icount->
last_lookup
= el;
Completed in 746 milliseconds