Searched refs:shifts (Results 1 - 1 of 1) sorted by relevance

/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.c75 /* Function to return the number of shifts for a power of 2 greater than or
84 int shifts; local
86 shifts = extra_bits = 0;
92 shifts++;
96 shifts++;
98 return shifts;
101 /* Function to return the number of shifts to get a 1 in bit 0
106 u32 shifts; local
108 shifts = 0;
115 shifts
[all...]

Completed in 31 milliseconds