Searched defs:Dprintf (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/config/
H A Dgfx_gamma_pack.c408 #define Dprintf printf macro
410 static void Dprintf(char*d,...){} function
430 Dprintf("\npack_int: ====> val=%d\n", data);
467 Dprintf(" Pos(small) = %d, ", data);
468 Dprintf("\tbyte=\'%c\'=0x%02x\n\n", *byte, *byte);
491 Dprintf(" Pos(large,Da2)=%d\n", da2);
492 Dprintf(" Pos(large,MSB)=%d\n", msb);
493 Dprintf(" (large,LSB)=%d, ", lsb);
494 Dprintf("\tbyte=\'%c\'=0x%02x\n", *byte, *byte);
499 Dprintf("Don
[all...]

Completed in 12 milliseconds