HomeSort by relevance Sort by last modified time
    Searched full:dword (Results 1326 - 1350 of 2679) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/webrtc/base/
win32regkey_unittest.cc 37 const DWORD kIntVal = 20;
38 const DWORD kIntVal2 = 30;
173 DWORD int_val = 0;
177 DWORD uint8_count = 0;
314 DWORD type = 0;
363 DWORD int_val = 0;
370 DWORD uint8_count = 0;
559 static_cast<DWORD>(ARRAY_SIZE(temp_path)));
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
tick_util.cc 47 DWORD now = timeGetTime();
49 DWORD old = InterlockedExchange(last_time_get_time_ptr, now);
  /external/chromium_org/third_party/zlib/
gzguts.h 53 # define zstrerror() gz_strwinerror((DWORD)GetLastError())
121 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
  /external/chromium_org/ui/base/win/
mouse_wheel_util.cc 72 DWORD current_process = GetCurrentProcessId();
86 DWORD wheel_window_process = 0;
  /external/chromium_org/ui/gfx/
color_profile_win.cc 81 DWORD path_length = MAX_PATH;
105 DWORD path_len = MAX_PATH;
  /external/chromium_org/v8/src/base/platform/
time.cc 222 if (ft.dwLowDateTime == std::numeric_limits<DWORD>::max() &&
223 ft.dwHighDateTime == std::numeric_limits<DWORD>::max()) {
241 ft.dwLowDateTime = std::numeric_limits<DWORD>::max();
242 ft.dwHighDateTime = std::numeric_limits<DWORD>::max();
246 ft.dwLowDateTime = static_cast<DWORD>(us);
247 ft.dwHighDateTime = static_cast<DWORD>(us >> 32);
449 DWORD now = timeGetTime();
463 DWORD last_seen_now_;
  /external/chromium_org/win8/metro_driver/ime/
input_source.cc 38 DWORD cookie = TF_INVALID_COOKIE;
81 DWORD cookie_;
  /external/deqp/framework/delibs/dethread/win32/
deMutexWin32.c 110 DWORD ret = WaitForSingleObject(handle, INFINITE);
124 DWORD ret = WaitForSingleObject(handle, 0);
deThreadWin32.c 57 static DWORD __stdcall startThread (LPVOID entryPtr)
110 Sleep((DWORD)milliseconds);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 101 mov dword ptr [esi],eax
103 mov dword ptr [esi],ebx
105 mov dword ptr [esi],ecx
107 mov dword ptr [esi],edx
170 mov dword ptr [esi],eax
172 mov dword ptr [esi],ebx
174 mov dword ptr [esi],ecx
176 mov dword ptr [esi],edx
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 173 static std::error_code windows_error(DWORD E) { return mapWindowsError(E); }
242 DWORD length = ::SearchPathA(NULL,
266 static StringRef ExceptionCodeToString(DWORD ExceptionCode) {
370 std::map<DWORD, HANDLE> ProcessIDToHandle;
374 DWORD dwContinueStatus = DBG_CONTINUE;
382 DWORD TimeLeft = INFINITE;
427 DWORD LastError = ::GetLastError();
461 std::map<DWORD, HANDLE>::iterator ExitingProcess =
  /external/lzma/CPP/7zip/UI/Console/
UpdateCallbackConsole.cpp 50 HRESULT CUpdateCallbackConsole::CanNotFindError(const wchar_t *name, DWORD systemError)
174 HRESULT CUpdateCallbackConsole::OpenFileError(const wchar_t *name, DWORD systemError)
  /external/lzma/CPP/Windows/
FileDir.h 26 bool MySetFileAttributes(LPCTSTR fileName, DWORD fileAttributes);
35 bool MySetFileAttributes(LPCWSTR fileName, DWORD fileAttributes);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_batchbuffer.h 89 intel_batchbuffer_emit_dword(struct intel_context *intel, GLuint dword)
94 intel->batch.map[intel->batch.used++] = dword;
  /external/protobuf/src/google/protobuf/compiler/
subprocess.h 79 static string Subprocess::Win32ErrorMessage(DWORD error_code);
84 DWORD process_start_error_;
  /external/qemu/distrib/sdl-1.2.15/src/thread/win32/
SDL_syssem.c 90 DWORD dwMilliseconds;
100 dwMilliseconds = (DWORD)timeout;
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_ndis.c 80 DWORD rx_written;
95 DWORD written;
131 DWORD err = GetLastError();
167 DWORD err = GetLastError();
196 static DWORD WINAPI l2_packet_rx_thread(LPVOID arg)
199 DWORD res;
257 DWORD err = GetLastError();
333 DWORD written;
  /hardware/ti/omap3/dspbridge/inc/
mem.h 252 DWORD pPhysicalAddress, ULONG cBytes);
307 * Sig: Expected signature DWORD.
319 DWORD dwPhysAddr;
320 DWORD nBytes;
421 extern DWORD MEM_VirtualToPhysical(IN DWORD dwVirtAddr);
437 extern VOID MEM_ExtPhysPoolInit(IN DWORD poolPhysBase,
438 IN DWORD poolSize);
  /hardware/ti/omap3/dspbridge/libbridge/inc/
mem.h 252 DWORD pPhysicalAddress, ULONG cBytes);
307 * Sig: Expected signature DWORD.
319 DWORD dwPhysAddr;
320 DWORD nBytes;
421 extern DWORD MEM_VirtualToPhysical(IN DWORD dwVirtAddr);
437 extern VOID MEM_ExtPhysPoolInit(IN DWORD poolPhysBase,
438 IN DWORD poolSize);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dls1.h 127 DWORD dwVersionMS;
128 DWORD dwVersionLS;
iimgctx.h 58 STDMETHOD(Load)(THIS_ LPCWSTR pszUrl,DWORD dwFlags) PURE;
67 STDMETHOD(StretchBlt)(THIS_ HDC hdc,int dstX,int dstY,int dstXE,int dstYE,int srcX,int srcY,int srcXE,int srcYE,DWORD dwROP) PURE;
ime.h 148 DWORD dwSize;
165 DWORD dwSize;
mailmsgprops.h 93 DWORD dwStart;
94 DWORD dwLast;
olectl.h 269 WINOLECTLAPI OleCreatePropertyFrame(HWND hwndOwner,UINT x,UINT y,LPCOLESTR lpszCaption,ULONG cObjects,LPUNKNOWN *ppUnk,ULONG cPages,LPCLSID pPageClsID,LCID lcid,DWORD dwReserved,LPVOID pvReserved);
275 WINOLECTLAPI OleLoadPictureEx(LPSTREAM lpstream,LONG lSize,WINBOOL fRunmode,REFIID riid,DWORD xSizeDesired,DWORD ySizeDesired,DWORD dwFlags,LPVOID *lplpvObj);
276 WINOLECTLAPI OleLoadPicturePath(LPOLESTR szURLorPath,LPUNKNOWN punkCaller,DWORD dwReserved,OLE_COLOR clrReserved,REFIID riid,LPVOID *ppvRet);
278 WINOLECTLAPI OleLoadPictureFileEx(VARIANT varFileName,DWORD xSizeDesired,DWORD ySizeDesired,DWORD dwFlags,LPDISPATCH *lplpdispPicture);
wsdattachment.h 60 STDMETHOD_(HRESULT,Read)(THIS_ BYTE *pBuffer,DWORD dwBytesToRead,LPDWORD pdwNumberofBytesRead) PURE;
92 STDMETHOD_(HRESULT,Write)(THIS_ const BYTE *pBuffer,DWORD dwBytesToWrite,LPDWORD pdwNumberofBytesWritten) PURE;

Completed in 2715 milliseconds

<<51525354555657585960>>