Home
last modified time | relevance | path

Searched defs:missingBytes (Results 1 – 5 of 5) sorted by relevance

/external/lz4/tests/
Dfuzzer.c705 { int missingBytes = (FUZ_rand(&randState) % 0x3F) + 1; in FUZ_test() local
717 { int missingBytes = (FUZ_rand(&randState) % 0x3F) + 1; in FUZ_test() local
816 { int const missingBytes = (FUZ_rand(&randState) & 0xF) + 2; in FUZ_test() local
910 { int const missingBytes = (FUZ_rand(&randState) & 0xF) + 2; in FUZ_test() local
Dframetest.c319 { size_t const missingBytes = 4; in basicTests() local
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DGzipInflatingBuffer.java264 int missingBytes; in inflateBytes() local
DMessageDeframer.java322 int missingBytes; in readRequiredBytes() local
/external/openthread/src/core/radio/
Dble_secure.cpp375 uint32_t missingBytes = requiredBytes - mReceivedMessage->GetLength(); in HandleTlsReceive() local