Home
last modified time | relevance | path

Searched refs:HIBYTE (Results 1 – 2 of 2) sorted by relevance

/external/jpeg/
Djmemdos.c486 #define HIBYTE(W) (((W) >> 8) & 0xFF) macro
510 if (HIBYTE(ctx.ax) != 0) in read_ems_store()
535 if (HIBYTE(ctx.ax) != 0) in write_ems_store()
566 if (HIBYTE(ctx.ax) != 0) in open_ems_store()
572 if (HIBYTE(ctx.ax) != 0 || LOBYTE(ctx.ax) < 0x40) in open_ems_store()
579 if (HIBYTE(ctx.ax) != 0) in open_ems_store()
/external/giflib/
Degif_lib.c45 #define HIBYTE(x) (((x) >> 8) & 0xff) macro
652 GifExtension[2] = HIBYTE(GCB->DelayTime); in EGifGCBToExtension()
816 c[1] = HIBYTE(Word); in EGifPutWord()