Searched refs:neg (Results 1 – 13 of 13) sorted by relevance
/optee_os-3.20.0/lib/libutils/isoc/newlib/ |
A D | strtoul.c | 167 register int neg = 0, any, cutlim; variable 176 neg = 1; 209 } else if (neg)
|
/optee_os-3.20.0/core/arch/arm/dts/ |
A D | stm32mp15xx-dhcor-avenger96.dtsi | 322 st,neg-edge; 340 st,neg-edge; 353 st,neg-edge;
|
A D | stm32mp15xx-dhcom-som.dtsi | 484 st,neg-edge; 516 st,neg-edge; 530 st,neg-edge;
|
A D | stm32mp157c-ed1.dts | 356 st,neg-edge; 376 st,neg-edge;
|
A D | stm32mp15xx-dkx.dtsi | 551 st,neg-edge; 563 st,neg-edge;
|
A D | stm32mp157c-ev1.dts | 284 st,neg-edge;
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_math.h | 73 int (*neg)(void *src, void *dst); member
|
A D | tomcrypt_private.h | 175 #define mp_neg(a, b) ltc_mp.neg(a, b)
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | mpi_desc.c | 86 static int neg(void *a, void *b) in neg() function 637 .neg = neg,
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/ |
A D | ltm_desc.c | 78 static int neg(void *a, void *b) in neg() function 479 &neg,
|
A D | gmp_desc.c | 31 static int neg(void *a, void *b) in neg() function 577 &neg,
|
A D | tfm_desc.c | 54 static int neg(void *a, void *b) in neg() function 771 &neg,
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | bignum.c | 2083 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