Searched defs:last (Results 1 - 6 of 6) sorted by relevance

/system/core/libpixelflinger/
H A Dt32cb16blend.S152 last: label
202 b last
/system/core/sh/
H A Dhistedit.c227 int first, last, direction; local
334 * determine [first] and [last]
357 last = str_to_event(laststr, 1);
360 i = last;
361 last = first;
369 direction = first < last ? H_PREV : H_NEXT;
422 * At end? (if we were to lose last, we'd sure be
425 if (he.num == last)
480 str_to_event(const char *str, int last) argument
507 * the notion of first and last i
[all...]
/system/extras/fatblock/
H A Dfs.c43 struct extent *last,
56 e = last ? last->next : fs->extents;
42 fs_find_extent(struct fs *fs, offset_t start, offset_t len, struct extent *last, offset_t *r_start_out, offset_t *e_start_out, offset_t *len_out) argument
/system/extras/showmap/
H A Dshowmap.c266 mapinfo* last = mi; local
296 free(last);
/system/core/gpttool/
H A Dgpttool.c118 int add_ptn(struct ptable *ptbl, u64 first, u64 last, const char *name) argument
129 if (last > hdr->last_lba) {
139 entry->last_lba = last;
/system/extras/ext4_utils/
H A Dallocate.c27 struct region *last; member in struct:region_list
65 alloc->list.last = NULL;
67 alloc->oob_list.last = NULL;
86 if (list->last == reg)
87 list->last = reg->prev;
97 list->last = reg;
102 list->last->next = reg;
103 reg->prev = list->last;
104 list->last = reg;
242 /* Reduces an existing allocation by len blocks by return the last block
[all...]

Completed in 102 milliseconds