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

  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 135 #undef VEX_HOST_WORDSIZE
139 # define VEX_HOST_WORDSIZE 8
141 # define VEX_HOST_WORDSIZE 4
143 # define VEX_HOST_WORDSIZE 8
145 # define VEX_HOST_WORDSIZE 4
147 # define VEX_HOST_WORDSIZE 4
150 # define VEX_HOST_WORDSIZE 4
152 # define VEX_HOST_WORDSIZE 8
159 #if VEX_HOST_WORDSIZE == 8
166 #elif VEX_HOST_WORDSIZE ==
    [all...]
  /external/valgrind/main/include/
pub_tool_basics.h 287 #define VG_WORDSIZE VEX_HOST_WORDSIZE
  /external/valgrind/main/VEX/priv/
main_main.c 152 vassert(VEX_HOST_WORDSIZE == sizeof(void*));
153 vassert(VEX_HOST_WORDSIZE == sizeof(HWord));
    [all...]

Completed in 1154 milliseconds