Home
last modified time | relevance | path

Searched refs:SDL_MAX_SINT64 (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtestplatform.c48 SDL_COMPILE_TIME_ASSERT(SDL_MAX_SINT64, SDL_MAX_SINT64 == 9223372036854775807ll); in TestTypes()
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_wave.c1530 if (SDL_MAX_SINT64 - chunk->length < chunk->position || SDL_MAX_SINT64 - 8 < nextposition) { in WaveNextChunk()
1863 RIFFend = SDL_MAX_SINT64; in WaveLoad()
1960 …if (position > SDL_MAX_SINT64 || SDL_RWseek(src, (Sint64)position, RW_SEEK_SET) != (Sint64)positio… in WaveLoad()
/AliOS-Things-master/components/SDL2/include/
A DSDL_stdinc.h208 #define SDL_MAX_SINT64 ((Sint64)0x7FFFFFFFFFFFFFFFll) /* 9223372036854775807 */ macro

Completed in 9 milliseconds