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

  /external/chromium_org/chrome/test/chromedriver/
keycode_text_conversion_win.cc 43 LOBYTE(vkey_and_modifiers) != -1 &&
47 *key_code = static_cast<ui::KeyboardCode>(LOBYTE(vkey_and_modifiers));
  /external/chromium_org/chrome/test/webdriver/
keycode_text_conversion_win.cc 43 LOBYTE(vkey_and_modifiers) != -1 &&
46 *key_code = static_cast<ui::KeyboardCode>(LOBYTE(vkey_and_modifiers));
  /external/chromium_org/third_party/npapi/npspy/include/
xp.h 89 #ifndef LOBYTE
90 #define LOBYTE(x) (((u_int)(x)) & 0x00ff)
  /external/chromium_org/chrome_frame/test/
simulate_input.cc 124 SendMnemonic(LOBYTE(scan_code), modifiers, false, true, KEY_DOWN);
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Renderer.h 28 int majorVersion = LOBYTE(LOWORD(version));
  /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)
  /external/libpcap/
inet.c 681 dwWindowsMajorVersion = (DWORD)(LOBYTE(LOWORD(dwVersion)));
  /external/chromium_org/third_party/npapi/npspy/common/
npn_gate.cpp 56 *netscape_minor = LOBYTE(NPNFuncs.version);
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp 52 #define LOBYTE(x) ((x) & 0xFF)
    [all...]

Completed in 368 milliseconds