Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/utilities/debug_console/
Dfsl_debug_console.c554 uint32_t totalLength = size; in DbgConsole_SendDataReliable() local
592 if ((sendDataLength > 0U) && ((sendDataLength >= totalLength) || in DbgConsole_SendDataReliable()
593 … (totalLength >= (s_debugConsoleState.writeRingBuffer.ringBufferSize - 1U)))) in DbgConsole_SendDataReliable()
595 if (sendDataLength > totalLength) in DbgConsole_SendDataReliable()
597 sendDataLength = totalLength; in DbgConsole_SendDataReliable()
600 sentLength = DbgConsole_SendData(&ch[size - totalLength], (size_t)sendDataLength); in DbgConsole_SendDataReliable()
603 totalLength = totalLength - (uint32_t)sentLength; in DbgConsole_SendDataReliable()
608 if (totalLength != 0U) in DbgConsole_SendDataReliable()
616 } while (totalLength != 0U); in DbgConsole_SendDataReliable()
617 return ((int)size - (int)totalLength); in DbgConsole_SendDataReliable()
/hal_nxp-3.5.0/mcux/mcux-sdk/utilities/debug_console/debug_console/
Dfsl_debug_console.c554 uint32_t totalLength = size; in DbgConsole_SendDataReliable() local
592 if ((sendDataLength > 0U) && ((sendDataLength >= totalLength) || in DbgConsole_SendDataReliable()
593 … (totalLength >= (s_debugConsoleState.writeRingBuffer.ringBufferSize - 1U)))) in DbgConsole_SendDataReliable()
595 if (sendDataLength > totalLength) in DbgConsole_SendDataReliable()
597 sendDataLength = totalLength; in DbgConsole_SendDataReliable()
600 sentLength = DbgConsole_SendData(&ch[size - totalLength], (size_t)sendDataLength); in DbgConsole_SendDataReliable()
603 totalLength = totalLength - (uint32_t)sentLength; in DbgConsole_SendDataReliable()
608 if (totalLength != 0U) in DbgConsole_SendDataReliable()
616 } while (totalLength != 0U); in DbgConsole_SendDataReliable()
617 return ((int)size - (int)totalLength); in DbgConsole_SendDataReliable()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.c3253 uint32_t totalLength = 0; in CAAM_HASH_FinishNonBlocking() local
3256 totalLength += sgt[i].length; in CAAM_HASH_FinishNonBlocking()
3260 …sh_schedule_input_data(ctxInternal->base, ctxInternal->handle, ctxInternal->algo, sgt, totalLength, in CAAM_HASH_FinishNonBlocking()