HomeSort by relevance Sort by last modified time
    Searched defs:HIBYTE (Results 1 - 4 of 4) 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)
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp 51 #define HIBYTE(x) (((x) >> 8) & 0xFF)
    [all...]

Completed in 377 milliseconds