/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_test_fuzzer.h | 101 Sint32 SDLTest_RandomSint32(void); 294 Sint32 SDLTest_RandomSint32BoundaryValue(Sint32 boundary1, Sint32 boundary2, SDL_bool validDomain); 329 Sint32 SDLTest_RandomIntegerInRange(Sint32 min, Sint32 max);
|
A D | SDL_events.h | 191 Sint32 data1; /**< event dependent data */ 206 Sint32 data1; /**< event dependent data */ 207 Sint32 data2; /**< event dependent data */ 262 Sint32 x; /**< X coordinate, relative to window */ 263 Sint32 y; /**< Y coordinate, relative to window */ 264 Sint32 xrel; /**< The relative motion in the X direction */ 265 Sint32 yrel; /**< The relative motion in the Y direction */ 281 Sint32 x; /**< X coordinate, relative to window */ 282 Sint32 y; /**< Y coordinate, relative to window */ 505 Sint32 which; /**< The instance ID of the sensor */ [all …]
|
A D | SDL_timer.h | 59 #define SDL_TICKS_PASSED(A, B) ((Sint32)((B) - (A)) <= 0)
|
A D | SDL_sensor.h | 60 typedef Sint32 SDL_SensorID;
|
A D | SDL_stdinc.h | 195 #define SDL_MAX_SINT32 ((Sint32)0x7FFFFFFF) /* 2147483647 */ 196 #define SDL_MIN_SINT32 ((Sint32)(~0x7FFFFFFF)) /* -2147483648 */ 197 typedef int32_t Sint32; typedef 321 SDL_COMPILE_TIME_ASSERT(sint32, sizeof(Sint32) == 4);
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_fuzzer.c | 110 Sint32 115 return (Sint32) SDLTest_RandomInt(&rndContext); in SDLTest_RandomSint32() 162 Sint32 163 SDLTest_RandomIntegerInRange(Sint32 pMin, Sint32 pMax) in SDLTest_RandomIntegerInRange() 175 return (Sint32)min; in SDLTest_RandomIntegerInRange() 181 return (Sint32)((number % ((max + 1) - min)) + min); in SDLTest_RandomIntegerInRange() 424 Sint32 425 SDLTest_RandomSint32BoundaryValue(Sint32 boundary1, Sint32 boundary2, SDL_bool validDomain) in SDLTest_RandomSint32BoundaryValue() 435 return (Sint32)SDLTest_GenerateSignedBoundaryValues(minValue, maxValue, in SDLTest_RandomSint32BoundaryValue()
|
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_threadprio.c | 51 static Sint32 rtkit_min_nice_level = -20; 52 static Sint32 rtkit_max_realtime_priority = 99; 136 Sint32 si32 = (Sint32)nice_level; in rtkit_setpriority_nice() 165 Sint32 si32 = (Sint32)rt_priority; in rtkit_setpriority_realtime()
|
/AliOS-Things-master/components/SDL2/src/joystick/bsd/ |
A D | SDL_sysjoystick.c | 102 dpad_to_sdl(Sint32 *dpad) in dpad_to_sdl() 327 hatval_to_sdl(Sint32 hatval) in hatval_to_sdl() 541 Sint32 v; 543 Sint32 dpad[4] = {0, 0, 0, 0}; 564 v = (Sint32) x; 581 v = (Sint32) y; 617 v = (Sint32) hid_get_data(REP_BUF_DATA(rep), &hitem); 625 v = (Sint32) hid_get_data(REP_BUF_DATA(rep), &hitem); 632 dpad[0] = (Sint32) hid_get_data(REP_BUF_DATA(rep), &hitem); 636 dpad[1] = (Sint32) hid_get_data(REP_BUF_DATA(rep), &hitem); [all …]
|
/AliOS-Things-master/components/SDL2/src/audio/ |
A D | SDL_mixer.c | 264 src1 = (Sint64) ((Sint32) SDL_SwapLE32(*src32)); in SDL_MixAudioFormat() 267 src2 = (Sint64) ((Sint32) SDL_SwapLE32(*dst32)); in SDL_MixAudioFormat() 274 *(dst32++) = SDL_SwapLE32((Uint32) ((Sint32) dst_sample)); in SDL_MixAudioFormat() 290 src1 = (Sint64) ((Sint32) SDL_SwapBE32(*src32)); in SDL_MixAudioFormat() 293 src2 = (Sint64) ((Sint32) SDL_SwapBE32(*dst32)); in SDL_MixAudioFormat() 300 *(dst32++) = SDL_SwapBE32((Uint32) ((Sint32) dst_sample)); in SDL_MixAudioFormat()
|
A D | SDL_audiotypecvt.c | 149 const Sint32 *src = (const Sint32 *) cvt->buf; in SDL_Convert_S32_to_F32_Scalar() 272 Sint32 *dst = (Sint32 *) cvt->buf; in SDL_Convert_F32_to_S32_Scalar() 282 *dst = (Sint32) -2147483648LL; in SDL_Convert_F32_to_S32_Scalar() 516 const Sint32 *src = (const Sint32 *) cvt->buf; in SDL_Convert_S32_to_F32_SSE2() 539 src = (const Sint32 *) mmsrc; in SDL_Convert_S32_to_F32_SSE2() 801 Sint32 *dst = (Sint32 *) cvt->buf; in SDL_Convert_F32_to_S32_SSE2() 831 dst = (Sint32 *) mmdst; in SDL_Convert_F32_to_S32_SSE2() 1050 const Sint32 *src = (const Sint32 *) cvt->buf; in SDL_Convert_S32_to_F32_NEON() 1073 src = (const Sint32 *) mmsrc; in SDL_Convert_S32_to_F32_NEON() 1332 Sint32 *dst = (Sint32 *) cvt->buf; in SDL_Convert_F32_to_S32_NEON() [all …]
|
A D | SDL_wave.c | 451 Sint32 c = chunk->data[22 + i * 2] | ((Sint32)chunk->data[23 + i * 2] << 8); in MS_ADPCM_Init() 495 MS_ADPCM_ProcessNibble(MS_ADPCM_ChannelState *cstate, Sint32 sample1, Sint32 sample2, Uint8 nybble) in MS_ADPCM_ProcessNibble() 497 const Sint32 max_audioval = 32767; in MS_ADPCM_ProcessNibble() 498 const Sint32 min_audioval = -32768; in MS_ADPCM_ProcessNibble() 504 Sint32 new_sample; in MS_ADPCM_ProcessNibble() 505 Sint32 errordelta; in MS_ADPCM_ProcessNibble() 536 Sint32 sample; in MS_ADPCM_DecodeBlockHeader() 863 const Sint32 max_audioval = 32767; in IMA_ADPCM_ProcessNibble() 864 const Sint32 min_audioval = -32768; in IMA_ADPCM_ProcessNibble() 882 Sint32 sample, delta; in IMA_ADPCM_ProcessNibble() [all …]
|
A D | SDL_wave.h | 80 Sint32 status;
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_sdltest.c | 824 Sint32 long_min = LONG_MIN; in sdltest_randomBoundaryNumberSint32() 825 Sint32 long_max = LONG_MAX; in sdltest_randomBoundaryNumberSint32() 827 Sint32 long_min = INT_MIN; in sdltest_randomBoundaryNumberSint32() 828 Sint32 long_max = INT_MAX; in sdltest_randomBoundaryNumberSint32() 1047 Sint32 min, max; in sdltest_randomIntegerInRange() 1048 Sint32 result; in sdltest_randomIntegerInRange() 1050 Sint32 long_min = LONG_MIN; in sdltest_randomIntegerInRange() 1051 Sint32 long_max = LONG_MAX; in sdltest_randomIntegerInRange() 1053 Sint32 long_min = INT_MIN; in sdltest_randomIntegerInRange() 1054 Sint32 long_max = INT_MAX; in sdltest_randomIntegerInRange() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_bmp.c | 247 Sint32 biWidth; in LoadBMP_RW() 248 Sint32 biHeight = 0; in LoadBMP_RW() 253 Sint32 biXPelsPerMeter; in LoadBMP_RW() 254 Sint32 biYPelsPerMeter; in LoadBMP_RW() 639 Sint32 biWidth; in LoadICOCUR_RW() 640 Sint32 biHeight; in LoadICOCUR_RW() 645 Sint32 biXPelsPerMeter; in LoadICOCUR_RW() 646 Sint32 biYPelsPerMeter; in LoadICOCUR_RW()
|
A D | IMG_xcf.c | 113 Sint32 opacity; 114 Sint32 mode; 121 Sint32 x; 122 Sint32 y; 127 Sint32 x; 128 Sint32 y; 144 Sint32 image_type; 159 Sint32 layer_type; 232 if (tmp > 0 && (Sint32)tmp <= remaining) { in read_string()
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi.c | 173 static Sint32 203 typedef Sint32 (SDLCALL *SDL_DYNAPI_ENTRYFN)(Uint32 apiver, void *table, Uint32 tablesize); 204 extern DECLSPEC Sint32 SDLCALL SDL_DYNAPI_entry(Uint32, void *, Uint32); 206 Sint32
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_bmp.c | 202 Sint32 biWidth = 0; in SDL_LoadBMP_RW() 203 Sint32 biHeight = 0; in SDL_LoadBMP_RW() 586 Sint32 biWidth; in SDL_SaveBMP_RW() 587 Sint32 biHeight; in SDL_SaveBMP_RW() 592 Sint32 biXPelsPerMeter; in SDL_SaveBMP_RW() 593 Sint32 biYPelsPerMeter; in SDL_SaveBMP_RW() 603 Sint32 bV4Endpoints[3 * 3] = {0}; in SDL_SaveBMP_RW()
|
/AliOS-Things-master/components/SDL2/src/audio/sun/ |
A D | SDL_sunaudio.h | 40 Sint32 written; /* The number of samples written */
|
A D | SDL_sunaudio.c | 87 Sint32 left; in SUNAUDIO_WaitDevice() 92 Sint32 sleepy; in SUNAUDIO_WaitDevice()
|
/AliOS-Things-master/components/SDL2/src/audio/esd/ |
A D | SDL_esdaudio.c | 120 Sint32 ticks; in ESD_WaitDevice() 137 ticks = ((Sint32) (this->hidden->next_frame - SDL_GetTicks())) - FUDGE_TICKS; in ESD_WaitDevice()
|
/AliOS-Things-master/components/SDL2/src/audio/arts/ |
A D | SDL_artsaudio.c | 142 Sint32 ticks; in ARTS_WaitDevice() 160 ((Sint32) (this->hidden->next_frame - SDL_GetTicks())) - FUDGE_TICKS; in ARTS_WaitDevice()
|
/AliOS-Things-master/components/SDL2/src/timer/ |
A D | SDL_timer.c | 86 if ((Sint32)(timer->scheduled-curr->scheduled) < 0) { in SDL_AddTimerInternal() 154 if ((Sint32)(tick-current->scheduled) < 0) { in SDL_TimerThread()
|
/AliOS-Things-master/components/SDL2/src/audio/paudio/ |
A D | SDL_paudio.c | 134 Sint32 ticks; in PAUDIO_WaitDevice() 136 ticks = ((Sint32) (this->hidden->next_frame - SDL_GetTicks())) - FUDGE_TICKS; in PAUDIO_WaitDevice()
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclopengles.c | 78 Sint32 attribs[64]; in NACL_GLES_CreateContext()
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_shape.c | 82 Sint32 pitch; in DirectFB_SetWindowShape()
|