Home
last modified time | relevance | path

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

/openbmc/linux/tools/mm/
H 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()
/openbmc/linux/fs/jfs/
H A Djfs_btree.h101 s16 lastindex; /* 2: unused */ member
/openbmc/linux/sound/pci/
H A Dmaestro3.c980 int lastindex = list->curlen - 1; in snd_m3_remove_list() local
982 if (index != lastindex) { in snd_m3_remove_list()
984 list->mem_addr + lastindex); in snd_m3_remove_list()
991 list->mem_addr + lastindex, in snd_m3_remove_list()
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D_html5lib.py212 if m.lastindex > 1:
/openbmc/linux/drivers/net/wireless/cisco/
H A Dairo.c3887 __le16 lastindex; in setup_card() local
3961 lastindex = wkr.kindex; in setup_card()
3966 } while (lastindex != wkr.kindex); in setup_card()
5197 __le16 lastindex; in get_wep_key() local
5203 lastindex = wkr.kindex; in get_wep_key()
5212 } while (lastindex != wkr.kindex); in get_wep_key()
5220 __le16 lastindex; in get_wep_tx_idx() local
5226 lastindex = wkr.kindex; in get_wep_tx_idx()
5232 } while (lastindex != wkr.kindex); in get_wep_tx_idx()
5349 __le16 lastindex; in proc_wepkey_open() local
[all …]
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dlex.py328 i = m.lastindex
/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c1315 uint16_t lastindex; in helper_modsub() local
1319 lastindex = (rt >> 8) & MIPSDSP_LO; in helper_modsub()
1322 rd = (target_ulong)lastindex; in helper_modsub()