OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:be32test
(Results
1 - 1
of
1
) sorted by null
/prebuilts/misc/windows/sdl2/test/
testautomation_rwops.c
600
Uint32
BE32test
;
677
BE32test
= SDL_ReadBE32(rw);
679
SDLTest_AssertCheck(
BE32test
== BE32value, "Validate return value from SDL_ReadBE32, expected: %u, got: %u", BE32value,
BE32test
);
Completed in 138 milliseconds