Lines Matching defs:xor
48 uint8_t xor;
62 xor = audio_format2_is_signed(arg->srcfmt) ? 0 : 0x80;
67 val ^= xor;
81 uint8_t xor;
95 xor = audio_format2_is_signed(arg->dstfmt) ? 0 : 0x80;
100 val ^= xor;
115 uint16_t xor;
133 xor = audio_format2_is_signed(arg->srcfmt) ? 0 : 0x8000;
141 if (__predict_true(xor == 0) && is_src_NE == false) {
157 val ^= xor;
173 uint16_t xor;
191 xor = audio_format2_is_signed(arg->dstfmt) ? 0 : 0x8000;
199 if (__predict_true(xor == 0) && is_dst_NE == false) {
213 val ^= xor;
232 auint_t xor;
247 xor = audio_format2_is_signed(arg->srcfmt)
265 val ^= xor;
280 auint_t xor;
295 xor = audio_format2_is_signed(arg->dstfmt)
302 val ^= xor;
332 auint_t xor;
347 xor = audio_format2_is_signed(arg->srcfmt)
357 val ^= xor;
372 auint_t xor;
387 xor = audio_format2_is_signed(arg->dstfmt)
394 val ^= xor;