Home
last modified time | relevance | path

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

/linux/tools/mm/
A Dpage_owner_sort.c264 int lastindex = -1, j = 0; in explode() local
273 ret[j] = calloc(i - lastindex, sizeof(char)); in explode()
274 memcpy(ret[j++], str + lastindex + 1, i - lastindex - 1); in explode()
275 lastindex = i; in explode()
278 if (lastindex <= len - 1) { in explode()
279 ret[j] = calloc(len - lastindex, sizeof(char)); in explode()
280 memcpy(ret[j++], str + lastindex + 1, strlen(str) - 1 - lastindex); in explode()
/linux/fs/jfs/
A Djfs_btree.h101 s16 lastindex; /* 2: unused */ member
/linux/sound/pci/
A Dmaestro3.c978 int lastindex = list->curlen - 1; in snd_m3_remove_list() local
980 if (index != lastindex) { in snd_m3_remove_list()
982 list->mem_addr + lastindex); in snd_m3_remove_list()
989 list->mem_addr + lastindex, in snd_m3_remove_list()

Completed in 15 milliseconds