Searched refs:rand_fill (Results 1 – 6 of 6) sorted by relevance
/external/nanopb-c/tests/fuzztest/ |
D | fuzztest.c | 76 static void rand_fill(uint8_t *buf, size_t count) in rand_fill() function 98 rand_fill((uint8_t*)&value, sizeof(value)); in rand_fill_protobuf() 104 rand_fill((uint8_t*)&value, sizeof(value)); in rand_fill_protobuf() 110 rand_fill((uint8_t*)&value, sizeof(value)); in rand_fill_protobuf() 125 rand_fill(buf, len); in rand_fill_protobuf() 144 rand_fill(buf + s, l); in rand_mess() 230 rand_fill((uint8_t*)msg, sizeof(alltypes_static_AllTypes)); in do_static_decode() 374 rand_fill(buffer, BUFSIZE); in run_iteration()
|
D | generate_message.c | 27 static void rand_fill(uint8_t *buf, size_t count) in rand_fill() function 77 rand_fill((void*)&msg, sizeof(msg)); in generate_message()
|
/external/grpc-grpc/third_party/nanopb/tests/fuzztest/ |
D | fuzztest.c | 76 static void rand_fill(uint8_t *buf, size_t count) in rand_fill() function 98 rand_fill((uint8_t*)&value, sizeof(value)); in rand_fill_protobuf() 104 rand_fill((uint8_t*)&value, sizeof(value)); in rand_fill_protobuf() 110 rand_fill((uint8_t*)&value, sizeof(value)); in rand_fill_protobuf() 125 rand_fill(buf, len); in rand_fill_protobuf() 144 rand_fill(buf + s, l); in rand_mess() 230 rand_fill((uint8_t*)msg, sizeof(alltypes_static_AllTypes)); in do_static_decode() 374 rand_fill(buffer, BUFSIZE); in run_iteration()
|
D | generate_message.c | 27 static void rand_fill(uint8_t *buf, size_t count) in rand_fill() function 77 rand_fill((void*)&msg, sizeof(msg)); in generate_message()
|
/external/skqp/tests/ |
D | PackBitsTest.cpp | 19 static void rand_fill(uint8_t buffer[], int count) { in rand_fill() function 59 rand_fill(src, size); in test_pack8()
|
/external/skia/tests/ |
D | PackBitsTest.cpp | 19 static void rand_fill(uint8_t buffer[], int count) { in rand_fill() function 59 rand_fill(src, size); in test_pack8()
|