HomeSort by relevance Sort by last modified time
    Searched full:dword (Results 201 - 225 of 906) sorted by null

1 2 3 4 5 6 7 891011>>

  /development/tools/emulator/system/camera/
Converters.h 30 * pixels are represented as WORD, or DWORD, the color order inside the
31 * WORD / DWORD matches the one that would occur if that WORD / DWORD would have
77 * Extracting, and saving color bytes from / to WORD / DWORD RGB.
89 /* Extract red, green, and blue bytes from RGB32 dword. */
95 /* Build RGB32 dword from red, green, and blue bytes. */
106 /* Extract red, green, and blue bytes from RGB32 dword. */
112 /* Build RGB32 dword from red, green, and blue bytes. */
  /external/chromium/base/win/
registry_unittest.cc 55 const DWORD kDWORDData = 0xdeadbabe;
70 DWORD dword_value = 0;
  /external/chromium/chrome/browser/
fullscreen_win.cc 87 DWORD pid = 0;
95 DWORD modes = 0;
  /external/chromium/chrome/browser/importer/
firefox_importer_utils_win.cc 25 DWORD ver_buffer_length = sizeof(ver_buffer);
47 DWORD buffer_length = sizeof(buffer);
  /external/chromium/chrome/browser/net/
service_providers_win.cc 19 DWORD size = 0;
53 DWORD size = 0;
  /external/chromium/chrome/browser/policy/
policy_path_parser_win.cc 60 DWORD return_length = 0;
71 DWORD return_length = 0;
  /external/chromium/net/disk_cache/
cache_util_win.cc 68 DWORD sharing = FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE;
69 DWORD access = SYNCHRONIZE;
  /external/chromium/third_party/libjingle/source/talk/base/
win32window.h 48 bool Create(HWND parent, const wchar_t* title, DWORD style, DWORD exstyle,
  /external/icu4c/test/perf/convperf/
convperf.h 151 DWORD uiCodePage;
203 DWORD uiCodePage;
307 pMulti->CreateConvertCharset(mimeInfo.uiCodePage, 1200 /*unicode*/, (DWORD)0,&pConvToUni);
363 pMulti->CreateConvertCharset(1200 /*unicode*/, mimeInfo.uiCodePage, (DWORD)0,&pConvFromUni);
390 DWORD dwEnc;
424 DWORD dwMode=0;
443 DWORD dwEnc;
480 DWORD dwMode=0;
  /external/qemu/block/
raw-win32.c 60 if (!SetFilePointer(h, (DWORD) length, &high, FILE_BEGIN))
71 DWORD returned;
80 DWORD overlapped;
113 DWORD ret_count;
134 DWORD ret_count;
182 DWORD count;
319 DWORD overlapped;
378 DWORD ret_count;
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Surface.h 59 static DWORD convertInterval(EGLint interval);
89 DWORD mPresentInterval;
main.cpp 13 static DWORD currentTLS = TLS_OUT_OF_INDEXES;
15 BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved)
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
main.cpp 16 static DWORD currentTLS = TLS_OUT_OF_INDEXES;
18 BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved)
  /external/webkit/Source/WebCore/platform/win/
SSLKeyGeneratorWin.cpp 53 DWORD dwPubInfoLength = 0;
76 DWORD dwEncodedLength;
  /external/webkit/Source/WebKit2/Platform/CoreIPC/win/
BinarySemaphoreWin.cpp 48 DWORD interval = absoluteTimeToWaitTimeoutInterval(absoluteTime);
55 DWORD result = ::WaitForSingleObjectEx(m_event, interval, FALSE);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebDragSource.cpp 73 HRESULT WebDragSource::QueryContinueDrag(BOOL fEscapePressed, DWORD grfState)
84 HRESULT WebDragSource::GiveFeedback(DWORD dwEffect)
  /hardware/ti/omap3/dspbridge/libbridge/
dsptrap.c 53 DWORD DSPTRAP_Trap(Trapped_Args *args, int cmd)
55 DWORD dwResult = DSP_EHANDLE;/* returned from call into class driver */
  /system/core/fastboot/
util_windows.c 55 DWORD file_size;
77 DWORD out_bytes;
  /external/libvpx/vpx_scale/win32/
scaleopt.c 91 mov eax, DWORD PTR [esi] // eax = 00 01 02 03
127 movd DWORD Ptr [edi-4], mm0
131 mov eax, DWORD PTR [esi] // eax = 00 01 02 03
167 movd DWORD Ptr [edi+1], mm0
228 movd DWORD PTR [edi], mm0 // write output 00 xx xx xx
237 movd DWORD PTR [edi+5], mm2 // write ouput 05 xx xx xx
249 movd DWORD PTR [edi+1], mm0 // write output 01 02 03 04
261 movd DWORD PTR [edi-4], mm2 // writeoutput 06 07 08 09
279 movd DWORD PTR [edi], mm0 // write output 00 xx xx xx
288 movd DWORD PTR [edi+5], mm2 // write ouput 05 xx xx x
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontPlatformData.cpp 54 DWORD codePages() const
71 mutable DWORD m_codePages;
84 static int CALLBACK enumFontFamProc(const LOGFONT FAR* lpelf, const TEXTMETRIC FAR* lpntm, DWORD FontType, LPARAM lParam);
96 static int CALLBACK enumFontFamProc(const LOGFONT FAR* lpelf, const TEXTMETRIC FAR* lpntm, DWORD FontType, LPARAM lParam);
104 DWORD m_codePages;
179 int CALLBACK FontFamilyChecker::enumFontFamProc(const LOGFONT FAR* lpelf, const TEXTMETRIC FAR* lpntm, DWORD FontType, LPARAM lParam)
185 int CALLBACK ValidFontFamilyFinder::enumFontFamProc(const LOGFONT FAR* lpelf, const TEXTMETRIC FAR* lpntm, DWORD FontType, LPARAM lParam)
216 DWORD maxlen, type;
476 DWORD FontPlatformData::codePages() const
487 bool FontPlatformData::mapKnownFont(DWORD codePages, String& family
    [all...]
  /external/zlib/contrib/masmx64/
gvmat64.asm 76 ;scanalign equ rsp + xx - LocalVarsSize ; dword-misalignment of string r13
127 ;;; assumption that the compiler will dword-align the fields. (Thus,
142 COMM window_size:DWORD
148 COMM strstart:DWORD
149 COMM match_start:DWORD
151 COMM prev_length:DWORD ; PrevLen
152 COMM max_chain_length:DWORD
153 COMM good_match:DWORD
154 COMM nice_match:DWORD
276 ;;; dword-aligned.
    [all...]
  /external/quake/quake/src/QW/client/
in_win.c 31 HRESULT (WINAPI *pDirectInputCreate)(HINSTANCE hinst, DWORD dwVersion,
70 DWORD dwAxisFlags[JOY_MAX_AXES] =
75 DWORD dwAxisMap[JOY_MAX_AXES];
76 DWORD dwControlMap[JOY_MAX_AXES];
105 DWORD joy_oldbuttonstate, joy_oldpovstate;
108 DWORD joy_flags;
109 DWORD joy_numbuttons;
404 // the buffer size is a DWORD property associated with the device
586 DWORD dwElements;
890 DWORD dwTemp;
    [all...]
  /external/quake/quake/src/WinQuake/
in_win.cpp 31 HRESULT (WINAPI *pDirectInputCreate)(HINSTANCE hinst, DWORD dwVersion,
71 DWORD dwAxisFlags[JOY_MAX_AXES] =
76 DWORD dwAxisMap[JOY_MAX_AXES];
77 DWORD dwControlMap[JOY_MAX_AXES];
106 DWORD joy_oldbuttonstate, joy_oldpovstate;
109 DWORD joy_flags;
110 DWORD joy_numbuttons;
405 // the buffer size is a DWORD property associated with the device
587 DWORD dwElements;
897 DWORD dwTemp;
    [all...]
  /external/bluetooth/glib/gio/
gwin32volumemonitor.c 84 DWORD var_type = REG_DWORD; //the value's a REG_DWORD type
85 DWORD no_drives_size = 4;
86 DWORD no_drives;
131 DWORD drives;
  /external/bluetooth/glib/gio/win32/
gwin32directorymonitor.c 41 DWORD buffer_allocated_bytes;
43 DWORD buffer_filled_bytes;
91 g_win32_directory_monitor_callback (DWORD error,
92 DWORD nBytes,

Completed in 1300 milliseconds

1 2 3 4 5 6 7 891011>>