Searched refs:HIBYTE (Results 1 – 2 of 2) sorted by relevance
486 #define HIBYTE(W) (((W) >> 8) & 0xFF) macro510 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()
45 #define HIBYTE(x) (((x) >> 8) & 0xff) macro652 GifExtension[2] = HIBYTE(GCB->DelayTime); in EGifGCBToExtension()816 c[1] = HIBYTE(Word); in EGifPutWord()