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

  /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)
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp 39 #define HIBYTE(x) (((x) >> 8) & 0xFF)
    [all...]

Completed in 51 milliseconds