Home
last modified time | relevance | path

Searched refs:SDL_PRIu64 (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_timer.c45 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 Dtestautomation_rwops.c682 …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 Dtestautomation.c65 SDL_sscanf(argv[i + 1], "%"SDL_PRIu64, &userExecKey); in main()
A Dtesttimer.c110 SDL_Log("Performance counter frequency: %"SDL_PRIu64"\n", SDL_GetPerformanceFrequency()); in main()
A Dtestautomation_sdltest.c100 …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 DSDL_stdinc.h234 #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 DSDL_test_harness.c573 … SDLTest_Log("Test Iteration %i: execKey %" SDL_PRIu64, iterationCounter, execKey); in SDLTest_RunSuites()

Completed in 10 milliseconds