Searched refs:LOBYTE (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/
H A Dkeycode_text_conversion_win.cc43 LOBYTE(vkey_and_modifiers) != -1 &&
47 *key_code = static_cast<ui::KeyboardCode>(LOBYTE(vkey_and_modifiers));
/external/chromium_org/chrome/test/webdriver/
H A Dkeycode_text_conversion_win.cc43 LOBYTE(vkey_and_modifiers) != -1 &&
46 *key_code = static_cast<ui::KeyboardCode>(LOBYTE(vkey_and_modifiers));
/external/chromium_org/third_party/npapi/npspy/include/
H A Dxp.h89 #ifndef LOBYTE
90 #define LOBYTE(x) (((u_int)(x)) & 0x00ff) macro
/external/chromium_org/chrome_frame/test/
H A Dsimulate_input.cc124 SendMnemonic(LOBYTE(scan_code), modifiers, false, true, KEY_DOWN);
/external/jpeg/
H A Djmemdos.c487 #define LOBYTE(W) ((W) & 0xFF) macro
572 if (HIBYTE(ctx.ax) != 0 || LOBYTE(ctx.ax) < 0x40)
/external/qemu/distrib/jpeg-6b/
H A Djmemdos.c487 #define LOBYTE(W) ((W) & 0xFF) macro
572 if (HIBYTE(ctx.ax) != 0 || LOBYTE(ctx.ax) < 0x40)
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DRenderer.h28 int majorVersion = LOBYTE(LOWORD(version));
/external/libpcap/
H A Dinet.c681 dwWindowsMajorVersion = (DWORD)(LOBYTE(LOWORD(dwVersion)));
/external/chromium_org/third_party/npapi/npspy/common/
H A Dnpn_gate.cpp56 *netscape_minor = LOBYTE(NPNFuncs.version);

Completed in 321 milliseconds