| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | RKLog.cpp | 35 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 D | RKImage.cpp | 162 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 D | RKLog.h | 14 bool SaveBuffer(tstring fileName, PBYTE lpBuffer, DWORD dwSize); 15 void PrintBuffer(tstring &strOutput, PBYTE lpBuffer, DWORD dwSize, UINT uiLineCount = 16);
|
| H A D | RKBoot.cpp | 87 bool CRKBoot::GetEntryProperty(ENUM_RKBOOTENTRY type, UCHAR ucIndex, DWORD &dwSize, DWORD &dwDelay,… in GetEntryProperty() argument 118 dwSize = pEntry->dwDataSize; in GetEntryProperty()
|
| H A D | RKImage.h | 54 bool GetData(long long dwOffset, DWORD dwSize, PBYTE lpBuffer);
|
| H A D | RKBoot.h | 65 …bool GetEntryProperty(ENUM_RKBOOTENTRY type, UCHAR ucIndex, DWORD &dwSize, DWORD &dwDelay, tchar *…
|
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | rkboot.c | 90 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 D | update_recv.c | 85 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 D | functionfs.h | 82 __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 D | functionfs.h | 82 __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 D | functionfs.h | 82 __le32 dwSize; member
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winshadddnl.c | 107 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 D | ddraw.h | 384 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 D | 0003-fix-big-endian-os.patch | 54 - SwapLong(&header->surfaceDesc.ddpfPixelFormat.dwSize);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | 0014-add-u3-ss-descriptor-support-for-adb.patch | 75 + uint32_t dwSize; 86 + .dwSize = sizeof(struct usb_os_desc_ext_prop),
|
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/ |
| H A D | biosemu.h | 289 ulong dwSize; member
|
| /OK3568_Linux_fs/kernel/drivers/usb/atm/ |
| H A D | ueagle-atm.c | 371 __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 D | ene_ub6250.c | 325 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 D | f_fs.c | 2449 length = le32_to_cpu(d->dwSize); in __ffs_data_do_os_desc()
|