Home
last modified time | relevance | path

Searched refs:SDL_WriteBE32 (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_rwops.h278 extern DECLSPEC size_t SDLCALL SDL_WriteBE32(SDL_RWops * dst, Uint32 value);
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_rwops.c652 objectsWritten = SDL_WriteBE32(rw, BE32value); in rwops_testFileWriteReadEndian()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h367 #define SDL_WriteBE32 SDL_WriteBE32_REAL macro
A DSDL_dynapi_procs.h398 SDL_DYNAPI_PROC(size_t,SDL_WriteBE32,(SDL_RWops *a, Uint32 b),(a,b),return)
/AliOS-Things-master/components/SDL2/src/file/
A DSDL_rwops.c912 SDL_WriteBE32(SDL_RWops * dst, Uint32 value) in SDL_WriteBE32() function

Completed in 17 milliseconds