Home
last modified time | relevance | path

Searched refs:incr (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libutils/ext/
H A Dfault_mitigation.c33 void __weak ___ftmn_expect_state(struct ftmn_check *check, enum ftmn_incr incr, in ___ftmn_expect_state() argument
40 check->steps += incr; in ___ftmn_expect_state()
83 enum ftmn_incr incr, unsigned long steps, in ___ftmn_callee_done_check() argument
91 check->steps += incr; in ___ftmn_callee_done_check()
109 enum ftmn_incr incr, in ___ftmn_copy_linked_call_res() argument
116 check->steps += incr; in ___ftmn_copy_linked_call_res()
119 void __weak ___ftmn_set_check_res(struct ftmn_check *check, enum ftmn_incr incr, in ___ftmn_set_check_res() argument
122 check->steps += incr; in ___ftmn_set_check_res()
127 enum ftmn_incr incr, in ___ftmn_set_check_res_not_zero() argument
132 check->steps += incr; in ___ftmn_set_check_res_not_zero()
[all …]
/optee_os/lib/libutils/ext/include/
H A Dfault_mitigation.h224 void ___ftmn_expect_state(struct ftmn_check *check, enum ftmn_incr incr,
237 struct ftmn_check *check, enum ftmn_incr incr,
243 void ___ftmn_set_check_res(struct ftmn_check *check, enum ftmn_incr incr,
246 enum ftmn_incr incr,
248 void ___ftmn_set_check_res_memcmp(struct ftmn_check *check, enum ftmn_incr incr,
252 void ___ftmn_copy_linked_call_res(struct ftmn_check *check, enum ftmn_incr incr,
307 enum ftmn_incr incr, in __ftmn_copy_linked_call_res() argument
314 ___ftmn_copy_linked_call_res(&f->check, incr, &f->arg, res); in __ftmn_copy_linked_call_res()
357 enum ftmn_incr incr, in __ftmn_callee_done_check() argument
363 &ftmn->check, incr, steps, res); in __ftmn_callee_done_check()
[all …]
/optee_os/core/lib/zlib/
H A Dinftrees.c50 unsigned incr; /* for incrementing code, index */ local
232 incr = 1U << (len - drop);
236 fill -= incr;
241 incr = 1U << (len - 1);
242 while (huff & incr)
243 incr >>= 1;
244 if (incr != 0) {
245 huff &= incr - 1;
246 huff += incr;
/optee_os/core/lib/libtomcrypt/src/modes/ctr/
H A Dctr_encrypt.c89 unsigned long incr; in ctr_encrypt() local
126 incr = ctr->blocklen - ctr->padlen; in ctr_encrypt()
127 if (len >= incr + (unsigned long)ctr->blocklen) { in ctr_encrypt()
128 if ((err = s_ctr_encrypt(pt, ct, incr, ctr)) != CRYPT_OK) { in ctr_encrypt()
131 pt += incr; in ctr_encrypt()
132 ct += incr; in ctr_encrypt()
133 len -= incr; in ctr_encrypt()
/optee_os/core/arch/arm/dts/
H A Dfsl-lx2160a.dtsi874 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
889 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;