Searched refs:last (Results 1 - 11 of 11) sorted by relevance

/system/core/include/sysutils/
H A DList.h190 * Return the first element or one past the last element. The
223 void insert(iterator posn, const_iterator first, const_iterator last) { argument
224 for ( ; first != last; ++first)
239 iterator erase(iterator first, iterator last) { argument
240 while (first != last)
242 return iterator(last);
261 * will be equal to "last". The iterators must refer to the same
275 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const
278 while (first != last) {
/system/netd/
H A DList.h190 * Return the first element or one past the last element. The
223 void insert(iterator posn, const_iterator first, const_iterator last) { argument
224 for ( ; first != last; ++first)
239 iterator erase(iterator first, iterator last) { argument
240 while (first != last)
242 return iterator(last);
261 * will be equal to "last". The iterators must refer to the same
275 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const
278 while (first != last) {
/system/extras/fatblock/
H A Dfs.h46 struct extent *fs_find_extent(struct fs *fs, offset_t start, offset_t len, struct extent *last,
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/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/ext4_utils/
H A Dallocate.c28 struct region *last; member in struct:region_list
66 alloc->list.last = NULL;
68 alloc->oob_list.last = NULL;
87 if (list->last == reg)
88 list->last = reg->prev;
98 list->last = reg;
103 list->last->next = reg;
104 reg->prev = list->last;
105 list->last = reg;
244 /* Reduces an existing allocation by len blocks by return the last block
[all...]
/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/core/libpixelflinger/
H A Dt32cb16blend.S152 last: label
202 b last
/system/core/debuggerd/
H A Dtombstone.c271 size_t first, last; local
278 last = i;
294 for (size_t i = first; i <= last; i++) {
303 if (i == last) {
457 * If "tailOnly" is set, we only print the last few lines.
/system/extras/showmap/
H A Dshowmap.c264 mapinfo* last = mi; local
294 free(last);
/system/core/adb/
H A Dsysdeps_win32.c2175 adb_strtok_r(char *s, const char *delim, char **last) argument
2182 if (s == NULL && (s = *last) == NULL)
2196 *last = NULL;
2214 *last = s;

Completed in 161 milliseconds