Home
last modified time | relevance | path

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

12

/system/core/libmincrypt/
Dp256.c76 p256_ddigit carry = 0; in mulAdd() local
79 carry += *c; in mulAdd()
80 carry += (p256_ddigit)P256_DIGIT(a, i) * b; in mulAdd()
81 *c++ = (p256_digit)carry; in mulAdd()
82 carry >>= P256_BITSPERDIGIT; in mulAdd()
84 return top + (p256_digit)carry; in mulAdd()
132 p256_ddigit carry = 0; in addM() local
134 carry += *c; in addM()
135 carry += P256_DIGIT(MOD, i) & mask; in addM()
136 *c++ = (p256_digit)carry; in addM()
[all …]
Dp256_ec.c196 static void felem_reduce_carry(felem inout, limb carry) { in felem_reduce_carry() argument
197 const u32 carry_mask = NON_ZERO_TO_ALL_ONES(carry); in felem_reduce_carry()
199 inout[0] += carry << 1; in felem_reduce_carry()
203 inout[3] -= carry << 11; in felem_reduce_carry()
207 inout[6] -= carry << 22; in felem_reduce_carry()
211 inout[7] += carry << 25; in felem_reduce_carry()
219 limb carry = 0; in felem_sum() local
224 out[i] += carry; in felem_sum()
225 carry = out[i] >> 29; in felem_sum()
233 out[i] += carry; in felem_sum()
[all …]
/system/core/adb/
DOVERVIEW.TXT136 Each transport can carry one or more multiplexed streams between clients
DNOTICE111 (b) You must cause any modified files to carry prominent notices
/system/core/libcutils/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/core/libutils/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/core/netcfg/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/extras/latencytop/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/extras/procmem/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/extras/su/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/extras/f2fs_utils/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/extras/ext4_utils/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/core/debuggerd/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/extras/showmap/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/extras/showslab/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/core/logwrapper/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/core/liblog/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/extras/ksmutils/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/core/run-as/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/extras/tests/cpueater/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/extras/taskstats/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/core/libzipfile/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/extras/timeinfo/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/core/logcat/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/system/core/init/
DNOTICE110 (b) You must cause any modified files to carry prominent notices

12