Home
last modified time | relevance | path

Searched refs:tmp1 (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_productionlib/cmpu/
Dcmpu_derivation.c141 uint32_t tmp, curr, tmp1; in Derivation_incrementVector() local
144 CC_PalMemCopy((uint8_t *)&tmp1, &iv_ptr[i*sizeof(uint32_t)], sizeof(tmp1)); in Derivation_incrementVector()
145 tmp = CC_PROD_SET_WORD_AS_BE(tmp1); in Derivation_incrementVector()
150 tmp1 = CC_PROD_SET_WORD_AS_BE(tmp); in Derivation_incrementVector()
151 CC_PalMemCopy(&iv_ptr[i*sizeof(uint32_t)], (uint8_t *)&tmp1, sizeof(tmp)); in Derivation_incrementVector()
/trusted-firmware-m-3.5.0/platform/ext/target/nuvoton/m2351/bsp/Library/StdDriver/inc/
Dmkromlib.h202 uint32_t tmp1[8]; /* Internal use in SecureISP */ member
/trusted-firmware-m-3.5.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_i2c.c3425 FlagStatus tmp1; in HAL_I2C_IsDeviceReady() local
3450 tmp1 = __HAL_I2C_GET_FLAG(hi2c, I2C_FLAG_STOPF); in HAL_I2C_IsDeviceReady()
3453 while ((tmp1 == RESET) && (tmp2 == RESET)) in HAL_I2C_IsDeviceReady()
3472 tmp1 = __HAL_I2C_GET_FLAG(hi2c, I2C_FLAG_STOPF); in HAL_I2C_IsDeviceReady()
7390 uint32_t tmp1; in I2C_IsErrorOccurred() local
7407 tmp1 = (uint32_t)(hi2c->Instance->CR2 & I2C_CR2_STOP); in I2C_IsErrorOccurred()
7412 (tmp1 != I2C_CR2_STOP) && \ in I2C_IsErrorOccurred()