Home
last modified time | relevance | path

Searched refs:dwSize (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/external/rkupdate/
H A DRKLog.cpp35 bool CRKLog::SaveBuffer(tstring fileName, PBYTE lpBuffer, DWORD dwSize) in SaveBuffer() argument
43 fwrite(lpBuffer, 1, dwSize, file); in SaveBuffer()
47 void CRKLog::PrintBuffer(tstring &strOutput, PBYTE lpBuffer, DWORD dwSize, UINT uiLineCount) in PrintBuffer() argument
52 for (i = 0, count = 0; i < dwSize; i++, count++) in PrintBuffer()
H A DRKImage.cpp162 bool CRKImage::GetData(long long dwOffset, DWORD dwSize, PBYTE lpBuffer) in GetData() argument
164 if (dwOffset < 0 || dwSize == 0) in GetData()
168 if (dwOffset + dwSize > m_fileSize) in GetData()
175 uiActualRead = fread(lpBuffer, 1, dwSize, m_pFile); in GetData()
176 if (dwSize != uiActualRead) in GetData()
H A DRKLog.h14 bool SaveBuffer(tstring fileName, PBYTE lpBuffer, DWORD dwSize);
15 void PrintBuffer(tstring &strOutput, PBYTE lpBuffer, DWORD dwSize, UINT uiLineCount = 16);
H A DRKBoot.cpp87 bool CRKBoot::GetEntryProperty(ENUM_RKBOOTENTRY type, UCHAR ucIndex, DWORD &dwSize, DWORD &dwDelay,… in GetEntryProperty() argument
118 dwSize = pEntry->dwDataSize; in GetEntryProperty()
H A DRKImage.h54 bool GetData(long long dwOffset, DWORD dwSize, PBYTE lpBuffer);
H A DRKBoot.h65 …bool GetEntryProperty(ENUM_RKBOOTENTRY type, UCHAR ucIndex, DWORD &dwSize, DWORD &dwDelay, tchar *…
/OK3568_Linux_fs/external/recovery/update_engine/
H A Drkboot.c90 DWORD dwSize = 0; in getLoaderSizeAndData() local
103 dwSize = pEntry->dwDataSize; in getLoaderSizeAndData()
104 *loaderBuffer = (unsigned char *)malloc(dwSize); in getLoaderSizeAndData()
108 memset(*loaderBuffer, 0, dwSize); in getLoaderSizeAndData()
114 return dwSize; in getLoaderSizeAndData()
/OK3568_Linux_fs/external/rktoolkit/update_recv/
H A Dupdate_recv.c85 bool GetData(long long dwOffset,DWORD dwSize,PBYTE lpBuffer) in GetData() argument
87 if ( dwOffset<0 || dwSize==0 ) in GetData()
90 if ( dwOffset + dwSize > m_fileSize) in GetData()
96 uiActualRead = fread(lpBuffer, 1, dwSize, pImgFile); in GetData()
98 if (dwSize != uiActualRead) in GetData()
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dfunctionfs.h82 __le32 dwSize; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/
H A Dfunctionfs.h82 __le32 dwSize; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/
H A Dfunctionfs.h82 __le32 dwSize; member
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinshadddnl.c107 ddsd.dwSize = sizeof(ddsd); in winCreatePrimarySurfaceShadowDDNL()
299 ddsdCurrent.dwSize = sizeof(ddsdCurrent); in winAllocateFBShadowDDNL()
394 ddpfPrimary.dwSize = sizeof(ddpfPrimary); in winAllocateFBShadowDDNL()
422 ddsdShadow.dwSize = sizeof(ddsdShadow); in winAllocateFBShadowDDNL()
H A Dddraw.h384 DWORD dwSize; /* size of the DDDRIVERCAPS structure */ member
444 DWORD dwSize; /* size of the DDDRIVERCAPS structure */ member
505 DWORD dwSize; /* size of the DDDRIVERCAPS structure */ member
565 DWORD dwSize; /* size of the DDDRIVERCAPS structure */ member
731 DWORD dwSize; /* 0: size of structure */ member
960 DWORD dwSize; /* 0: size of the DDSURFACEDESC structure */ member
986 DWORD dwSize; /* 0: size of the DDSURFACEDESC structure */ member
1029 DWORD dwSize; member
1086 DWORD dwSize; /* size of structure */ member
1149 DWORD dwSize; /* size of structure */ member
/OK3568_Linux_fs/buildroot/package/libfreeimage/
H A D0003-fix-big-endian-os.patch54 - SwapLong(&header->surfaceDesc.ddpfPixelFormat.dwSize);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0014-add-u3-ss-descriptor-support-for-adb.patch75 + uint32_t dwSize;
86 + .dwSize = sizeof(struct usb_os_desc_ext_prop),
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/
H A Dbiosemu.h289 ulong dwSize; member
/OK3568_Linux_fs/kernel/drivers/usb/atm/
H A Dueagle-atm.c371 __be32 dwSize; member
996 bi.dwSize = cpu_to_be32(blocksize); in __uea_load_page_e4()
1068 bi.dwSize = cpu_to_be32(E4_PAGE_BYTES(p->page_header[0].PageSize)); in uea_load_page_e4()
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Dene_ub6250.c325 u32 dwSize; member
993 EntrySize = be32_to_cpu(SysEntry->entry[i].dwSize); in ms_lib_process_bootblock()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_fs.c2449 length = le32_to_cpu(d->dwSize); in __ffs_data_do_os_desc()