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

  /external/chromium_org/third_party/npapi/npspy/include/
xp.h 89 #ifndef LOBYTE
90 #define LOBYTE(x) (((u_int)(x)) & 0x00ff)
  /external/jpeg/
jmemdos.c 487 #define LOBYTE(W) ((W) & 0xFF)
572 if (HIBYTE(ctx.ax) != 0 || LOBYTE(ctx.ax) < 0x40)
  /external/qemu/distrib/jpeg-6b/
jmemdos.c 487 #define LOBYTE(W) ((W) & 0xFF)
572 if (HIBYTE(ctx.ax) != 0 || LOBYTE(ctx.ax) < 0x40)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windef.h 164 #define LOBYTE(w) ((BYTE)((DWORD_PTR)(w) & 0xff))
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp 52 #define LOBYTE(x) ((x) & 0xFF)
    [all...]

Completed in 194 milliseconds