Home
last modified time | relevance | path

Searched refs:dwLength (Results 1 – 11 of 11) 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/fxjs/
Dcfx_globaldata.cpp338 uint32_t dwLength = *((uint32_t*)p); in LoadGlobalPersistentVariablesFromBuffer() local
340 if (p + dwLength > buffer.end()) in LoadGlobalPersistentVariablesFromBuffer()
343 SetGlobalVariableString(sEntry, ByteString(p, dwLength)); in LoadGlobalPersistentVariablesFromBuffer()
345 p += sizeof(char) * dwLength; in LoadGlobalPersistentVariablesFromBuffer()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_hint_tables.cpp415 const uint32_t dwLength = m_PageInfos[index].page_length(); in CheckPage() local
416 if (!dwLength) in CheckPage()
420 m_PageInfos[index].page_offset(), dwLength)) { in CheckPage()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_gethostbyaddr.c196 DWORD dwLength = MAX_PATH; in file_lookup() local
198 &dwLength); in file_lookup()
Dares_gethostbyname.c368 DWORD dwLength = MAX_PATH; in file_lookup() local
370 &dwLength); in file_lookup()
/external/kernel-headers/original/uapi/linux/usb/
Dfunctionfs.h61 __le32 dwLength; member
/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/tensorflow/tensorflow/core/platform/windows/
Dport.cc197 statex.dwLength = sizeof(statex); in GetMemoryInfo()
/external/mesa3d/src/util/
Dos_misc.c183 status.dwLength = sizeof(status); in os_get_total_physical_memory()
/external/llvm-project/openmp/runtime/src/
Dz_Windows_NT_util.cpp1484 SIZE_T dwLength; in __kmp_is_address_mapped() local
1486 dwLength = sizeof(MEMORY_BASIC_INFORMATION); in __kmp_is_address_mapped()
1488 status = VirtualQuery(addr, &lpBuffer, dwLength); in __kmp_is_address_mapped()
/external/ImageMagick/MagickCore/
Dnt-base.c2485 status.dwLength=sizeof(status); in NTSystemConfiguration()