OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:be64value
(Results
1 - 1
of
1
) sorted by null
/prebuilts/misc/windows/sdl2/test/
testautomation_rwops.c
595
Uint64
BE64value
;
615
BE64value
= 0;
624
BE64value
= 1;
633
BE64value
= SDLTest_RandomUint64();
655
objectsWritten = SDL_WriteBE64(rw,
BE64value
);
682
SDLTest_AssertCheck(BE64test ==
BE64value
, "Validate return value from SDL_ReadBE64, expected: %llu, got: %llu",
BE64value
, BE64test);
Completed in 115 milliseconds