Searched refs:carry (Results 1 – 10 of 10) sorted by relevance
31 int carry = 0; in left_shift_vector() local35 out[i] = (in[i] << 1) | carry; in left_shift_vector()36 carry = in[i] >> 7; /* get most significant bit */ in left_shift_vector()
106 @ divisor for comparisons, considering the carry-out bit as well.118 @ The top part of remainder became zero. If carry is set
2117 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()
37 header or that carry a license that is incompatible with the
32 U-Boot has to carry out minimal configration before standard code is run.
30 as some SoCs carry parts of the iomux controller registers there.
98 (b) You must cause any modified files to carry prominent notices
95 a) You must cause the modified files to carry prominent notices
169 b) You must cause the files modified to carry prominent notices
156 b) You must cause the files modified to carry prominent notices