Home
last modified time | relevance | path

Searched refs:UINT (Results 1 – 25 of 58) sorted by relevance

123

/AliOS-Things-master/hardware/chip/haas1000/drivers/services/fs/fat/ChaN/
A Dff.h131 UINT lockid; /* File lock ID (index of file semaphore table Files[]) */
169 UINT lfsize; /* Size of LFN buffer in TCHAR */
207 FRESULT f_read (FIL*, void*, UINT, UINT*); /* Read data from a file */
213 FRESULT f_write (FIL*, const void*, UINT, UINT*); /* Write data to a file */
224 FRESULT f_getcwd (TCHAR*, UINT); /* Get current directory */
225 FRESULT f_forward (FIL*, UINT(*)(const BYTE*,UINT), UINT, UINT*); /* Forward data to the stream */
226 FRESULT f_mkfs (BYTE, BYTE, UINT); /* Create a file system on the drive */
255 WCHAR ff_convert (WCHAR, UINT); /* OEM-Unicode bidirectional conversion */
258 void* ff_memalloc (UINT); /* Allocate memory block */
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.h49 typedef unsigned int UINT; /* int must be 16-bit or 32-bit */
57 typedef unsigned int UINT; /* int must be 16-bit or 32-bit */
187 UINT lockid; /* File lock ID origin from 1 (index of file semaphore table Files[]) */
284 FRESULT f_read (FIL* fp, void* buff, UINT btr, UINT* br); /* Read data from the file */
285 FRESULT f_write (FIL* fp, const void* buff, UINT btw, UINT* bw); /* Write data to the file */
301 FRESULT f_getcwd (FATFS *fs, TCHAR* buff, UINT len); /* Get current directory */
305 FRESULT f_forward (FIL* fp, UINT(*func)(const BYTE*,UINT), UINT btf, UINT* bf); /* Forward data to …
309 FRESULT f_mkfs (FATFS *fs, BYTE opt, DWORD au, void* work, UINT len); /* Create a FAT volume */
344 void* ff_memalloc (UINT msize); /* Allocate memory block */
A Ddiskio.h33 DRESULT disk_read (void *drv, BYTE* buff, DWORD sector, UINT count);
34 DRESULT disk_write (void *drv, const BYTE* buff, DWORD sector, UINT count);
A Dff.c933 UINT i; in enq_lock()
945 UINT i; in inc_lock()
997 UINT i; in clear_lock()
1202 UINT bc; in put_fat()
1268 UINT i; in find_bitmap()
1309 UINT i; in change_bitmap()
1768 UINT n;
2263 UINT i;
3119 UINT i;
3953 UINT i;
[all …]
A Dffunicode.c316 UINT i = 0, n, li, hi; in ff_uni2oem()
352 UINT i = 0, n, li, hi; in ff_oem2uni()
399 UINT i, n, li, hi; in ff_uni2oem()
451 UINT i, n, li, hi; in ff_oem2uni()
/AliOS-Things-master/components/fatfs/include/
A Dff.h148 UINT lockid; /* File lock ID origin from 1 (index of file semaphore table Files[]) */
245 FRESULT f_read (FIL* fp, void* buff, UINT btr, UINT* br); /* Read data from the file */
246 FRESULT f_write (FIL* fp, const void* buff, UINT btw, UINT* bw); /* Write data to the file */
263 FRESULT f_getcwd (TCHAR* buff, UINT len); /* Get current directory */
267 FRESULT f_forward (FIL* fp, UINT(*func)(const BYTE*,UINT), UINT btf, UINT* bf); /* Forward data to …
270 FRESULT f_mkfs (const TCHAR* path, BYTE opt, DWORD au, void* work, UINT len); /* Create a FAT volum…
309 void* ff_memalloc (UINT msize); /* Allocate memory block */
A Ddiskio.h40 DRESULT disk_read (BYTE pdrv, BYTE* buff, DWORD sector, UINT count);
41 DRESULT disk_write (BYTE pdrv, const BYTE* buff, DWORD sector, UINT count);
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_msctf.h163 HRESULT (STDMETHODCALLTYPE *GetCount)(ITfCandidateListUIElement *, UINT *);
164 HRESULT (STDMETHODCALLTYPE *GetSelection)(ITfCandidateListUIElement *, UINT *);
165 HRESULT (STDMETHODCALLTYPE *GetString)(ITfCandidateListUIElement *, UINT, BSTR *);
166 HRESULT (STDMETHODCALLTYPE *GetPageIndex)(ITfCandidateListUIElement *, UINT *, UINT, UINT *);
167 HRESULT (STDMETHODCALLTYPE *SetPageIndex)(ITfCandidateListUIElement *, UINT *, UINT);
168 HRESULT (STDMETHODCALLTYPE *GetCurrentPage)(ITfCandidateListUIElement *, UINT *);
188 … HRESULT (STDMETHODCALLTYPE *GetMaxReadingStringLength)(ITfReadingInformationUIElement *, UINT *);
189 HRESULT (STDMETHODCALLTYPE *GetErrorIndex)(ITfReadingInformationUIElement *, UINT *);
A DSDL_windowstaskdialog.h23 typedef HRESULT(CALLBACK *PFTASKDIALOGCALLBACK)(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam, …
122 UINT cbSize;
135 UINT cButtons;
138 UINT cRadioButtons;
153UINT cxWidth; // width of the Task Dialog's client area in D…
A DSDL_windowsvideo.h135 BOOL (WINAPI *GetTouchInputInfo)( HTOUCHINPUT, UINT, PTOUCHINPUT, int );
141 UINT *dpiX,
142 UINT *dpiY );
162 UINT ime_candpgsize;
174UINT (WINAPI *GetReadingString)(HIMC himc, UINT uReadingBufLen, LPWSTR lpwReadingBuf, PINT pnError…
A DSDL_windowsopengl.h53 UINT nMaxFormats,
55 UINT * nNumFormats);
58 UINT nAttributes,
A DSDL_windowskeyboard.c448 UINT maxuilen = 0; in IME_GetReadingString()
538 UINT lang = PRIMLANG(); in IME_InputLangChanged()
558 UINT cbVerData = 0; in IME_GetId()
657 videodata->GetReadingString = (UINT (WINAPI *)(HIMC, UINT, LPWSTR, PINT, BOOL*, PUINT)) in IME_SetupAPI()
806 UINT i, j; in IME_GetCandidateList()
983 UINT selection = 0; in UILess_GetCandidateList()
984 UINT count = 0; in UILess_GetCandidateList()
985 UINT page = 0; in UILess_GetCandidateList()
986 UINT pgcount = 0; in UILess_GetCandidateList()
989 UINT i, j; in UILess_GetCandidateList()
[all …]
A DSDL_windowsvideo.c126 …data->GetTouchInputInfo = (BOOL (WINAPI *)(HTOUCHINPUT, UINT, PTOUCHINPUT, int)) SDL_LoadFunction(… in WIN_CreateDevice()
134 …data->GetDpiForMonitor = (HRESULT (WINAPI *)(HMONITOR, MONITOR_DPI_TYPE, UINT *, UINT *)) SDL_Load… in WIN_CreateDevice()
263 typedef IDirect3D9 *(WINAPI *Direct3DCreate9_t) (UINT SDKVersion); in D3D_LoadDLL()
267 typedef HRESULT (WINAPI *Direct3DCreate9Ex_t)(UINT SDKVersion, IDirect3D9Ex **ppD3D); in D3D_LoadDLL()
/AliOS-Things-master/components/SDL2/src/audio/winmm/
A DSDL_winmm.c76 const UINT iscapture = iscap ? 1 : 0; \
77 const UINT devcount = wave##typ##GetNumDevs(); \
79 UINT i; \
102 CaptureSound(HWAVEIN hwi, UINT uMsg, DWORD_PTR dwInstance, in CaptureSound()
118 FillSound(HWAVEOUT hwo, UINT uMsg, DWORD_PTR dwInstance, in FillSound()
256 PrepWaveFormat(_THIS, UINT devId, WAVEFORMATEX *pfmt, const int iscapture) in PrepWaveFormat()
286 UINT devId = WAVE_MAPPER; /* WAVE_MAPPER == choose system's default */ in WINMM_OpenDevice()
287 UINT i; in WINMM_OpenDevice()
292 devId = (UINT) val; in WINMM_OpenDevice()
359 result = waveInGetDevCaps((UINT) this->hidden->hout, in WINMM_OpenDevice()
[all …]
/AliOS-Things-master/components/fatfs/src/sd_disk/
A Dsd_disk.h51 DRESULT SDMMC_read(BYTE *buff, DWORD sector, UINT count);
53 DRESULT SDMMC_write(BYTE *buff, DWORD sector, UINT count);
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()
/AliOS-Things-master/components/SDL2/src/timer/windows/
A DSDL_systimer.c44 SDL_SetSystemTimerResolution(const UINT uPeriod) in SDL_SetSystemTimerResolution()
47 static UINT timer_period = 0; in SDL_SetSystemTimerResolution()
66 UINT uPeriod; in SDL_TimerResolutionChanged()
/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);
/AliOS-Things-master/components/fatfs/src/ram_disk/
A Dram_disk.h54 DRESULT ram_disk_read(BYTE pdrv, BYTE *buff, DWORD sector, UINT count);
55 DRESULT ram_disk_write(BYTE pdrv, const BYTE *buff, DWORD sector, UINT count);
A Dram_disk.c83 DRESULT ram_disk_read(BYTE pdrv, BYTE *buff, DWORD sector, UINT count) in ram_disk_read()
96 DRESULT ram_disk_write(BYTE pdrv, const BYTE *buff, DWORD sector, UINT count) in ram_disk_write()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/
A Dwicdec.c133 UINT i, count; in ExtractICCP()
146 UINT num_color_contexts; in ExtractICCP()
155 UINT size; in ExtractICCP()
166 (UINT)iccp->size, iccp->bytes, in ExtractICCP()
267 UINT frame_count = 0; in ReadPictureWithWIC()
268 UINT width = 0, height = 0; in ReadPictureWithWIC()
354 (UINT)stride, (UINT)stride * height, rgb)); in ReadPictureWithWIC()
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_rawinputjoystick.c133 UINT i, device_count = 0; in RAWINPUT_AllXInputDevicesSupported()
154 UINT rdiSize = sizeof(rdi); in RAWINPUT_AllXInputDevicesSupported()
155 UINT nameSize = SDL_arraysize(devName); in RAWINPUT_AllXInputDevicesSupported()
159 … (GetRawInputDeviceInfoA(devices[i].hDevice, RIDI_DEVICEINFO, &rdi, &rdiSize) != ((UINT)-1)) && in RAWINPUT_AllXInputDevicesSupported()
160 … (GetRawInputDeviceInfoA(devices[i].hDevice, RIDI_DEVICENAME, devName, &nameSize) != ((UINT)-1)) && in RAWINPUT_AllXInputDevicesSupported()
288 UINT rdi_size = sizeof(rdi); in RAWINPUT_AddDevice()
290 UINT name_size = SDL_arraysize(dev_name); in RAWINPUT_AddDevice()
297 CHECK(GetRawInputDeviceInfoA(hDevice, RIDI_DEVICEINFO, &rdi, &rdi_size) != (UINT)-1); in RAWINPUT_AddDevice()
301 CHECK(GetRawInputDeviceInfoA(hDevice, RIDI_DEVICENAME, dev_name, &name_size) != (UINT)-1); in RAWINPUT_AddDevice()
651 LRESULT RAWINPUT_WindowProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in RAWINPUT_WindowProc()
[all …]
A DSDL_xinputjoystick.c126 UINT i, j, device_count = 0; in GuessXInputDevice()
147 UINT rdiSize = sizeof(rdi); in GuessXInputDevice()
148 UINT nameSize = SDL_arraysize(devName); in GuessXInputDevice()
152 … GetRawInputDeviceInfoA(devices[i].hDevice, RIDI_DEVICEINFO, &rdi, &rdiSize) != (UINT)-1 && in GuessXInputDevice()
153 … GetRawInputDeviceInfoA(devices[i].hDevice, RIDI_DEVICENAME, devName, &nameSize) != (UINT)-1) { in GuessXInputDevice()
168 UINT rdiSize = sizeof(rdi); in GuessXInputDevice()
169 UINT nameSize = SDL_arraysize(devName); in GuessXInputDevice()
173 … GetRawInputDeviceInfoA(devices[i].hDevice, RIDI_DEVICEINFO, &rdi, &rdiSize) != (UINT)-1 && in GuessXInputDevice()
174 … GetRawInputDeviceInfoA(devices[i].hDevice, RIDI_DEVICENAME, devName, &nameSize) != (UINT)-1) { in GuessXInputDevice()
/AliOS-Things-master/components/fatfs/src/
A Dff.c785 UINT i; in enq_lock()
798 UINT i; in inc_lock()
852 UINT i; in clear_lock()
1063 UINT bc; in put_fat()
1130 UINT i; in find_bitmap()
1172 UINT i; in change_bitmap()
1637 UINT n;
2122 UINT i;
2954 UINT i;
3050 UINT i;
[all …]
A Ddiskio.c59 DRESULT ff_disk_read(BYTE pdrv, BYTE *buff, DWORD sector, UINT count) in ff_disk_read()
83 DRESULT ff_disk_write(BYTE pdrv, const BYTE *buff, DWORD sector, UINT count) in ff_disk_write()

Completed in 54 milliseconds

123