Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/compiler-rt/builtins/
H A Dint_div_impl.inc29 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 …]
H A Dudivmoddi4.c175 su_int carry = 0; in __udivmoddi4() local
181 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()
/rk3399_ARM-atf/docs/process/
H A Dsecurity-hardening.rst72 would allow it to carry out side-channel timing attacks against the Secure
/rk3399_ARM-atf/licenses/
H A DLICENSE-APACHE-2.0.txt98 (b) You must cause any modified files to carry prominent notices
/rk3399_ARM-atf/docs/getting_started/
H A Drt-svc-writers-guide.rst159 function must carry out any essential EL3 initialization prior to receiving a
H A Dbuild-options.rst757 management. In such systems, this boolean option enables TF-A to carry out
/rk3399_ARM-atf/docs/components/
H A Dcontext-management-library.rst543 lower exception levels NS(EL2/EL1) will carry forward those values to EL3.
H A Dexception-handling.rst472 - *Yielding* SMCs carry the semantics of a preemptible, lower-priority request.
/rk3399_ARM-atf/docs/threat_model/
H A Dsupply_chain_threat_model.rst694 | | on GitHub | to carry out its | used to build |
/rk3399_ARM-atf/docs/threat_model/firmware_threat_model/
H A Dthreat_model.rst1123 | | software) to potentially carry out |
/rk3399_ARM-atf/docs/design/
H A Dfirmware-design.rst555 that service must register a function to carry out initialization of BL32
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst783 order to carry out any essential memory initialization.