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

/u-boot/arch/x86/lib/
H A Ddiv64.c85 int shifts = 0; local
88 shifts++;
91 result |= __ashldi3(1, shifts);
/u-boot/lib/bzip2/
H A Dbzlib_blocksort.c1033 Int32 shifts = 0; local
1035 while ((bbSize >> shifts) > 65534) shifts++;
1039 UInt16 qVal = (UInt16)(j >> shifts);
1044 AssertH ( ((bbSize-1) >> shifts) <= 65535, 1002 );
/u-boot/fs/yaffs2/
H A Dyaffs_guts.c74 /* Function to return the number of shifts for a power of 2 greater than or
83 int shifts; local
85 shifts = extra_bits = 0;
91 shifts++;
95 shifts++;
97 return shifts;
100 /* Function to return the number of shifts to get a 1 in bit 0
105 u32 shifts; local
107 shifts = 0;
114 shifts
[all...]

Completed in 119 milliseconds