Searched refs:neg_first (Results 1 – 1 of 1) sorted by relevance
96 static void init_test_data_s8(bool neg_first) in init_test_data_s8() argument104 *ptr++ = get_byte(i, neg_first); in init_test_data_s8()106 *ptr++ = get_byte(i, !neg_first); in init_test_data_s8()418 neg_first = !neg_first; in read_test_data_s16()424 if (neg_first && data < 0) { in read_test_data_s16()426 } else if (!neg_first && data > 0) { in read_test_data_s16()451 neg_first = !neg_first; in read_test_data_s32()457 if (neg_first && data < 0) { in read_test_data_s32()480 bool do_signed_reads(bool neg_first) in do_signed_reads() argument489 bool nf = i == 0 ? neg_first ^ (off & 1) : !(neg_first ^ (off & 1)); in do_signed_reads()[all …]