Symbol: XP_EQ
tests/dev/audio/audiotest.c
1534
XP_EQ(exp_mode, ai.mode);
tests/dev/audio/audiotest.c
1536
XP_EQ(8000, ai.play.sample_rate);
tests/dev/audio/audiotest.c
1537
XP_EQ(1, ai.play.channels);
tests/dev/audio/audiotest.c
1538
XP_EQ(8, ai.play.precision);
tests/dev/audio/audiotest.c
1539
XP_EQ(AUDIO_ENCODING_ULAW, ai.play.encoding);
tests/dev/audio/audiotest.c
1542
XP_EQ(0, ai.play.seek);
tests/dev/audio/audiotest.c
1545
XP_EQ(0, ai.play.samples);
tests/dev/audio/audiotest.c
1546
XP_EQ(0, ai.play.eof);
tests/dev/audio/audiotest.c
1547
XP_EQ(0, ai.play.pause);
tests/dev/audio/audiotest.c
1548
XP_EQ(0, ai.play.error);
tests/dev/audio/audiotest.c
1549
XP_EQ(0, ai.play.waiting);
tests/dev/audio/audiotest.c
1551
XP_EQ(exp_popen, ai.play.open);
tests/dev/audio/audiotest.c
1552
XP_EQ(0, ai.play.active);
tests/dev/audio/audiotest.c
1554
XP_EQ(8000, ai.record.sample_rate);
tests/dev/audio/audiotest.c
1555
XP_EQ(1, ai.record.channels);
tests/dev/audio/audiotest.c
1556
XP_EQ(8, ai.record.precision);
tests/dev/audio/audiotest.c
1557
XP_EQ(AUDIO_ENCODING_ULAW, ai.record.encoding);
tests/dev/audio/audiotest.c
1560
XP_EQ(0, ai.record.seek);
tests/dev/audio/audiotest.c
1563
XP_EQ(0, ai.record.samples);
tests/dev/audio/audiotest.c
1564
XP_EQ(0, ai.record.eof);
tests/dev/audio/audiotest.c
1565
XP_EQ(0, ai.record.pause);
tests/dev/audio/audiotest.c
1566
XP_EQ(0, ai.record.error);
tests/dev/audio/audiotest.c
1567
XP_EQ(0, ai.record.waiting);
tests/dev/audio/audiotest.c
1569
XP_EQ(exp_ropen, ai.record.open);
tests/dev/audio/audiotest.c
1575
XP_EQ(0, ai.record.active);
tests/dev/audio/audiotest.c
1577
XP_EQ(exp_ropen, ai.record.active);
tests/dev/audio/audiotest.c
1621
XP_EQ(exp_mode, ai.mode);
tests/dev/audio/audiotest.c
1624
XP_EQ(exp_sample_rate, ai.play.sample_rate);
tests/dev/audio/audiotest.c
1625
XP_EQ(exp_channels, ai.play.channels);
tests/dev/audio/audiotest.c
1626
XP_EQ(exp_precision, ai.play.precision);
tests/dev/audio/audiotest.c
1627
XP_EQ(exp_encoding, ai.play.encoding);
tests/dev/audio/audiotest.c
1630
XP_EQ(0, ai.play.seek);
tests/dev/audio/audiotest.c
1633
XP_EQ(0, ai.play.samples);
tests/dev/audio/audiotest.c
1634
XP_EQ(0, ai.play.eof);
tests/dev/audio/audiotest.c
1635
XP_EQ(exp_pause, ai.play.pause);
tests/dev/audio/audiotest.c
1636
XP_EQ(0, ai.play.error);
tests/dev/audio/audiotest.c
1637
XP_EQ(0, ai.play.waiting);
tests/dev/audio/audiotest.c
1639
XP_EQ(exp_popen, ai.play.open);
tests/dev/audio/audiotest.c
1640
XP_EQ(0, ai.play.active);
tests/dev/audio/audiotest.c
1642
XP_EQ(exp_sample_rate, ai.record.sample_rate);
tests/dev/audio/audiotest.c
1643
XP_EQ(exp_channels, ai.record.channels);
tests/dev/audio/audiotest.c
1644
XP_EQ(exp_precision, ai.record.precision);
tests/dev/audio/audiotest.c
1645
XP_EQ(exp_encoding, ai.record.encoding);
tests/dev/audio/audiotest.c
1648
XP_EQ(0, ai.record.seek);
tests/dev/audio/audiotest.c
1651
XP_EQ(0, ai.record.samples);
tests/dev/audio/audiotest.c
1652
XP_EQ(0, ai.record.eof);
tests/dev/audio/audiotest.c
1653
XP_EQ(exp_pause, ai.record.pause);
tests/dev/audio/audiotest.c
1654
XP_EQ(0, ai.record.error);
tests/dev/audio/audiotest.c
1655
XP_EQ(0, ai.record.waiting);
tests/dev/audio/audiotest.c
1657
XP_EQ(exp_ropen, ai.record.open);
tests/dev/audio/audiotest.c
1663
XP_EQ(0, ai.record.active);
tests/dev/audio/audiotest.c
1665
XP_EQ(exp_ropen, ai.record.active);
tests/dev/audio/audiotest.c
1721
XP_EQ(AUDIO_ENCODING_ULAW, ai.play.encoding);
tests/dev/audio/audiotest.c
1722
XP_EQ(AUDIO_ENCODING_ULAW, ai.record.encoding);
tests/dev/audio/audiotest.c
1760
XP_EQ(AUDIO_ENCODING_SLINEAR_LE, ai.play.encoding);
tests/dev/audio/audiotest.c
1761
XP_EQ(16, ai.play.precision);
tests/dev/audio/audiotest.c
1762
XP_EQ(AUDIO_ENCODING_SLINEAR_LE, ai.record.encoding);
tests/dev/audio/audiotest.c
1763
XP_EQ(16, ai.record.precision);
tests/dev/audio/audiotest.c
1782
XP_EQ(AUDIO_ENCODING_ULAW, ai.play.encoding);
tests/dev/audio/audiotest.c
1783
XP_EQ(8, ai.play.precision);
tests/dev/audio/audiotest.c
1784
XP_EQ(AUDIO_ENCODING_ULAW, ai.record.encoding);
tests/dev/audio/audiotest.c
1785
XP_EQ(8, ai.record.precision);
tests/dev/audio/audiotest.c
1859
XP_EQ(exptable[i].mode0, actmode);
tests/dev/audio/audiotest.c
1870
XP_EQ(exptable[i].mode1, actmode);
tests/dev/audio/audiotest.c
1876
XP_EQ(-exptable[i].mode1, errno);
tests/dev/audio/audiotest.c
2096
XP_EQ(AUMODE_PLAY, ai.mode);
tests/dev/audio/audiotest.c
2116
XP_EQ(0, ai.play.error);
tests/dev/audio/audiotest.c
2486
XP_EQ(0, 0);
tests/dev/audio/audiotest.c
2671
XP_EQ(1, ai.play.pause);
tests/dev/audio/audiotest.c
2967
XP_EQ(expected_revents, pfd.revents);
tests/dev/audio/audiotest.c
3011
XP_EQ(POLLOUT, pfd.revents);
tests/dev/audio/audiotest.c
3062
XP_EQ(0, pfd.revents);
tests/dev/audio/audiotest.c
3122
XP_EQ(0, pfd.revents);
tests/dev/audio/audiotest.c
3213
XP_EQ(0, pfd.revents);
tests/dev/audio/audiotest.c
3233
XP_EQ(POLLOUT, pfd.revents);
tests/dev/audio/audiotest.c
3348
XP_EQ(0, pfd[0].revents);
tests/dev/audio/audiotest.c
3367
XP_EQ(0, pfd[a].revents);
tests/dev/audio/audiotest.c
3368
XP_EQ(POLLOUT, pfd[b].revents);
tests/dev/audio/audiotest.c
3418
XP_EQ(0, ai.record.active);
tests/dev/audio/audiotest.c
3425
XP_EQ(1, ai.record.active);
tests/dev/audio/audiotest.c
3511
XP_EQ(0, pfd.revents);
tests/dev/audio/audiotest.c
3524
XP_EQ(0, pfd.revents);
tests/dev/audio/audiotest.c
3530
XP_EQ(POLLIN, pfd.revents);
tests/dev/audio/audiotest.c
3654
XP_EQ(fd, kev.ident);
tests/dev/audio/audiotest.c
3661
XP_EQ(ai.play.buffer_size, kev.data);
tests/dev/audio/audiotest.c
3723
XP_EQ(fd, kev.ident);
tests/dev/audio/audiotest.c
3724
XP_EQ(0, kev.data);
tests/dev/audio/audiotest.c
3770
XP_EQ(1, ai.play.pause);
tests/dev/audio/audiotest.c
3771
XP_EQ(newhiwat, ai.hiwat);
tests/dev/audio/audiotest.c
4041
XP_EQ(fd[a], kev[0].ident);
tests/dev/audio/audiotest.c
4045
XP_EQ(ai2.play.seek, ai.play.seek);
tests/dev/audio/audiotest.c
4257
XP_EQ(1, sigio_caught);
tests/dev/audio/audiotest.c
4302
XP_EQ(1, sigio_caught);
tests/dev/audio/audiotest.c
4413
XP_EQ(1, sigio_caught);
tests/dev/audio/audiotest.c
4421
XP_EQ(0, pipebuf[0]);
tests/dev/audio/audiotest.c
4462
XP_EQ(0, n);
tests/dev/audio/audiotest.c
4476
XP_EQ(0, n);
tests/dev/audio/audiotest.c
4479
XP_EQ(4, n);
tests/dev/audio/audiotest.c
4522
XP_EQ(0, n);
tests/dev/audio/audiotest.c
4524
XP_EQ(hw_fulldup(), n);
tests/dev/audio/audiotest.c
4558
XP_EQ(hw_fulldup(), n);
tests/dev/audio/audiotest.c
4562
XP_EQ(hw_fulldup(), n);
tests/dev/audio/audiotest.c
4568
XP_EQ(mode2play(openmode), ai.play.open);
tests/dev/audio/audiotest.c
4569
XP_EQ(mode2rec(openmode), ai.record.open);
tests/dev/audio/audiotest.c
4591
XP_EQ(0, n);
tests/dev/audio/audiotest.c
4593
XP_EQ(hw_fulldup(), n);
tests/dev/audio/audiotest.c
4599
XP_EQ(mode2play(openmode), ai.play.open);
tests/dev/audio/audiotest.c
4600
XP_EQ(mode2rec(openmode), ai.record.open);
tests/dev/audio/audiotest.c
4638
XP_EQ(hw_fulldup(), n);
tests/dev/audio/audiotest.c
4662
XP_EQ(hw_fulldup(), n);
tests/dev/audio/audiotest.c
4667
XP_EQ(1, ai.play.open);
tests/dev/audio/audiotest.c
4668
XP_EQ(mode2rec(O_RDWR), ai.record.open);
tests/dev/audio/audiotest.c
4697
XP_EQ(0, n);
tests/dev/audio/audiotest.c
4701
XP_EQ(hw_fulldup(), n);
tests/dev/audio/audiotest.c
4707
XP_EQ(1, ai.play.open);
tests/dev/audio/audiotest.c
4708
XP_EQ(mode2rec(O_RDWR), ai.record.open);
tests/dev/audio/audiotest.c
4742
XP_EQ(0, ai.play.eof);
tests/dev/audio/audiotest.c
4743
XP_EQ(0, ai.record.eof);
tests/dev/audio/audiotest.c
4750
XP_EQ(1, ai.play.eof);
tests/dev/audio/audiotest.c
4751
XP_EQ(0, ai.record.eof);
tests/dev/audio/audiotest.c
4760
XP_EQ(1, ai.play.eof);
tests/dev/audio/audiotest.c
4761
XP_EQ(0, ai.record.eof);
tests/dev/audio/audiotest.c
4769
XP_EQ(2, ai.play.eof);
tests/dev/audio/audiotest.c
4770
XP_EQ(0, ai.record.eof);
tests/dev/audio/audiotest.c
4779
XP_EQ(2, ai.play.eof);
tests/dev/audio/audiotest.c
4780
XP_EQ(0, ai.record.eof);
tests/dev/audio/audiotest.c
4790
XP_EQ(0, ai.play.eof);
tests/dev/audio/audiotest.c
4791
XP_EQ(0, ai.record.eof);
tests/dev/audio/audiotest.c
4807
XP_EQ(0, ai.play.eof);
tests/dev/audio/audiotest.c
4808
XP_EQ(0, ai.record.eof);
tests/dev/audio/audiotest.c
4844
XP_EQ(inimode, ai.mode);
tests/dev/audio/audiotest.c
4845
XP_EQ(mode2play(openmode), ai.play.open);
tests/dev/audio/audiotest.c
4846
XP_EQ(mode2rec(openmode), ai.record.open);
tests/dev/audio/audiotest.c
4859
XP_EQ(expected, ai.mode);
tests/dev/audio/audiotest.c
4862
XP_EQ(mode2play(openmode), ai.play.open);
tests/dev/audio/audiotest.c
4863
XP_EQ(mode2rec(openmode), ai.record.open);
tests/dev/audio/audiotest.c
5081
XP_EQ(expmode, ai.mode);
tests/dev/audio/audiotest.c
5082
XP_EQ(11025, ai.play.sample_rate);
tests/dev/audio/audiotest.c
5083
XP_EQ(pause, ai.play.pause);
tests/dev/audio/audiotest.c
5084
XP_EQ(11025, ai.record.sample_rate);
tests/dev/audio/audiotest.c
5085
XP_EQ(pause, ai.record.pause);
tests/dev/audio/audiotest.c
5152
XP_EQ(8000, ai.play.sample_rate);
tests/dev/audio/audiotest.c
5153
XP_EQ(11025, ai.record.sample_rate);
tests/dev/audio/audiotest.c
5171
XP_EQ(11025, ai.play.sample_rate);
tests/dev/audio/audiotest.c
5173
XP_EQ(11025, ai.record.sample_rate);
tests/dev/audio/audiotest.c
5175
XP_EQ(16000, ai.record.sample_rate);
tests/dev/audio/audiotest.c
5244
XP_EQ(ch, ai.play.channels);
tests/dev/audio/audiotest.c
5246
XP_EQ(ch, ai.record.channels);
tests/dev/audio/audiotest.c
5271
XP_EQ(ch, ai.play.channels);
tests/dev/audio/audiotest.c
5290
XP_EQ(ch, ai.record.channels);
tests/dev/audio/audiotest.c
5355
XP_EQ(freq, ai.play.sample_rate);
tests/dev/audio/audiotest.c
5357
XP_EQ(freq, ai.record.sample_rate);
tests/dev/audio/audiotest.c
5454
XP_EQ(expmode, ai.mode);
tests/dev/audio/audiotest.c
5455
XP_EQ(1, ai.play.pause);
tests/dev/audio/audiotest.c
5456
XP_EQ(param ? 11025 : 8000, ai.play.sample_rate);
tests/dev/audio/audiotest.c
5457
XP_EQ(1, ai.record.pause);
tests/dev/audio/audiotest.c
5458
XP_EQ(param ? 11025 : 8000, ai.record.sample_rate);
tests/dev/audio/audiotest.c
5476
XP_EQ(mode2aumode(openmode), ai.mode);
tests/dev/audio/audiotest.c
5477
XP_EQ(0, ai.play.pause);
tests/dev/audio/audiotest.c
5478
XP_EQ(0, ai.record.pause);
tests/dev/audio/audiotest.c
5480
XP_EQ(param ? 16000 : 8000, ai.play.sample_rate);
tests/dev/audio/audiotest.c
5482
XP_EQ(param ? 16000 : 8000, ai.record.sample_rate);
tests/dev/audio/audiotest.c
5554
XP_EQ(master, ai.play.gain);
tests/dev/audio/audiotest.c
5574
XP_EQ(ai.play.gain, m.un.value.level[0]);
tests/dev/audio/audiotest.c
5826
XP_EQ(ai.play.gain, pgain[1]);
tests/dev/audio/audiotest.c
5827
XP_EQ(ai.play.balance, pbalance[1]);
tests/dev/audio/audiotest.c
5848
XP_EQ(ai.record.gain, rgain[1]);
tests/dev/audio/audiotest.c
5849
XP_EQ(ai.record.balance, rbalance[1]);
tests/dev/audio/audiotest.c
5867
XP_EQ(oai.play.gain, ai.play.gain);
tests/dev/audio/audiotest.c
5868
XP_EQ(oai.play.balance, ai.play.balance);
tests/dev/audio/audiotest.c
5869
XP_EQ(oai.record.gain, ai.record.gain);
tests/dev/audio/audiotest.c
5870
XP_EQ(oai.record.balance, ai.record.balance);
tests/dev/audio/audiotest.c
5955
XP_EQ(1, ai.play.pause);
tests/dev/audio/audiotest.c
6010
XP_EQ(idx, ae.index);
tests/dev/audio/audiotest.c
6026
XP_EQ(0, (ae.flags & ~AUDIO_ENCODINGFLAG_EMULATED));
tests/dev/audio/audiotest.c
6115
XP_EQ(enc, pr->encoding);
tests/dev/audio/audiotest.c
6116
XP_EQ(prec, pr->precision);
tests/dev/audio/audiotest.c
6270
XP_EQ(0, errors);
tests/dev/audio/audiotest.c
6276
XP_EQ(0, errors);
tests/dev/audio/audiotest.c
6360
XP_EQ(0, o.samples);
tests/dev/audio/audiotest.c
6361
XP_EQ(0, o.deltablks);
tests/dev/audio/audiotest.c
6362
XP_EQ(0, o.offset);
tests/dev/audio/audiotest.c
6446
XP_EQ(0, o.samples);
tests/dev/audio/audiotest.c
6447
XP_EQ(0, o.deltablks);
tests/dev/audio/audiotest.c
6448
XP_EQ(initial_offset, o.offset);
tests/dev/audio/audiotest.c
6454
XP_EQ(0, o.samples);
tests/dev/audio/audiotest.c
6455
XP_EQ(0, o.deltablks);
tests/dev/audio/audiotest.c
6456
XP_EQ(initial_offset, o.offset);
tests/dev/audio/audiotest.c
6472
XP_EQ(blocksize, o.samples);
tests/dev/audio/audiotest.c
6473
XP_EQ(1, o.deltablks);
tests/dev/audio/audiotest.c
6474
XP_EQ(initial_offset + blocksize, o.offset);
tests/dev/audio/audiotest.c
6480
XP_EQ(0, o.samples);
tests/dev/audio/audiotest.c
6481
XP_EQ(0, o.deltablks);
tests/dev/audio/audiotest.c
6482
XP_EQ(initial_offset, o.offset);
tests/dev/audio/audiotest.c
6595
XP_EQ(buffer_size, o.samples);
tests/dev/audio/audiotest.c
6597
XP_EQ(nblks, o.deltablks);
tests/dev/audio/audiotest.c
6598
XP_EQ(initial_offset, o.offset);
tests/dev/audio/audiotest.c
6604
XP_EQ(0, o.samples);
tests/dev/audio/audiotest.c
6605
XP_EQ(0, o.deltablks);
tests/dev/audio/audiotest.c
6606
XP_EQ(initial_offset, o.offset);
tests/dev/audio/audiotest.c
6684
XP_EQ(ai.blocksize, o.samples);
tests/dev/audio/audiotest.c
6685
XP_EQ(1, o.deltablks);
tests/dev/audio/audiotest.c
6686
XP_EQ(initial_offset + ai.blocksize, o.offset);
tests/dev/audio/audiotest.c
6692
XP_EQ(0, o.samples);
tests/dev/audio/audiotest.c
6693
XP_EQ(0, o.deltablks);
tests/dev/audio/audiotest.c
6694
XP_EQ(initial_offset, o.offset);
tests/dev/audio/audiotest.c
6717
XP_EQ(0, o.samples);
tests/dev/audio/audiotest.c
6718
XP_EQ(0, o.deltablks);
tests/dev/audio/audiotest.c
6730
XP_EQ(initial_offset, o.offset);
tests/dev/audio/audiotest.c
6733
XP_EQ(initial_offset, o.offset);
tests/dev/audio/audiotest.c
6819
XP_EQ(0, o.samples);
tests/dev/audio/audiotest.c
6820
XP_EQ(0, o.deltablks);
tests/dev/audio/audiotest.c
6821
XP_EQ(initial_offset, o.offset);
tests/dev/audio/audiotest.c
7111
XP_EQ(0, pfd.revents);
tests/dev/audio/audiotest.c
951
#define REQUIRED_EQ(e, a) do { if (!XP_EQ(e, a)) return; } while (0)