Lines Matching defs:bits
1142 error(_(" can't play WAVE-files with sample %d bits in %d bytes wide (%d channels)"),
1175 error(_(" can't play WAVE-files with sample %d bits wide"),
1908 val |= 0xff<<24; /* Negate upper bits too */
2706 int bits;
2714 bits = 8;
2717 bits = 8;
2720 bits = 16;
2724 bits = 32;
2728 bits = 24;
2758 f.bit_p_spl = LE_SHORT(bits);