OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:missingBytes
(Results
1 - 8
of
8
) sorted by null
/external/lz4/tests/
fuzzer.c
480
{ int
missingBytes
= (FUZ_rand(&randState) % 0x3F) + 1;
481
if (
missingBytes
>= compressedSize)
missingBytes
= compressedSize-1;
482
missingBytes
+= !
missingBytes
; /* avoid special case
missingBytes
==0 */
483
compressedBuffer[compressedSize-
missingBytes
] = 0;
484
ret = LZ4_compress_default(block, compressedBuffer, blockSize, compressedSize-
missingBytes
);
485
FUZ_CHECKTEST(ret, "LZ4_compress_limitedOutput should have failed (output buffer too small by %i byte)",
missingBytes
);
486
FUZ_CHECKTEST(compressedBuffer[compressedSize-
missingBytes
], "LZ4_compress_limitedOutput overran output buffer ! (%i missingBytes)", missingBytes
[
all
...]
frametest.c
243
{ size_t const
missingBytes
= 4;
244
size_t iSize = compressedBufferSize -
missingBytes
;
250
DISPLAYLEVEL(3, "Missing last %u bytes : ", (U32)
missingBytes
);
253
if (decResult !=
missingBytes
) {
254
DISPLAY("%u bytes missing != %u bytes requested \n", (U32)
missingBytes
, (U32)decResult);
[
all
...]
/prebuilts/go/darwin-x86/src/testing/
benchmark.go
57
missingBytes
bool // one of the subbenchmarks does not have bytes set.
512
b.
missingBytes
= true
515
if !b.
missingBytes
{
/prebuilts/go/linux-x86/src/testing/
benchmark.go
57
missingBytes
bool // one of the subbenchmarks does not have bytes set.
512
b.
missingBytes
= true
515
if !b.
missingBytes
{
/prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2.jar
/prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.1/
grpc-core-1.0.1.jar
/prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/
grpc-core-1.0.3.jar
/prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar
Completed in 446 milliseconds