Home
last modified time | relevance | path

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

/external/autotest/client/tests/aiostress/
Daio-stress.c566 off_t rand_byte = oper->start; local
580 rand_byte += num * 1024 * 1024;
587 rand_byte += num;
589 if (rand_byte + oper->reclen > oper->end) {
590 rand_byte -= oper->reclen;
592 return rand_byte;
606 off_t rand_byte; local
626 rand_byte = random_byte_offset(oper);
627 oper->last_offset = rand_byte;
629 rand_byte);
[all …]
/external/ltp/testcases/kernel/io/ltp-aiodio/
Daio-stress.c583 off_t rand_byte = oper->start; local
597 rand_byte += num * 1024 * 1024;
604 rand_byte += num;
606 if (rand_byte + oper->reclen > oper->end) {
607 rand_byte -= oper->reclen;
609 return rand_byte;
623 off_t rand_byte; local
643 rand_byte = random_byte_offset(oper);
644 oper->last_offset = rand_byte;
646 rand_byte);
[all …]
/external/nanopb-c/tests/fuzztest/
Dfuzztest.c42 static uint8_t rand_byte() in rand_byte() function
79 *buf++ = rand_byte(); in rand_fill()
/external/grpc-grpc/third_party/nanopb/tests/fuzztest/
Dfuzztest.c42 static uint8_t rand_byte() in rand_byte() function
79 *buf++ = rand_byte(); in rand_fill()
/external/nos/test/system-test-harness/src/
Druntests.cc307 for (const auto rand_byte : result.random_bytes()) { in TEST_F() local
308 ++counts[0x00ff & rand_byte]; in TEST_F()