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

/external/jpeg/
H A Djmemdos.c486 #define HIBYTE(W) (((W) >> 8) & 0xFF) macro
510 if (HIBYTE(ctx.ax) != 0)
535 if (HIBYTE(ctx.ax) != 0)
566 if (HIBYTE(ctx.ax) != 0)
572 if (HIBYTE(ctx.ax) != 0 || LOBYTE(ctx.ax) < 0x40)
579 if (HIBYTE(ctx.ax) != 0)
/external/qemu/distrib/jpeg-6b/
H A Djmemdos.c486 #define HIBYTE(W) (((W) >> 8) & 0xFF) macro
510 if (HIBYTE(ctx.ax) != 0)
535 if (HIBYTE(ctx.ax) != 0)
566 if (HIBYTE(ctx.ax) != 0)
572 if (HIBYTE(ctx.ax) != 0 || LOBYTE(ctx.ax) < 0x40)
579 if (HIBYTE(ctx.ax) != 0)

Completed in 110 milliseconds