Searched refs:expected_crcs (Results 1 – 1 of 1) sorted by relevance
/external/flac/src/test_libFLAC/ |
D | bitreader.c | 75 FLAC__uint16 crc,expected_crcs[4] = { 0x5e4c, 0x7f6b, 0x2272, 0x42bf }; in test_bitreader() local 216 if(crc != expected_crcs[0]) { in test_bitreader() 217 printf("FAILED reported CRC 0x%04x does not match expected 0x%04x\n", crc, expected_crcs[0]); in test_bitreader() 244 if(crc != expected_crcs[1]) { in test_bitreader() 245 printf("FAILED reported CRC 0x%04x does not match expected 0x%04x\n", crc, expected_crcs[1]); in test_bitreader() 267 if(crc != expected_crcs[2]) { in test_bitreader() 268 printf("FAILED reported CRC 0x%04x does not match expected 0x%04x\n", crc, expected_crcs[2]); in test_bitreader() 292 if(crc != expected_crcs[3]) { in test_bitreader() 293 printf("FAILED reported CRC 0x%04x does not match expected 0x%04x\n", crc, expected_crcs[3]); in test_bitreader()
|