Home
last modified time | relevance | path

Searched refs:Sint64 (Results 1 – 25 of 41) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_fuzzer.c143 Sint64
165 Sint64 min = pMin; in SDLTest_RandomIntegerInRange()
167 Sint64 temp; in SDLTest_RandomIntegerInRange()
168 Sint64 number; in SDLTest_RandomIntegerInRange()
339 static Sint64
340 SDLTest_GenerateSignedBoundaryValues(const Sint64 minValue, const Sint64 maxValue, Sint64 boundary1… in SDLTest_GenerateSignedBoundaryValues()
343 Sint64 delta; in SDLTest_GenerateSignedBoundaryValues()
409 (Sint64) boundary1, (Sint64) boundary2, in SDLTest_RandomSint8BoundaryValue()
420 (Sint64) boundary1, (Sint64) boundary2, in SDLTest_RandomSint16BoundaryValue()
436 (Sint64) boundary1, (Sint64) boundary2, in SDLTest_RandomSint32BoundaryValue()
[all …]
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_sdltest.c91 Sint64 result; in sdltest_randomNumber()
95 Sint64 min, max; in sdltest_randomNumber()
97 result = (Sint64)SDLTest_RandomUint8(); in sdltest_randomNumber()
102 result = (Sint64)SDLTest_RandomSint8(); in sdltest_randomNumber()
108 result = (Sint64)SDLTest_RandomUint16(); in sdltest_randomNumber()
125 min = 0 - ((Sint64)1 << 31); in sdltest_randomNumber()
126 max = ((Sint64)1 << 31) - 1; in sdltest_randomNumber()
602 Sint64 sresult; in sdltest_randomBoundaryNumberSint8()
712 Sint64 sresult; in sdltest_randomBoundaryNumberSint16()
822 Sint64 sresult; in sdltest_randomBoundaryNumberSint32()
[all …]
A Dtestautomation_rwops.c98 Sint64 i; in _testGenericRWopsValidations()
108 …SDLTest_AssertCheck(i == (Sint64)0, "Verify seek to 0 with SDL_RWseek (RW_SEEK_SET), expected 0, g… in _testGenericRWopsValidations()
123 …SDLTest_AssertCheck(i == (Sint64)seekPos, "Verify seek to %i with SDL_RWseek (RW_SEEK_SET), expect… in _testGenericRWopsValidations()
128 …SDLTest_AssertCheck(i == (Sint64)0, "Verify seek to 0 with SDL_RWseek (RW_SEEK_SET), expected 0, g… in _testGenericRWopsValidations()
146 i == (Sint64)(sizeof(RWopsHelloWorldTestString)-5), in _testGenericRWopsValidations()
154 i == (Sint64)(sizeof(RWopsHelloWorldTestString)-2), in _testGenericRWopsValidations()
163 i == (Sint64)(-1), in _testGenericRWopsValidations()
590 Sint64 result; in rwops_testFileWriteReadEndian()
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_mixer.c257 Sint64 src1, src2; in SDL_MixAudioFormat()
258 Sint64 dst_sample; in SDL_MixAudioFormat()
259 const Sint64 max_audioval = ((((Sint64) 1) << (32 - 1)) - 1); in SDL_MixAudioFormat()
260 const Sint64 min_audioval = -(((Sint64) 1) << (32 - 1)); in SDL_MixAudioFormat()
264 src1 = (Sint64) ((Sint32) SDL_SwapLE32(*src32)); in SDL_MixAudioFormat()
267 src2 = (Sint64) ((Sint32) SDL_SwapLE32(*dst32)); in SDL_MixAudioFormat()
283 Sint64 src1, src2; in SDL_MixAudioFormat()
284 Sint64 dst_sample; in SDL_MixAudioFormat()
285 const Sint64 max_audioval = ((((Sint64) 1) << (32 - 1)) - 1); in SDL_MixAudioFormat()
286 const Sint64 min_audioval = -(((Sint64) 1) << (32 - 1)); in SDL_MixAudioFormat()
[all …]
A DSDL_wave.h98 Sint64 position; /* Position of the data in the stream. */
140 Sint64 sampleframes;
A DSDL_wave.c64 Sint64 framestotal; /* Total number of sample frames. */
65 Sint64 framesleft; /* Number of sample frames still to be decoded. */
321 static Sint64
322 WaveAdjustToFactValue(WaveFile *file, Sint64 sampleframes) in WaveAdjustToFactValue()
352 file->sampleframes = (Sint64)availableblocks * format->samplesperblock; in MS_ADPCM_CalculateSampleFrames()
606 Sint64 blockframesleft = state->samplesperblock - 2; in MS_ADPCM_DecodeBlockData()
982 Sint64 blockframesleft = state->samplesperblock - 1; in IMA_ADPCM_DecodeBlockData()
1524 Sint64 nextposition = chunk->position + chunk->length; in WaveNextChunk()
1793 Sint64 RIFFstart, RIFFend, lastchunkpos; in WaveLoad()
1915 Sint64 position = SDL_RWseek(src, chunk->position, RW_SEEK_SET); in WaveLoad()
[all …]
/AliOS-Things-master/components/SDL2/include/
A DSDL_rwops.h57 Sint64 (SDLCALL * size) (struct SDL_RWops * context);
65 Sint64 (SDLCALL * seek) (struct SDL_RWops * context, Sint64 offset,
181 extern DECLSPEC Sint64 SDLCALL SDL_RWsize(SDL_RWops *context);
189 extern DECLSPEC Sint64 SDLCALL SDL_RWseek(SDL_RWops *context,
190 Sint64 offset, int whence);
195 extern DECLSPEC Sint64 SDLCALL SDL_RWtell(SDL_RWops *context);
A DSDL_test_fuzzer.h124 Sint64 SDLTest_RandomSint64(void);
315 Sint64 SDLTest_RandomSint64BoundaryValue(Sint64 boundary1, Sint64 boundary2, SDL_bool validDomain);
A DSDL_touch.h41 typedef Sint64 SDL_TouchID;
42 typedef Sint64 SDL_FingerID;
64 #define SDL_MOUSE_TOUCHID ((Sint64)-1)
A DSDL_system.h49 …indowsMessageHook)(void *userdata, void *hWnd, unsigned int message, Uint64 wParam, Sint64 lParam);
87 extern DECLSPEC int SDLCALL SDL_LinuxSetThreadPriority(Sint64 threadID, int priority);
A DSDL_gesture.h44 typedef Sint64 SDL_GestureID;
A DSDL_stdinc.h208 #define SDL_MAX_SINT64 ((Sint64)0x7FFFFFFFFFFFFFFFll) /* 9223372036854775807 */
209 #define SDL_MIN_SINT64 ((Sint64)(~0x7FFFFFFFFFFFFFFFll)) /* -9223372036854775808 */
210 typedef int64_t Sint64; typedef
323 SDL_COMPILE_TIME_ASSERT(sint64, sizeof(Sint64) == 8);
486 extern DECLSPEC char *SDLCALL SDL_lltoa(Sint64 value, char *str, int radix);
493 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *str, char **endp, int base);
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_WIC.c88 Sint64 start; in IMG_isPNG()
112 Sint64 start; in IMG_isJPG()
156 Sint64 innerStart; in IMG_isJPG()
158 Sint64 end; in IMG_isJPG()
183 Sint64 start; in IMG_isTIF()
222 Sint64 fileSize = SDL_RWsize(src); in WIC_LoadImage()
A DIMG_xv.c84 Sint64 start; in IMG_isXV()
102 Sint64 start; in IMG_LoadXV_RW()
A DIMG_tif.c124 Sint64 save_pos; in tiff_size()
136 Sint64 start; in IMG_isTIF()
162 Sint64 start; in IMG_LoadTIF_RW()
A DIMG_pnm.c37 Sint64 start; in IMG_isPNM()
110 Sint64 start; in IMG_LoadPNM_RW()
A DIMG_jpg.c125 Sint64 start; in IMG_isJPG()
162 Sint64 innerStart; in IMG_isJPG()
164 Sint64 end; in IMG_isJPG()
322 Sint64 start; in IMG_LoadJPG_RW()
A DIMG_webp.c104 Sint64 start; in webp_getinfo()
150 Sint64 start; in IMG_LoadWEBP_RW()
A DIMG_pcx.c62 Sint64 start; in IMG_isPCX()
89 Sint64 start; in IMG_LoadPCX_RW()
A DIMG_bmp.c40 Sint64 start; in IMG_isBMP()
59 Sint64 start; in IMG_isICOCUR()
221 Sint64 fp_offset; in LoadBMP_RW()
619 Sint64 fp_offset; in LoadICOCUR_RW()
/AliOS-Things-master/components/SDL2/src/file/
A DSDL_rwops.c145 static Sint64 SDLCALL
161 static Sint64 SDLCALL
350 static Sint64 SDLCALL
353 Sint64 pos, size; in stdio_size()
365 static Sint64 SDLCALL
443 static Sint64 SDLCALL
449 static Sint64 SDLCALL
729 Sint64 size; in SDL_LoadFile_RW()
783 Sint64
789 Sint64
[all …]
/AliOS-Things-master/components/SDL2/src/core/android/
A DSDL_android.h71 Sint64 Android_JNI_FileSize(SDL_RWops* ctx);
72 Sint64 Android_JNI_FileSeek(SDL_RWops* ctx, Sint64 offset, int whence);
/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_threadprio.c198 SDL_LinuxSetThreadPriority(Sint64 threadID, int priority) in SDL_LinuxSetThreadPriority()
231 SDL_LinuxSetThreadPriorityAndPolicy(Sint64 threadID, int sdlPriority, int schedPolicy) in SDL_LinuxSetThreadPriorityAndPolicy()
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_string.c158 SDL_ScanLongLong(const char *text, int radix, Sint64 * valuep) in SDL_ScanLongLong()
161 Sint64 value = 0; in SDL_ScanLongLong()
799 SDL_lltoa(Sint64 value, char *string, int radix) in SDL_lltoa()
910 Sint64
917 Sint64 value = 0; in SDL_strtoll()
1191 Sint64 value; in SDL_vsscanf()
1195 Sint64 *valuep = va_arg(ap, Sint64 *); in SDL_vsscanf()
1519 SDL_PrintLongLong(char *text, size_t maxlen, SDL_FormatInfo *info, Sint64 value) in SDL_PrintLongLong()
1523 if (info->force_sign && value >= (Sint64)0) { in SDL_PrintLongLong()
1763 va_arg(ap, Sint64)); in SDL_vsnprintf()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_surface.c40 static Sint64
43 Sint64 pitch; in SDL_CalculatePitch()
46 pitch = ((Sint64)width * SDL_BYTESPERPIXEL(format)); in SDL_CalculatePitch()
48 pitch = (((Sint64)width * SDL_BITSPERPIXEL(format)) + 7) / 8; in SDL_CalculatePitch()
62 Sint64 pitch; in SDL_CreateRGBSurfaceWithFormat()
115 Sint64 size = ((Sint64)surface->h * surface->pitch); in SDL_CreateRGBSurfaceWithFormat()

Completed in 35 milliseconds

12