Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvKernel.c107 U32 ms_result = offset & ~(BITS_PER_LONG-1); in find_next_zero_bit() local
112 size -= ms_result; in find_next_zero_bit()
123 ms_result += BITS_PER_LONG; in find_next_zero_bit()
129 ms_result += BITS_PER_LONG; in find_next_zero_bit()
133 return ms_result; in find_next_zero_bit()
139 return ms_result + size; in find_next_zero_bit()
141 return ms_result + ms_find_1st_zero(ms_tmp); in find_next_zero_bit()