Searched refs:test_pattern (Results 1 – 1 of 1) sorted by relevance
53 static const unsigned char test_pattern[16] = variable63 #define PATTERN_SIZE (sizeof test_pattern)126 memcpy (buf + i*PATTERN_SIZE, test_pattern, PATTERN_SIZE); in prepare_test_buffer()202 unsigned char *first = memmem (buf, bufsiz, test_pattern, PATTERN_SIZE); in count_test_patterns()211 if (memcmp (p, test_pattern, PATTERN_SIZE) == 0) in count_test_patterns()
Completed in 5 milliseconds