Searched refs:acc (Results 1 - 8 of 8) sorted by relevance

/u-boot/board/bosch/acc/
H A DMakefile6 obj-y := acc.o
/u-boot/lib/rsa/
H A Drsa-mod-exp.c46 int64_t acc = 0; local
50 acc += (uint64_t)num[i] - key->modulus[i];
51 num[i] = (uint32_t)acc;
52 acc >>= 32;
195 uint32_t val[key->len], acc[key->len], tmp[key->len]; local
218 montgomery_mul(key, acc, val, key->rr); /* acc = a * RR / R mod n */
220 memcpy(a_scaled, acc, key->len * sizeof(a_scaled[0]));
223 montgomery_mul(key, tmp, acc, acc); /* tm
328 u32 val[RSA2048_BYTES], acc[RSA2048_BYTES], tmp[RSA2048_BYTES]; local
[all...]
/u-boot/lib/
H A Dsscanf.c35 * @acc: accumulated value
39 u64 acc; member in struct:str_info
59 u64 acc; local
124 for (acc = 0, any = 0;; c = *s++) {
135 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) {
139 acc *= qbase;
140 acc += c;
146 info->acc = acc;
165 u64 acc; local
200 u64 acc; local
[all...]
H A Dxxhash.c126 static uint64_t xxh64_round(uint64_t acc, const uint64_t input) argument
128 acc += input * PRIME64_2;
129 acc = xxh_rotl64(acc, 31);
130 acc *= PRIME64_1;
131 return acc;
134 static uint64_t xxh64_merge_round(uint64_t acc, uint64_t val) argument
137 acc ^= val;
138 acc = acc * PRIME64_
[all...]
/u-boot/board/gdsys/a38x/
H A Dkeyprogram.c47 u8 acc = 0; local
62 acc = 16 * val;
64 (*result)[i / 2] = acc + val;
/u-boot/drivers/video/nexell/soc/
H A Ds5pxx18_soc_dpc.h359 void nx_dpc_set_mputime(u32 module_index, u8 setup, u8 hold, u8 acc);
H A Ds5pxx18_soc_dpc.c1104 void nx_dpc_set_mputime(u32 module_index, u8 setup, u8 hold, u8 acc) argument
1110 writel((u32)(acc), &pregister->dpcmputime1);
/u-boot/arch/arm/dts/
H A DMakefile785 imx6q-bosch-acc.dtb \

Completed in 222 milliseconds