Searched refs:totalLength (Results 1 – 3 of 3) sorted by relevance
554 uint32_t totalLength = size; in DbgConsole_SendDataReliable() local592 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()
3253 uint32_t totalLength = 0; in CAAM_HASH_FinishNonBlocking() local3256 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()