Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_btree.h114 s16 lastindex; /* 2: unused */ member
Djfs_xtree.c4108 int index, lastindex, v, h; in xtDisplayTree() local
4137 lastindex = le16_to_cpu(p->header.nextindex) - 1; in xtDisplayTree()
4168 if ((index = parent->index) == (lastindex = parent->lastindex)) { in xtDisplayTree()
4193 btsp->lastindex = lastindex; in xtDisplayTree()
Djfs_dtree.c4554 int index, lastindex, v, h; in dtDisplayTree() local
4585 lastindex = p->header.nextindex - 1; in dtDisplayTree()
4627 if ((index = parent->index) == (lastindex = parent->lastindex)) { in dtDisplayTree()
4652 btsp->lastindex = lastindex; in dtDisplayTree()
/linux-2.4.37.9/drivers/sound/
Dmaestro3.c484 int lastindex = list->curlen - 1; in m3_remove_list() local
489 if(index != lastindex) { in m3_remove_list()
491 list->mem_addr + lastindex); in m3_remove_list()
498 list->mem_addr + lastindex, in m3_remove_list()
/linux-2.4.37.9/drivers/net/wireless/
Dairo.c2885 u16 lastindex; local
3020 lastindex = wkr.kindex;
3025 } while(lastindex != wkr.kindex);
4249 u16 lastindex; local
4253 lastindex = wkr.kindex;
4261 } while(lastindex != wkr.kindex);
4340 u16 lastindex; local
4368 lastindex = wkr.kindex;
4377 } while((lastindex != wkr.kindex) && (j < 180-30));