Searched refs:j (Results 1 – 9 of 9) sorted by relevance
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/ |
| D | sw_poly1305-donna.c | 140 size_t i, j; in poly1305_power_on_self_test() local 173 for (j = 0; j < sizeof(all_key); j++) in poly1305_power_on_self_test() 174 all_key[j] = i; in poly1305_power_on_self_test() 175 for (j = 0; j < i; j++) in poly1305_power_on_self_test() 176 all_msg[j] = i; in poly1305_power_on_self_test()
|
| D | pka.c | 571 uint8_t j; in PKAWritePkaParam() local 577 for (j = paramLength % sizeof(uint32_t); j < sizeof(uint32_t); j++) { in PKAWritePkaParam() 578 ((uint8_t *)&temp)[j] = 0; in PKAWritePkaParam() 804 uint8_t j; in PKAGetECCResult() local 810 for (j = 0; j < length % sizeof(uint32_t); j++) { in PKAGetECCResult() 811 curvePointX[i * sizeof(uint32_t) + j] = ((uint8_t *)&temp)[j]; in PKAGetECCResult() 832 uint8_t j; in PKAGetECCResult() local 838 for (j = 0; j < length % sizeof(uint32_t); j++) { in PKAGetECCResult() 839 curvePointY[i * sizeof(uint32_t) + j] = ((uint8_t *)&temp)[j]; in PKAGetECCResult()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/ |
| D | sw_poly1305-donna.c | 127 size_t i, j; in poly1305_power_on_self_test() local 167 for (j = 0; j < sizeof(all_key); j++) in poly1305_power_on_self_test() 169 all_key[j] = i; in poly1305_power_on_self_test() 171 for (j = 0; j < i; j++) in poly1305_power_on_self_test() 173 all_msg[j] = i; in poly1305_power_on_self_test()
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/ |
| D | sw_poly1305-donna.c | 142 size_t i, j; in poly1305_power_on_self_test() local 175 for (j = 0; j < sizeof(all_key); j++) in poly1305_power_on_self_test() 176 all_key[j] = i; in poly1305_power_on_self_test() 177 for (j = 0; j < i; j++) in poly1305_power_on_self_test() 178 all_msg[j] = i; in poly1305_power_on_self_test()
|
| D | pka.c | 569 uint8_t j; in PKAWritePkaParam() local 575 for (j = paramLength % sizeof(uint32_t); j < sizeof(uint32_t); j++) { in PKAWritePkaParam() 576 ((uint8_t *)&temp)[j] = 0; in PKAWritePkaParam() 802 uint8_t j; in PKAGetECCResult() local 808 for (j = 0; j < length % sizeof(uint32_t); j++) { in PKAGetECCResult() 809 curvePointX[i * sizeof(uint32_t) + j] = ((uint8_t *)&temp)[j]; in PKAGetECCResult() 830 uint8_t j; in PKAGetECCResult() local 836 for (j = 0; j < length % sizeof(uint32_t); j++) { in PKAGetECCResult() 837 curvePointY[i * sizeof(uint32_t) + j] = ((uint8_t *)&temp)[j]; in PKAGetECCResult()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/ |
| D | ble_cs.c | 688 for(uint8_t j=0; j<sizeof(RCL_CmdBleCs_Step_Internal)/sizeof(uint32_t); j++) in RCL_Handler_BLE_CS_fetchAndforwardNextStep() local 690 HWREG_WRITE_LRF(LRFDTXF_BASE + LRFDTXF_O_TXD) = *(ptr + j); in RCL_Handler_BLE_CS_fetchAndforwardNextStep() 722 for(uint8_t j=0; j<sizeof(RCL_CmdBleCs_StepResult_Internal)/sizeof(uint32_t); j++) in RCL_Handler_BLE_CS_retrieveAndStoreNextResult() local 724 *(ptr+j) = HWREG_READ_LRF(LRFDRXF_BASE + LRFDRXF_O_RXD); in RCL_Handler_BLE_CS_retrieveAndStoreNextResult() 1656 for (uint8_t j = 0; j < numAntennaPath; j++) in RCL_Handler_BLE_CS_convertStepResult() local 1659 int16_t i = src->pct[j].i; in RCL_Handler_BLE_CS_convertStepResult() 1660 int16_t q = src->pct[j].q; in RCL_Handler_BLE_CS_convertStepResult() 1668 bool toneExtensionSlot = (bool)(j == (numAntennaPath - 1)); in RCL_Handler_BLE_CS_convertStepResult() 1673 uint16_t min = src->magn[j].magnMin; in RCL_Handler_BLE_CS_convertStepResult() 1674 uint16_t max = src->magn[j].magnMax; in RCL_Handler_BLE_CS_convertStepResult() [all …]
|
| D | ble5.c | 4379 for (int j = 0; j < 4; j++) in RCL_Handler_BLE5_dtmTx() local 4389 txWord |= txByte << (j * 8); in RCL_Handler_BLE5_dtmTx()
|
| /hal_ti-latest/simplelink/source/ti/drivers/nvs/ |
| D | NVSSPI25X.c | 545 size_t i, j; in doWriteVerify() local 553 j = dstBufSize; in doWriteVerify() 555 for (i = 0; i < srcBufSize; i++, j++) { in doWriteVerify() 556 if (j == dstBufSize) { in doWriteVerify() 557 retval = doRead(handle, offset + i, dstBuf, j); in doWriteVerify() 561 j = 0; in doWriteVerify() 564 bad = srcBuf[i] != (srcBuf[i] & dstBuf[j]); in doWriteVerify() 567 bad = srcBuf[i] != dstBuf[j]; in doWriteVerify()
|
| /hal_ti-latest/simplelink/source/ti/drivers/gpio/ |
| D | GPIOCC32XX.c | 443 unsigned int i, j, hwiKey; in GPIO_init() local 476 for (j = 0; j < NUM_PINS_PER_PORT; j++) { in GPIO_init() 477 gpioCallbackInfo[i].pinIndex[j] = CALLBACK_INDEX_NOT_CONFIGURED; in GPIO_init()
|