OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ese_htole32
(Results
1 - 4
of
4
) sorted by null
/external/libese/libese-sysdeps/
android-sysdeps.c
39
uint32_t
ese_htole32
(uint32_t host_32bits) { return htole32(host_32bits); }
function
darwin-sysdeps.c
42
uint32_t
ese_htole32
(uint32_t host_32bits) {
function
/external/libese/libese-sysdeps/include/ese/
sysdeps.h
44
extern uint32_t
ese_htole32
(uint32_t host_32bits);
/external/libese/libese-hw/nxp/pn80t/
common.c
297
*(uint32_t *)(&reply[0]) =
ese_htole32
(cooldownSec);
Completed in 348 milliseconds