Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/
H A Dmkbootimg154 if match.lastindex >= 2:
156 if match.lastindex == 3:
/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_btree.h101 s16 lastindex; /* 2: unused */ member
/OK3568_Linux_fs/kernel/scripts/
H A Dmkbootimg400 if match.lastindex >= 2:
402 if match.lastindex == 3:
/OK3568_Linux_fs/kernel/sound/pci/
H A Dmaestro3.c985 int lastindex = list->curlen - 1; in snd_m3_remove_list() local
987 if (index != lastindex) { in snd_m3_remove_list()
989 list->mem_addr + lastindex); in snd_m3_remove_list()
996 list->mem_addr + lastindex, in snd_m3_remove_list()
/OK3568_Linux_fs/kernel/drivers/net/wireless/cisco/
H A Dairo.c3896 __le16 lastindex; in setup_card() local
3970 lastindex = wkr.kindex; in setup_card()
3975 } while (lastindex != wkr.kindex); in setup_card()
5200 __le16 lastindex; in get_wep_key() local
5206 lastindex = wkr.kindex; in get_wep_key()
5215 } while (lastindex != wkr.kindex); in get_wep_key()
5223 __le16 lastindex; in get_wep_tx_idx() local
5229 lastindex = wkr.kindex; in get_wep_tx_idx()
5235 } while (lastindex != wkr.kindex); in get_wep_tx_idx()
5352 __le16 lastindex; in proc_wepkey_open() local
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/ply/
H A Dlex.py328 i = m.lastindex