/AliOS-Things-master/hardware/chip/haas1000/drivers/rtos/rhino/kernel/include/network/curl/ |
A D | curl.h | 971 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 D | multi.h | 328 #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 D | rpng-win.c | 646 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 D | rpng2-win.c | 826 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 D | integer.h | 30 typedef long LONG; typedef
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/fs/fat/ChaN/ |
A D | integer.h | 31 typedef long LONG; typedef
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsvideo.h | 65 LONG x; 66 LONG y;
|
A D | SDL_windowsmodes.c | 368 LONG status; in WIN_SetDisplayMode()
|
A D | SDL_windowswindow.c | 940 LONG cx, cy; in WIN_UpdateClipCursor() 986 const LONG style = GetWindowLong(hwnd, GWL_EXSTYLE); in WIN_SetWindowOpacity()
|
A D | SDL_windowsevents.c | 821 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 D | SDL_directx.h | 87 #define FIELD_OFFSET(type, field) ((LONG)&(((type *)0)->field))
|
/AliOS-Things-master/components/SDL2/src/thread/windows/ |
A D | SDL_syssem.c | 34 LONG count;
|
/AliOS-Things-master/hardware/chip/haas1000/ |
A D | _haas1000_alios_sec_b.lds | 1082 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.lds | 1079 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 D | SDL_config_winrt.h | 70 #define LONG_PTR LONG
|
A D | SDL_config_windows.h | 55 #define LONG_PTR LONG
|
/AliOS-Things-master/components/SDL2/src/haptic/darwin/ |
A D | SDL_syshaptic.c | 734 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 D | SDL_udev.c | 297 #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 D | SDL_dinputhaptic.c | 550 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 D | SDL_sysjoystick.c | 78 effect->rglDirection = (LONG *)SDL_calloc(effect->cAxes, sizeof(LONG)); in CreateRumbleEffectData()
|
/AliOS-Things-master/components/SDL2/src/joystick/windows/ |
A D | SDL_mmjoystick.c | 83 LONG regresult; in GetJoystickName()
|
A D | SDL_dinputjoystick.c | 429 …(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 D | SDL_windows_gaming_input.c | 96 LONG vidpid = MAKELONG(vendor, product); in SDL_IsXInputDevice()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/ |
A D | iowin32.c | 246 LONG lHigh = pos.HighPart; in MySetFilePointerEx()
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | ftstream.h | 274 #define FT_GET_LONG() FT_GET_MACRO( LONG )
|