Searched refs:tag2 (Results 1 – 1 of 1) sorted by relevance
265 uint8_t tag2 = (uint8_t)(my_rand() % num_options); in random_tags_buf() local266 buf[i] = (uint8_t)((tag1 << 4) | tag2); in random_tags_buf()