Home
last modified time | relevance | path

Searched refs:LONG (Results 1 – 25 of 31) sorted by relevance

12

/AliOS-Things-master/hardware/chip/haas1000/drivers/rtos/rhino/kernel/include/network/curl/
A Dcurl.h971 CINIT(PORT, LONG, 3),
1003 CINIT(TIMEOUT, LONG, 13),
1066 CINIT(CRLF, LONG, 27),
1088 CINIT(TIMEVALUE, LONG, 34),
1121 CINIT(NETRC, LONG, 51),
1146 CINIT(PROXYPORT, LONG, 59),
1177 CINIT(FILETIME, LONG, 69),
1217 CINIT(HTTPGET, LONG, 80),
1285 CINIT(NOSIGNAL, LONG, 99),
1386 CINIT(USE_SSL, LONG, 119),
[all …]
A Dmulti.h328 #define LONG CURLOPTTYPE_LONG macro
343 CINIT(PIPELINING, LONG, 3),
352 CINIT(MAXCONNECTS, LONG, 6),
355 CINIT(MAX_HOST_CONNECTIONS, LONG, 7),
358 CINIT(MAX_PIPELINE_LENGTH, LONG, 8),
377 CINIT(MAX_TOTAL_CONNECTIONS, LONG, 13),
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A Drpng-win.c646 rect.top = (LONG)lastrow; in rpng_win_display_image()
647 rect.right = (LONG)image_width; /* possibly off by one? */ in rpng_win_display_image()
648 rect.bottom = (LONG)lastrow + 16L; /* possibly off by one? */ in rpng_win_display_image()
658 rect.top = (LONG)lastrow; in rpng_win_display_image()
659 rect.right = (LONG)image_width; /* possibly off by one? */ in rpng_win_display_image()
660 rect.bottom = (LONG)image_height; /* possibly off by one? */ in rpng_win_display_image()
A Drpng2-win.c826 rect.right = (LONG)rpng2_info.width; /* possibly off by one? */
827 rect.bottom = (LONG)rpng2_info.height; /* possibly off by one? */
1160 rect.top = (LONG)firstrow;
1161 rect.right = (LONG)rpng2_info.width; /* possibly off by one? */
1162 rect.bottom = (LONG)row + 1L; /* possibly off by one? */
/AliOS-Things-master/components/fatfs/include/
A Dinteger.h30 typedef long LONG; typedef
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/fs/fat/ChaN/
A Dinteger.h31 typedef long LONG; typedef
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.h65 LONG x;
66 LONG y;
A DSDL_windowsmodes.c368 LONG status; in WIN_SetDisplayMode()
A DSDL_windowswindow.c940 LONG cx, cy; in WIN_UpdateClipCursor()
986 const LONG style = GetWindowLong(hwnd, GWL_EXSTYLE); in WIN_SetWindowOpacity()
A DSDL_windowsevents.c821 LONG style = GetWindowLong(hwnd, GWL_STYLE); in WIN_WindowProc()
1216 typedef LONG(WINAPI* RtlGetVersionPtr)(struct SDL_WIN_OSVERSIONINFOW*); in IsWin10FCUorNewer()
/AliOS-Things-master/components/SDL2/src/core/windows/
A DSDL_directx.h87 #define FIELD_OFFSET(type, field) ((LONG)&(((type *)0)->field))
/AliOS-Things-master/components/SDL2/src/thread/windows/
A DSDL_syssem.c34 LONG count;
/AliOS-Things-master/hardware/chip/haas1000/
A D_haas1000_alios_sec_b.lds1082 LONG(0);
1098 LONG(0);
1255 LONG (__etext)
1256 LONG (__data_start__)
1258 LONG (__etext2)
1259 LONG (__data2_start__)
1272 LONG (__bss_start__)
1273 LONG (__bss_end__ - __bss_start__)
1274 LONG (__bss2_start__)
1415 LONG(0xBE57341D);
[all …]
A D_haas1000_alios_sec_b_a7.lds1079 LONG(0);
1095 LONG(0);
1252 LONG (__etext)
1253 LONG (__data_start__)
1255 LONG (__etext2)
1256 LONG (__data2_start__)
1269 LONG (__bss_start__)
1270 LONG (__bss_end__ - __bss_start__)
1271 LONG (__bss2_start__)
1412 LONG(0xBE57341D);
[all …]
/AliOS-Things-master/components/SDL2/include/
A DSDL_config_winrt.h70 #define LONG_PTR LONG
A DSDL_config_windows.h55 #define LONG_PTR LONG
/AliOS-Things-master/components/SDL2/src/haptic/darwin/
A DSDL_syshaptic.c734 LONG *rglDir; in SDL_SYS_SetDirection()
744 rglDir = SDL_malloc(sizeof(LONG) * naxes); in SDL_SYS_SetDirection()
748 SDL_memset(rglDir, 0, sizeof(LONG) * naxes); in SDL_SYS_SetDirection()
1037 SDL_malloc(sizeof(LONG) * custom->cSamples * custom->cChannels); in SDL_SYS_ToFFEFFECT()
/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_udev.c297 #define LONG(x) ((x)/BITS_PER_LONG) macro
298 #define test_bit(bit, array) ((array[LONG(bit)] >> OFF(bit)) & 1)
/AliOS-Things-master/components/SDL2/src/haptic/windows/
A DSDL_dinputhaptic.c550 LONG *rglDir; in SDL_SYS_SetDirection()
560 rglDir = SDL_malloc(sizeof(LONG) * naxes); in SDL_SYS_SetDirection()
564 SDL_memset(rglDir, 0, sizeof(LONG) * naxes); in SDL_SYS_SetDirection()
844 SDL_malloc(sizeof(LONG) * custom->cSamples * custom->cChannels); in SDL_SYS_ToDIEFFECT()
/AliOS-Things-master/components/SDL2/src/joystick/darwin/
A DSDL_sysjoystick.c78 effect->rglDirection = (LONG *)SDL_calloc(effect->cAxes, sizeof(LONG)); in CreateRumbleEffectData()
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_mmjoystick.c83 LONG regresult; in GetJoystickName()
A DSDL_dinputjoystick.c429 …(MAKELONG(rdi.hid.dwVendorId, rdi.hid.dwProductId) == ((LONG)pGuidProductFromDirectInput->Data1)) … in SDL_IsXInputDevice()
473 effect->rglDirection = (LONG *)SDL_calloc(effect->cAxes, sizeof(LONG)); in CreateRumbleEffectData()
A DSDL_windows_gaming_input.c96 LONG vidpid = MAKELONG(vendor, product); in SDL_IsXInputDevice()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Diowin32.c246 LONG lHigh = pos.HighPart; in MySetFilePointerEx()
/AliOS-Things-master/components/freetype/include/internal/
A Dftstream.h274 #define FT_GET_LONG() FT_GET_MACRO( LONG )

Completed in 54 milliseconds

12