OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ese_htobe32
(Results
1 - 3
of
3
) sorted by null
/external/libese/libese-sysdeps/
android-sysdeps.c
33
uint32_t
ese_htobe32
(uint32_t host_32bits) { return htobe32(host_32bits); }
function
darwin-sysdeps.c
34
uint32_t
ese_htobe32
(uint32_t host_32bits) {
function
/external/libese/libese-sysdeps/include/ese/
sysdeps.h
42
extern uint32_t
ese_htobe32
(uint32_t host_32bits);
Completed in 236 milliseconds