Searched refs:t2 (Results 1 – 4 of 4) sorted by relevance
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/hal/Native_Driver/ |
D | tick.c | 51 uint32_t t2; in HAL_GetTick() local 55 t2 = SysTick->VAL; in HAL_GetTick() 57 if (t2 <= t1) in HAL_GetTick() 59 tdelta += t1 - t2; in HAL_GetTick() 63 tdelta += t1 + SysTick->LOAD - t2; in HAL_GetTick() 72 t1 = t2; in HAL_GetTick()
|
/trusted-firmware-m-3.4.0/lib/ext/t_cose/test/ |
D | run_tests.c | 154 test_entry2 *t2; in RunTestsTCose() local 157 for(t2 = s_tests2; t2 < s_tests2_end; t2++) { in RunTestsTCose() 162 if(!strcmp(t2->szTestName, *szRequestedNames)) { in RunTestsTCose() 172 if(!t2->bEnabled) { in RunTestsTCose() 178 const char * szTestResult = (t2->test_fun)(); in RunTestsTCose() 181 (*pfOutput)(t2->szTestName, poutCtx, 0); in RunTestsTCose()
|
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/common/bsp/StdDriver/inc/ |
D | lcd.h | 339 #define LCD_PWR_SAVING_T2_PERIOD(t2) (LCD->DCTL = (LCD->DCTL & ~LCD_DCTL_PSVT2_Msk) | (((t2)-1) … argument
|
/trusted-firmware-m-3.4.0/platform/ext/target/nxp/common/Native_Driver/drivers/ |
D | fsl_casper.c | 2804 uint32_t *t, *t2, *s1, *s2, *s4, *s8, *tmp; in invert_mod_p256() local 2810 t2 = &CASPER_MEM[((2U * ((uint32_t)kCASPER_ECC_P256_wordlen + 4U)) + in invert_mod_p256() 2831 multiply_casper(t2, tmp, a); in invert_mod_p256() 2834 square_casper(s1, t2); in invert_mod_p256() 2836 multiply_casper(s1, tmp, t2); in invert_mod_p256() 2919 multiply_casper(tmp, t, t2); in invert_mod_p256() 2961 uint32_t *e, *d, *tmp, *t0, *t1, *t2, *t3, *t4, *t5, *t6; // 10 residues needed in invert_mod_p384() local 2972 …t2 = &CASPER_MEM[(20U * (uint32_t)kCASPER_ECC_P384_wordlen + 80U) + 5U * ((uint32_t)kCASPER_ECC_P3… in invert_mod_p384() 2981 multiply_casper(t2, tmp, t1); // 12 in invert_mod_p384() 2982 multiply_casper(d, a, t2); // 13 in invert_mod_p384() [all …]
|