Searched refs:SDL_PRIu64 (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_timer.c | 45 SDLTest_AssertCheck(result > 0, "Check result value, expected: >0, got: %"SDL_PRIu64, result); in timer_getPerformanceCounter() 60 SDLTest_AssertCheck(result > 0, "Check result value, expected: >0, got: %"SDL_PRIu64, result); in timer_getPerformanceFrequency()
|
A D | testautomation_rwops.c | 682 …value, "Validate return value from SDL_ReadBE64, expected: %"SDL_PRIu64", got: %"SDL_PRIu64, BE64v… in rwops_testFileWriteReadEndian() 691 …value, "Validate return value from SDL_ReadLE64, expected: %"SDL_PRIu64", got: %"SDL_PRIu64, LE64v… in rwops_testFileWriteReadEndian()
|
A D | testautomation.c | 65 SDL_sscanf(argv[i + 1], "%"SDL_PRIu64, &userExecKey); in main()
|
A D | testtimer.c | 110 SDL_Log("Performance counter frequency: %"SDL_PRIu64"\n", SDL_GetPerformanceFrequency()); in main()
|
A D | testautomation_sdltest.c | 100 …t >= 0 && result <= (Sint64)umax, "Verify result value, expected: [0,%"SDL_PRIu64"], got: %"SDL_PR… in sdltest_randomNumber() 111 …t >= 0 && result <= (Sint64)umax, "Verify result value, expected: [0,%"SDL_PRIu64"], got: %"SDL_PR… in sdltest_randomNumber() 122 …t >= 0 && result <= (Sint64)umax, "Verify result value, expected: [0,%"SDL_PRIu64"], got: %"SDL_PR… in sdltest_randomNumber()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_stdinc.h | 234 #ifndef SDL_PRIu64 236 #define SDL_PRIu64 PRIu64 macro 238 #define SDL_PRIu64 "I64u" macro 240 #define SDL_PRIu64 "lu" macro 242 #define SDL_PRIu64 "llu" macro
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_harness.c | 573 … SDLTest_Log("Test Iteration %i: execKey %" SDL_PRIu64, iterationCounter, execKey); in SDLTest_RunSuites()
|
Completed in 10 milliseconds