OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:host_is_little_endian
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/coregrind/m_debuginfo/
misc.c
69
static inline Bool
host_is_little_endian
( void ) {
function
77
if (
host_is_little_endian
()) {
89
if (
host_is_little_endian
()) {
105
if (
host_is_little_endian
()) {
129
if (
host_is_little_endian
()) {
140
if (
host_is_little_endian
()) {
162
if (
host_is_little_endian
()) {
177
if (
host_is_little_endian
()) {
193
if (
host_is_little_endian
()) {
216
if (
host_is_little_endian
()) {
[
all
...]
/external/valgrind/main/memcheck/
mc_machine.c
98
static inline Bool
host_is_little_endian
( void ) {
function
573
tl_assert(
host_is_little_endian
());
[
all
...]
/external/valgrind/main/VEX/priv/
guest_x86_helpers.c
1329
static inline Bool
host_is_little_endian
( void )
function
[
all
...]
guest_amd64_helpers.c
1539
static inline Bool
host_is_little_endian
( void )
function
[
all
...]
Completed in 365 milliseconds