Home
last modified time | relevance | path

Searched refs:dwLength (Results 1 – 8 of 8) sorted by relevance

/external/lzma/CPP/Windows/
DSystem.cpp24 DWORD dwLength; member
50 stat.dwLength = sizeof(stat); in GetRamSize()
65 stat.dwLength = sizeof(stat); in GetRamSize()
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
DMjpegFileWriter.java278 public int dwLength = 0; // num field in MjpegFileWriter.AVIStreamHeader
290 dwLength = numFrames; in AVIStreamHeader()
306 baos.write(intBytes(swapInt(dwLength))); in toBytes()
/external/chromium/base/
Dsys_info_win.cc25 memory_info.dwLength = sizeof(memory_info); in AmountOfPhysicalMemory()
/external/chromium_org/base/
Dsys_info_win.cc20 memory_info.dwLength = sizeof(memory_info); in AmountOfMemory()
/external/chromium_org/third_party/libjingle/source/talk/base/
Dsysteminfo.cc381 status.dwLength = sizeof(status); in GetMemorySize()
/external/chromium_org/v8/src/
Dplatform-posix.cc127 memory_info.dwLength = sizeof(memory_info); in TotalPhysicalMemory()
Dplatform-win32.cc1269 memory_info.dwLength = sizeof(memory_info); in TotalPhysicalMemory()
/external/chromium_org/tools/gyp/pylib/gyp/generator/
Dninja.py1543 stat.dwLength = ctypes.sizeof(stat)