Searched refs:UA_GET32 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
H A Dminilzo-inl.c2141 #undef UA_GET32 macro
2162 # define UA_GET32 ACC_UA_GET32 macro
2166 # define UA_GET32(p) (* (__lzo_ua_volatile const lzo_uint32p) (__lzo_ua_volatile const lzo_voidp) (p))
2168 # define UA_COPY32(d,s) UA_SET32(d, UA_GET32(s))
2784 #if 1 && defined(UA_GET32)
3100 #elif defined(UA_GET32) && (LZO_ABI_BIG_ENDIAN)
3102 #elif defined(UA_GET32) && (LZO_ABI_LITTLE_ENDIAN)
3214 #if defined(UA_GET32)
3215 if (UA_GET32(m_pos) != UA_GET32(i
[all...]

Completed in 107 milliseconds