HomeSort by relevance Sort by last modified time
    Searched refs:host_is_little_endian (Results 1 - 4 of 4) sorted by null

  /external/valgrind/coregrind/m_debuginfo/
misc.c 77 static inline Bool host_is_little_endian ( void ) { function
85 if (host_is_little_endian()) {
97 if (host_is_little_endian()) {
113 if (host_is_little_endian()) {
137 if (host_is_little_endian()) {
148 if (host_is_little_endian()) {
170 if (host_is_little_endian()) {
185 if (host_is_little_endian()) {
201 if (host_is_little_endian()) {
224 if (host_is_little_endian()) {
    [all...]
  /external/valgrind/memcheck/
mc_machine.c 62 static inline Bool host_is_little_endian ( void ) { function
131 tl_assert(host_is_little_endian());
545 tl_assert(host_is_little_endian());
668 tl_assert(host_is_little_endian());
    [all...]
  /external/valgrind/VEX/priv/
guest_x86_helpers.c 1329 static inline Bool host_is_little_endian ( void ) function
    [all...]
guest_amd64_helpers.c 1723 static inline Bool host_is_little_endian ( void ) function
    [all...]

Completed in 147 milliseconds