Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/
H A Dcrypto.c31 int carry = 0; in left_shift_vector() local
35 out[i] = (in[i] << 1) | carry; in left_shift_vector()
36 carry = in[i] >> 7; /* get most significant bit */ in left_shift_vector()
/rk3399_rockchip-uboot/arch/arm/lib/
H A Ddiv64.S106 @ divisor for comparisons, considering the carry-out bit as well.
118 @ The top part of remainder became zero. If carry is set
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c2117 int carry; in idiv_long()
2125 carry = (l_dvd >= l_s) ? 0 : 1; in idiv_long()
2127 if (abs_h_dvd < (h_s + carry)) { in idiv_long()
2132 abs_h_dvd -= (h_s + carry); in idiv_long()
2133 l_dvd = carry ? ((0xFFFFFFFF - l_s) + l_dvd + 1) in idiv_long()
2241 int carry; in div_long()
2249 carry = (l_dvd >= l_s) ? 0 : 1; in div_long()
2251 if (h_dvd < (h_s + carry)) { in div_long()
2256 h_dvd -= (h_s + carry); in div_long()
2257 l_dvd = carry ? ((0xFFFFFFFF - l_s) + l_dvd + 1) in div_long()
/rk3399_rockchip-uboot/doc/
H A Dfeature-removal-schedule.txt37 header or that carry a license that is incompatible with the
/rk3399_rockchip-uboot/board/armltd/integrator/
H A DREADME32 U-Boot has to carry out minimal configration before standard code is run.
/rk3399_rockchip-uboot/doc/device-tree-bindings/pinctrl/
H A Drockchip,pinctrl.txt30 as some SoCs carry parts of the iomux controller registers there.
/rk3399_rockchip-uboot/lib/libxbc/
H A DCOPYING98 (b) You must cause any modified files to carry prominent notices
/rk3399_rockchip-uboot/Licenses/
H A Dgpl-2.0.txt95 a) You must cause the modified files to carry prominent notices
H A Dlgpl-2.1.txt169 b) You must cause the files modified to carry prominent notices
H A Dlgpl-2.0.txt156 b) You must cause the files modified to carry prominent notices