Home
last modified time | relevance | path

Searched refs:neg (Results 1 – 13 of 13) sorted by relevance

/optee_os-3.20.0/lib/libutils/isoc/newlib/
A Dstrtoul.c167 register int neg = 0, any, cutlim; variable
176 neg = 1;
209 } else if (neg)
/optee_os-3.20.0/core/arch/arm/dts/
A Dstm32mp15xx-dhcor-avenger96.dtsi322 st,neg-edge;
340 st,neg-edge;
353 st,neg-edge;
A Dstm32mp15xx-dhcom-som.dtsi484 st,neg-edge;
516 st,neg-edge;
530 st,neg-edge;
A Dstm32mp157c-ed1.dts356 st,neg-edge;
376 st,neg-edge;
A Dstm32mp15xx-dkx.dtsi551 st,neg-edge;
563 st,neg-edge;
A Dstm32mp157c-ev1.dts284 st,neg-edge;
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_math.h73 int (*neg)(void *src, void *dst); member
A Dtomcrypt_private.h175 #define mp_neg(a, b) ltc_mp.neg(a, b)
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dmpi_desc.c86 static int neg(void *a, void *b) in neg() function
637 .neg = neg,
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/
A Dltm_desc.c78 static int neg(void *a, void *b) in neg() function
479 &neg,
A Dgmp_desc.c31 static int neg(void *a, void *b) in neg() function
577 &neg,
A Dtfm_desc.c54 static int neg(void *a, void *b) in neg() function
771 &neg,
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dbignum.c2083 int neg; in mbedtls_mpi_exp_mod() local
2131 neg = ( A->s == -1 ); in mbedtls_mpi_exp_mod()
2132 if( neg ) in mbedtls_mpi_exp_mod()
2296 if( neg && E->n != 0 && ( E->p[0] & 1 ) != 0 ) in mbedtls_mpi_exp_mod()

Completed in 18 milliseconds