Home
last modified time | relevance | path

Searched refs:lastindex (Results 1 – 2 of 2) sorted by relevance

/linux/tools/mm/
H A Dpage_owner_sort.c280 int lastindex = -1, j = 0; in explode()
289 ret[j] = calloc(i - lastindex, sizeof(char)); in free_explode()
290 memcpy(ret[j++], str + lastindex + 1, i - lastindex - 1); in free_explode()
291 lastindex = i; in free_explode()
294 if (lastindex <= len - 1) {
295 ret[j] = calloc(len - lastindex, sizeof(char));
296 memcpy(ret[j++], str + lastindex + 1, strlen(str) - 1 - lastindex);
266 int lastindex = -1, j = 0; explode() local
/linux/fs/jfs/
H A Djfs_btree.h101 s16 lastindex; /* 2: unused */ member