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

  /external/giflib/
egif_lib.c 45 #define HIBYTE(x) (((x) >> 8) & 0xff)
660 GifExtension[2] = HIBYTE(GCB->DelayTime);
823 c[1] = HIBYTE(Word);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
minwindef.h 187 #define HIBYTE(w) ((BYTE) ((((DWORD_PTR) (w)) >> 8) & 0xff))

Completed in 126 milliseconds