Searched defs:bit_off (Results 1 - 3 of 3) sorted by relevance
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_predid_diext.c | 490 int bit_off; /* Bit offset */ local 491 for (bit_off = 0; bit_off < 16; bit_off += 1) { 493 &edid_block[0x1D], bit_off)) { 495 capabilities[bit_off]); 545 int bit_off; /* Bit offset */ local 546 for (bit_off = 0; bit_off < 8; bit_off [all...] |
H A D | sun_edid.c | 603 int bit_off) /* Bit offset into the bit field */ 609 return (edid_bytes[bit_off / 8] & (0x80 >> bit_off % 8)); 628 int bit_off, /* Established Timings bit offset */ 637 if ((bit_off < 0) || (bit_off >= 3*8)) { 644 *width = est_timings[bit_off].width; 645 *height = est_timings[bit_off].height; 646 *frequency = est_timings[bit_off].frequency; 651 if (!sun_edid_bit_set(&edid_data[addr], bit_off) || 601 sun_edid_bit_set( const uint8_t *edid_bytes, int bit_off) argument 625 sun_edid_etiming( const uint8_t *edid_data, int addr, int bit_off, int *width, int *height, int *frequency) argument 1280 int bit_off; /* Established Timings bit offset */ local [all...] |
H A D | fbc_predid.c | 436 int bit_off; /* Established Timings bit offset */ local 441 for (bit_off = 0; 442 bit_off < (end_addr - start_addr + 1) * 8; 443 bit_off += 1) { 444 if (sun_edid_etiming(edid_base, start_addr, bit_off, 447 bit_off, width, height, frequency); 637 int bit_off; local 642 for (bit_off = 0; 643 aspect_ratio[bit_off] != NULL; 644 bit_off 669 int bit_off; local [all...] |
Completed in 19 milliseconds