Searched refs:neg_first (Results 1 – 1 of 1) sorted by relevance
85 static void init_test_data_s8(bool neg_first) in init_test_data_s8() argument93 *ptr++ = get_byte(i, neg_first); in init_test_data_s8()94 *ptr++ = get_byte(i, !neg_first); in init_test_data_s8()386 neg_first = !neg_first; in read_test_data_s16()392 if (neg_first && data < 0) { in read_test_data_s16()394 } else if (!neg_first && data > 0) { in read_test_data_s16()419 neg_first = !neg_first; in read_test_data_s32()425 if (neg_first && data < 0) { in read_test_data_s32()448 bool do_signed_reads(bool neg_first) in do_signed_reads() argument457 bool nf = i == 0 ? neg_first ^ (off & 1) : !(neg_first ^ (off & 1)); in do_signed_reads()[all …]