Home
last modified time | relevance | path

Searched refs:VEX_HOST_WORDSIZE (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/VEX/pub/
Dlibvex_basictypes.h135 #undef VEX_HOST_WORDSIZE
139 # define VEX_HOST_WORDSIZE 8 macro
141 # define VEX_HOST_WORDSIZE 4 macro
143 # define VEX_HOST_WORDSIZE 8 macro
145 # define VEX_HOST_WORDSIZE 4 macro
147 # define VEX_HOST_WORDSIZE 4 macro
150 # define VEX_HOST_WORDSIZE 4 macro
152 # define VEX_HOST_WORDSIZE 8 macro
159 #if VEX_HOST_WORDSIZE == 8
166 #elif VEX_HOST_WORDSIZE == 4
/external/valgrind/main/include/
Dpub_tool_basics.h287 #define VG_WORDSIZE VEX_HOST_WORDSIZE
/external/valgrind/main/VEX/priv/
Dmain_main.c152 vassert(VEX_HOST_WORDSIZE == sizeof(void*)); in LibVEX_Init()
153 vassert(VEX_HOST_WORDSIZE == sizeof(HWord)); in LibVEX_Init()