Lines Matching defs:version
3 Decompression for chipset version 2 et 3
6 NOTE: this version of pwc is an unofficial (modified) release of pwc & pcwx
7 driver and thus may have bugs that are not present in the original version.
24 * 0: use a C version of this tests: { a<0?0:(a>255?255:a) }
287 int flags, version, shift, i;
304 version = cmd[2] >> 5;
305 build_table_color(KiaraRomTable[version][0], pdec->table_0004_pass1, pdec->table_8004_pass1);
306 build_table_color(KiaraRomTable[version][1], pdec->table_0004_pass2, pdec->table_8004_pass2);
318 version = cmd[2] >> 3;
319 build_table_color(TimonRomTable[version][0], pdec->table_0004_pass1, pdec->table_8004_pass1);
320 build_table_color(TimonRomTable[version][1], pdec->table_0004_pass2, pdec->table_8004_pass2);
454 * __get_nbits(n): faster version of get_bits(n), but asumes that the reservoir