Home
last modified time | relevance | path

Searched refs:DWORD (Results 1 – 25 of 95) sorted by relevance

1234

/AliOS-Things-master/components/SDL2/src/render/direct3d11/
A DSDL_shaders_d3d11.c84 static const DWORD D3D11_PixelShader_Colors[] = {
111 static const DWORD D3D11_PixelShader_Colors[] = {
160 static const DWORD D3D11_PixelShader_Textures[] = {
197 static const DWORD D3D11_PixelShader_Textures[] = {
277 static const DWORD D3D11_PixelShader_YUV_JPEG[] = {
343 static const DWORD D3D11_PixelShader_YUV_JPEG[] = {
451 static const DWORD D3D11_PixelShader_YUV_BT601[] = {
517 static const DWORD D3D11_PixelShader_YUV_BT601[] = {
625 static const DWORD D3D11_PixelShader_YUV_BT709[] = {
1756 static const DWORD D3D11_VertexShader[] = {
[all …]
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.h89 typedef DWORD TCHAR;
112 typedef DWORD FSIZE_t;
144 DWORD last_clst; /* Last allocated cluster */
145 DWORD free_clst; /* Number of free clusters */
156 DWORD fsize; /* Size of an FAT [sectors] */
157 DWORD volbase; /* Volume base sector */
158 DWORD fatbase; /* FAT base sector */
160 DWORD database; /* Data base sector */
221 DWORD clust; /* Current cluster */
334 DWORD get_fattime (void);
[all …]
A Dff.c592 DWORD rv; in ld_dword()
719 DWORD uc; in tchar2uni()
810 DWORD hc; in put_utf()
843 DWORD hc; in put_utf()
1125 DWORD val; in get_fat()
1393 DWORD nxt; in remove_chain()
1809 DWORD cl;
1962 DWORD sr;
2807 DWORD uc;
3836 DWORD tm;
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/fs/fat/ChaN/
A Dff.h101 DWORD fsize; /* Sectors per FAT */
102 DWORD fatbase; /* FAT start sector */
104 DWORD database; /* Data start sector */
119 DWORD fsize; /* File size */
147 DWORD clust; /* Current cluster */
148 DWORD sect; /* Current sector */
162 DWORD fsize; /* File size */
250 DWORD get_fattime (void);
323 #define LD_DWORD(ptr) (DWORD)(*(DWORD*)(BYTE*)(ptr))
325 #define ST_DWORD(ptr,val) *(DWORD*)(BYTE*)(ptr)=(DWORD)(val)
[all …]
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.h68 DWORD dwID;
69 DWORD dwFlags;
70 DWORD dwMask;
71 DWORD dwTime;
73 DWORD cxContact;
107 DWORD fdwSentence;
118 DWORD dwNumMsgBuf;
120 DWORD fdwInit;
121 DWORD dwReserve[3];
160 DWORD ime_candref;
[all …]
A DSDL_msctf.h51 typedef DWORD TfClientId;
52 typedef DWORD TfEditCookie;
93 HRESULT (STDMETHODCALLTYPE *ActivateEx)(ITfThreadMgrEx *, TfClientId *, DWORD);
94 HRESULT (STDMETHODCALLTYPE *GetActiveFlags)(ITfThreadMgrEx *, DWORD *);
125 HRESULT (STDMETHODCALLTYPE *BeginUIElement)(ITfUIElementSink *, DWORD, BOOL *);
126 HRESULT (STDMETHODCALLTYPE *UpdateUIElement)(ITfUIElementSink *, DWORD);
127 HRESULT (STDMETHODCALLTYPE *EndUIElement)(ITfUIElementSink *, DWORD);
141 HRESULT (STDMETHODCALLTYPE *UpdateUIElement)(ITfUIElementMgr *, DWORD);
142 HRESULT (STDMETHODCALLTYPE *EndUIElement)(ITfUIElementMgr *, DWORD);
219 …ivated)(ITfInputProcessorProfileActivationSink *, DWORD, LANGID, REFCLSID, REFGUID, REFGUID, HKL,
[all …]
/AliOS-Things-master/components/fatfs/include/
A Dff.h79 typedef DWORD FSIZE_t;
108 DWORD last_clst; /* Last allocated cluster */
109 DWORD free_clst; /* Number of free clusters */
120 DWORD fsize; /* Size of an FAT [sectors] */
121 DWORD volbase; /* Volume base sector */
122 DWORD fatbase; /* FAT base sector */
123 DWORD dirbase; /* Root directory base sector/cluster */
124 DWORD database; /* Data base sector */
181 DWORD dptr; /* Current read/write offset */
182 DWORD clust; /* Current cluster */
[all …]
/AliOS-Things-master/components/SDL2/src/core/windows/
A DSDL_xinput.h114 DWORD dwPaddingReserved;
121 DWORD dwPacketNumber;
133 typedef DWORD (WINAPI *XInputGetState_t)
135 DWORD dwUserIndex, /* [in] Index of the gamer associated with the device */
139 typedef DWORD (WINAPI *XInputSetState_t)
141 DWORD dwUserIndex, /* [in] Index of the gamer associated with the device */
145 typedef DWORD (WINAPI *XInputGetCapabilities_t)
148 DWORD dwFlags, /* [in] Input flags that identify the device type */
152 typedef DWORD (WINAPI *XInputGetBatteryInformation_t)
154 DWORD dwUserIndex,
[all …]
/AliOS-Things-master/components/SDL2/src/render/direct3d/
A DSDL_shaders_d3d.c87 static const DWORD D3D9_PixelShader_YUV_JPEG[] = {
159 static const DWORD D3D9_PixelShader_YUV_BT601[] = {
231 static const DWORD D3D9_PixelShader_YUV_BT709[] = {
261 static const DWORD *D3D9_shaders[] = {
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Diowin32.c25 #define INVALID_SET_FILE_POINTER ((DWORD)-1)
52 DWORD* lpdwDesiredAccess, in win32_translate_open_mode()
54 DWORD* lpdwShareMode, in win32_translate_open_mode()
209 DWORD dwErr = GetLastError(); in win32_read_file_func()
231 DWORD dwErr = GetLastError(); in win32_write_file_func()
274 DWORD dwErr = GetLastError(); in win32_tell_file_func()
298 DWORD dwErr = GetLastError(); in win32_tell64_file_func()
311 DWORD dwMoveMethod=0xFFFFFFFF; in win32_seek_file_func()
337 DWORD dwErr = GetLastError(); in win32_seek_file_func()
349 DWORD dwMoveMethod=0xFFFFFFFF; in win32_seek64_file_func()
[all …]
/AliOS-Things-master/components/SDL2/src/thread/windows/
A DSDL_systhread.c77 static DWORD
89 static DWORD WINAPI
120 const DWORD flags = thread->stacksize ? STACK_SIZE_PARAM_IS_A_RESERVATION : 0;
133 DWORD threadid = 0;
147 DWORD dwType; /* must be 0x1000 */
149 DWORD dwThreadID; /* thread ID (-1=caller thread) */
150 DWORD dwFlags; /* reserved for future use, must be zero */
197 inf.dwThreadID = (DWORD) -1;
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Diowin32.c23 #define INVALID_SET_FILE_POINTER ((DWORD)-1)
73 DWORD dwDesiredAccess,dwCreationDisposition,dwShareMode,dwFlagsAndAttributes ;
132 DWORD dwErr = GetLastError();
156 DWORD dwErr = GetLastError();
175 DWORD dwSet = SetFilePointer(hFile, 0, NULL, FILE_CURRENT);
178 DWORD dwErr = GetLastError();
194 DWORD dwMoveMethod=0xFFFFFFFF;
216 DWORD dwSet = SetFilePointer(hFile, offset, NULL, dwMoveMethod);
219 DWORD dwErr = GetLastError();
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/win_dib/
A Dtiff2dib.c29 static HDIB CreateDIB(DWORD dwWidth, DWORD dwHeight, WORD wBitCount);
101 hDIB = CreateDIB((DWORD) imageWidth, (DWORD) imageLength, (WORD) in LoadTIFFinDIB()
246 HDIB CreateDIB(DWORD dwWidth, DWORD dwHeight, WORD wBitCount) in CreateDIB()
250 DWORD dwLen; // size of memory block in CreateDIB()
252 DWORD dwBytesPerLine; // Number of bytes per scanline in CreateDIB()
342 DWORD dwClrUsed; in DIBNumColors()
/AliOS-Things-master/components/fatfs/src/sd_disk/
A Dsd_disk.c69 DRESULT SDMMC_read(BYTE *buff, DWORD sector, UINT count) in SDMMC_read()
80 DRESULT SDMMC_write(BYTE *buff, DWORD sector, UINT count) in SDMMC_write()
107 *(DWORD *)buff = info.blk_nums; in SDMMC_ioctl()
113 *(DWORD *)buff = 1; in SDMMC_ioctl()
A Dsd_disk.h51 DRESULT SDMMC_read(BYTE *buff, DWORD sector, UINT count);
53 DRESULT SDMMC_write(BYTE *buff, DWORD sector, UINT count);
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/testzlib/
A Dtestzlib.c41 DWORD dwEdx,dwEax; in myGetRDTSC32()
93 DWORD GetMsecSincePerfCounter(LARGE_INTEGER beginTime64,BOOL fComputeTimeQueryPerf) in GetMsecSincePerfCounter()
97 DWORD dwLog=16+0; in GetMsecSincePerfCounter()
98 DWORD dwRet; in GetMsecSincePerfCounter()
113 dwRet = (DWORD)((((DWORD)ticksShifted)*1000)/(DWORD)(tickSecShifted)); in GetMsecSincePerfCounter()
158 DWORD dwGetTick,dwMsecQP; in main()
/AliOS-Things-master/components/SDL2/src/audio/directsound/
A DSDL_directsound.c185 DWORD status = 0; in DSOUND_WaitDevice()
186 DWORD cursor = 0; in DSOUND_WaitDevice()
187 DWORD junk = 0; in DSOUND_WaitDevice()
254 DWORD cursor = 0; in DSOUND_GetDeviceBuf()
255 DWORD junk = 0; in DSOUND_GetDeviceBuf()
257 DWORD rawlen = 0; in DSOUND_GetDeviceBuf()
276 DWORD spot = cursor; in DSOUND_GetDeviceBuf()
358 DWORD junk, cursor; in DSOUND_FlushCapture()
396 DWORD dwAudioBytes1, dwAudioBytes2; in CreateSecondary()
474 const DWORD numchunks = 8; in DSOUND_OpenDevice()
[all …]
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_fat_diskio.c58 DWORD sector, /* Sector address (LBA) */ in disk_read()
78 DWORD sector, /* Sector address (LBA) */ in disk_write()
130 *((DWORD *)buff) = mp_obj_get_int(ret); in disk_ioctl()
147 *((DWORD *)buff) = 1; // erase block size in units of sector size in disk_ioctl()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_win32.c68 DWORD n; in _tiffReadProc()
69 DWORD o; in _tiffReadProc()
78 n=(DWORD)mb; in _tiffReadProc()
98 DWORD n; in _tiffWriteProc()
99 DWORD o; in _tiffWriteProc()
108 n=(DWORD)mb; in _tiffWriteProc()
124 DWORD dwMoveMethod; in _tiffSeekProc()
263 DWORD dwMode; in TIFFOpen()
302 DWORD dwMode; in TIFFOpenW()
/AliOS-Things-master/components/SDL2/src/filesystem/windows/
A DSDL_sysfilesystem.c39 typedef DWORD (WINAPI *GetModuleFileNameExW_t)(HANDLE, HMODULE, LPWSTR, DWORD); in SDL_GetBasePath()
41 DWORD buflen = 128; in SDL_GetBasePath()
45 DWORD len = 0; in SDL_GetBasePath()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/
A DHmacSha1Signer.cc44 DWORD dwKeySize; in generate()
48 DWORD kbLen = sizeof(my_blob) + secret.size(); in generate()
61 DWORD dwDataLen = 32; in generate()
79 DWORD dlen = 0; in generate()
/AliOS-Things-master/components/fatfs/src/
A Dff.c559 DWORD rv; in ld_dword()
985 DWORD val; in get_fat()
1173 DWORD sect; in change_bitmap()
1258 DWORD nxt; in remove_chain()
1679 DWORD cl;
1834 DWORD sr;
2483 DWORD tm;
3783 DWORD tm;
3974 DWORD ccl;
4758 DWORD dw;
[all …]
/AliOS-Things-master/components/oss/src/auth/
A DHmacSha1Signer.cc52 DWORD dwKeySize; in generate()
56 DWORD kbLen = sizeof(my_blob) + secret.size(); in generate()
69 DWORD dwDataLen = 32; in generate()
86 DWORD dlen = 0; in generate()
/AliOS-Things-master/components/SDL2/src/timer/windows/
A DSDL_systimer.c33 static DWORD start = 0;
122 DWORD now = 0; in SDL_GetTicks()
136 return (DWORD) hires_now.QuadPart; in SDL_GetTicks()
/AliOS-Things-master/components/fatfs/src/usb_disk/
A Dusb_disk.h85 extern DRESULT USB_HostMsdReadDisk(BYTE pdrv, BYTE *buff, DWORD sector, UINT count);
99 extern DRESULT USB_HostMsdWriteDisk(BYTE pdrv, const BYTE *buff, DWORD sector, UINT count);

Completed in 56 milliseconds

1234