Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_spinel_buffer.cpp885 uint32_t sFrameBufferTailIndex[kNumPrios] = {0}; variable
909 uint32_t tail = sFrameBufferTailIndex[priority]; in WriteRandomFrame()
922 sFrameBufferTailIndex[priority] = tail; in WriteRandomFrame()
945 sFrameBufferTailIndex[priority] -= aLength; in ReadRandomFrame()
946 …memmove(sFrameBuffer[priority], sFrameBuffer[priority] + aLength, sFrameBufferTailIndex[priority]); in ReadRandomFrame()