Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.c487 int thisMatchLength; in yaffsfs_FindDevice() local
500 thisMatchLength = 0; in yaffsfs_FindDevice()
519 thisMatchLength++; in yaffsfs_FindDevice()
538 if (matching && (thisMatchLength > longestMatch)) { in yaffsfs_FindDevice()
542 longestMatch = thisMatchLength; in yaffsfs_FindDevice()