Searched refs:_src_buf (Results 1 – 1 of 1) sorted by relevance
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/ |
| D | run_integration_helper.h | 80 #define ALLOC_AND_COPY(_buff, _pStruct, _src_buf, _size) \ argument 84 memcpy((uint8_t*)_pStruct, (uint8_t*)_src_buf, _size); \ 89 #define ALLOC32_AND_COPY(_buff, _pStruct, _src_buf, _size) \ argument 93 memcpy((uint8_t*)_pStruct, (uint8_t*)_src_buf, _size); \
|