HomeSort by relevance Sort by last modified time
    Searched defs:HIBYTE (Results 1 - 3 of 3) sorted by null

  /external/giflib/
egif_lib.c 45 #define HIBYTE(x) (((x) >> 8) & 0xff)
652 GifExtension[2] = HIBYTE(GCB->DelayTime);
816 c[1] = HIBYTE(Word);
    [all...]
  /external/jpeg/
jmemdos.c 486 #define HIBYTE(W) (((W) >> 8) & 0xFF)
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)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windef.h 165 #define HIBYTE(w) ((BYTE)((DWORD_PTR)(w) >> 8))

Completed in 212 milliseconds