Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
HDstream_buffer.c908 size_t xReceivedLength = 0, xBytesAvailable, xBytesToStoreMessageLength; in xStreamBufferReceive() local
920 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceive()
924 xBytesToStoreMessageLength = 0; in xStreamBufferReceive()
940 if( xBytesAvailable <= xBytesToStoreMessageLength ) in xStreamBufferReceive()
956 if( xBytesAvailable <= xBytesToStoreMessageLength ) in xStreamBufferReceive()
981 if( xBytesAvailable > xBytesToStoreMessageLength ) in xStreamBufferReceive()
1052 size_t xReceivedLength = 0, xBytesAvailable, xBytesToStoreMessageLength; in xStreamBufferReceiveFromISR() local
1064 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceiveFromISR()
1068 xBytesToStoreMessageLength = 0; in xStreamBufferReceiveFromISR()
1078 if( xBytesAvailable > xBytesToStoreMessageLength ) in xStreamBufferReceiveFromISR()
[all …]