Searched refs:carry (Results 1 – 12 of 12) sorted by relevance
29 fixuint_t carry = 0;32 n = (n << 1) | carry;34 // carry = 0;35 // if (r >= d) r -= d, carry = 1;37 carry = s & 1;40 n = (n << 1) | carry;58 fixuint_t carry = 0;61 n = (n << 1) | carry;63 // carry = 0;64 // if (r >= d) r -= d, carry = 1;[all …]
175 su_int carry = 0; in __udivmoddi4() local181 q.s.low = (q.s.low << 1) | carry; in __udivmoddi4()189 carry = s & 1; in __udivmoddi4()192 q.all = (q.all << 1) | carry; in __udivmoddi4()
72 would allow it to carry out side-channel timing attacks against the Secure
98 (b) You must cause any modified files to carry prominent notices
159 function must carry out any essential EL3 initialization prior to receiving a
757 management. In such systems, this boolean option enables TF-A to carry out
543 lower exception levels NS(EL2/EL1) will carry forward those values to EL3.
472 - *Yielding* SMCs carry the semantics of a preemptible, lower-priority request.
694 | | on GitHub | to carry out its | used to build |
1123 | | software) to potentially carry out |
555 that service must register a function to carry out initialization of BL32
783 order to carry out any essential memory initialization.