Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
Darc4random.cpp10 void print_buf(unsigned char *buf, size_t buflen) { in print_buf() function
27 print_buf((unsigned char *)&i, sizeof(i)); in test_arc4random()
33 print_buf((unsigned char *)&i, sizeof(i)); in test_arc4random_uniform()
43 print_buf((unsigned char *)buf, sizeof(buf)); in test_arc4random_buf10()
53 print_buf((unsigned char *)buf, sizeof(buf)); in test_arc4random_buf256()
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.c593 char *print_buf = NULL; in do_read() local
626 print_buf = xmalloc(print_bytes); in do_read()
649 memcpy(print_buf, buf, print_bytes); in do_read()
654 printf("%02x", print_buf[i - 1]); in do_read()