Searched refs:DATA_REPEAT_SIZE (Results 1 – 1 of 1) sorted by relevance
16 #define DATA_REPEAT_SIZE 10 macro18 static const char snd_data[DATA_REPEAT_SIZE] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};372 if (buf[i] != snd_data[(*check_pos) % DATA_REPEAT_SIZE]) { in verify_data()