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

  /external/chromium_org/third_party/npapi/npspy/include/
xp.h 85 #ifndef HIBYTE
86 #define HIBYTE(x) ((((u_int)(x)) & 0xff00)>>8)
  /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)
  /external/qemu/distrib/jpeg-6b/
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))
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp 51 #define HIBYTE(x) (((x) >> 8) & 0xFF)
    [all...]

Completed in 94 milliseconds