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

/external/chromium_org/third_party/npapi/npspy/include/
H A Dxp.h85 #ifndef HIBYTE
86 #define HIBYTE(x) ((((u_int)(x)) & 0xff00)>>8) macro
/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 689 milliseconds