Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DSystem.cpp70 DWORD dwLength; member
103 stat.dwLength = sizeof(stat); in GetRamSize()
127 stat2.dwLength = sizeof(stat2); in GetRamSize()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_hint_tables.cpp415 uint32_t dwLength = GetItemLength(index, m_szPageOffsetArray); in CheckPage() local
417 if (!dwLength) in CheckPage()
421 m_szPageOffsetArray[index], dwLength)) in CheckPage()
447 dwLength = GetItemLength(dwIndex, m_szSharedObjOffsetArray); in CheckPage()
449 if (!dwLength) in CheckPage()
453 m_szSharedObjOffsetArray[dwIndex], dwLength)) { in CheckPage()
/external/pdfium/fxjs/
Dcjs_globaldata.cpp287 uint32_t dwLength = *((uint32_t*)p); in LoadGlobalPersistentVariables() local
290 if (p + dwLength > pBuffer + nLength) in LoadGlobalPersistentVariables()
293 SetGlobalVariableString(sEntry, ByteString(p, dwLength)); in LoadGlobalPersistentVariables()
295 p += sizeof(char) * dwLength; in LoadGlobalPersistentVariables()
/external/ltp/testcases/kernel/io/disktest/
Dsfunc.c556 DWORD dwLength; in get_vsiz() local
574 sizeof(GET_LENGTH_INFORMATION), &dwLength, NULL); in get_vsiz()
585 sizeof(DISK_GEOMETRY), &dwLength, NULL); in get_vsiz()
/external/ImageMagick/MagickCore/
Dnt-base-private.h60 dwLength, member
Dnt-base.c2538 status.dwLength=sizeof(status); in NTSystemConfiguration()
/external/kernel-headers/original/uapi/linux/usb/
Dfunctionfs.h61 __le32 dwLength; member
/external/v8/src/base/
Dsys-info.cc77 memory_info.dwLength = sizeof(memory_info); in AmountOfPhysicalMemory()
/external/mesa3d/src/gallium/auxiliary/os/
Dos_misc.c168 status.dwLength = sizeof(status); in os_get_total_physical_memory()
/external/tensorflow/tensorflow/core/platform/windows/
Dport.cc169 statex.dwLength = sizeof(statex); in AvailableRam()
/external/webrtc/webrtc/base/
Dsysteminfo.cc169 status.dwLength = sizeof(status); in GetMemorySize()
/external/syzkaller/sys/windows/
Dwindows.txt245 …onPolicy(hProcess HANDLE, MitigationPolicy int32, lpBuffer ptr[inout, array[int8]], dwLength int64)
247 SetProcessMitigationPolicy(MitigationPolicy int32, lpBuffer ptr[inout, array[int8]], dwLength int64)
310 VirtualQuery(lpAddress ptr[inout, array[int8]], lpBuffer ptr[inout, intptr], dwLength int64)
314 …Ex(hProcess HANDLE, lpAddress ptr[inout, array[int8]], lpBuffer ptr[inout, intptr], dwLength int64)