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

  /external/valgrind/main/VEX/priv/
main_main.c 195 Bool host_is_bigendian = False; local
259 host_is_bigendian = False;
284 host_is_bigendian = False;
306 host_is_bigendian = True;
328 host_is_bigendian = True;
350 host_is_bigendian = True;
372 host_is_bigendian = False;
515 host_is_bigendian,
    [all...]
guest_amd64_toIR.c 193 static Bool host_is_bigendian; variable
945 vassert(!host_is_bigendian);
954 vassert(!host_is_bigendian);
976 vassert(!host_is_bigendian);
989 vassert(!host_is_bigendian);
    [all...]
guest_x86_toIR.c 201 static Bool host_is_bigendian; variable
458 vassert(!host_is_bigendian);
521 vassert(!host_is_bigendian);
529 vassert(!host_is_bigendian);
537 vassert(!host_is_bigendian);
    [all...]
guest_ppc_toIR.c 149 static Bool host_is_bigendian; variable
1003 vassert(host_is_bigendian);
    [all...]
guest_arm_toIR.c 126 static Bool host_is_bigendian; variable
808 if (host_is_bigendian) {
    [all...]

Completed in 104 milliseconds