Home
last modified time | relevance | path

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

/u-boot/arch/x86/lib/
A Ddiv64.c85 int shifts = 0; in _64bit_divide() local
88 shifts++; in _64bit_divide()
91 result |= __ashldi3(1, shifts); in _64bit_divide()
/u-boot/lib/bzip2/
A Dbzlib_blocksort.c1033 Int32 shifts = 0; in mainSort() local
1035 while ((bbSize >> shifts) > 65534) shifts++; in mainSort()
1039 UInt16 qVal = (UInt16)(j >> shifts); in mainSort()
1044 AssertH ( ((bbSize-1) >> shifts) <= 65535, 1002 ); in mainSort()
/u-boot/fs/yaffs2/
A Dyaffs_guts.c83 int shifts; in calc_shifts_ceiling() local
85 shifts = extra_bits = 0; in calc_shifts_ceiling()
91 shifts++; in calc_shifts_ceiling()
95 shifts++; in calc_shifts_ceiling()
97 return shifts; in calc_shifts_ceiling()
105 u32 shifts; in calc_shifts() local
107 shifts = 0; in calc_shifts()
114 shifts++; in calc_shifts()
117 return shifts; in calc_shifts()
/u-boot/arch/arm/mach-sunxi/
A DKconfig526 the delay on the command lane and also phase shifts, which are

Completed in 17 milliseconds