Searched defs:UA_GET64 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
H A Dminilzo-inl.c2144 #undef UA_GET64 macro
2174 # define UA_GET64 ACC_UA_GET64 macro
2178 # define UA_GET64(p) (* (__lzo_ua_volatile const lzo_uint64p) (__lzo_ua_volatile const lzo_voidp) (p))
2180 # define UA_COPY64(d,s) UA_SET64(d, UA_GET64(s))
3096 #if defined(UA_GET64) && (LZO_ABI_BIG_ENDIAN)
3098 #elif defined(UA_GET64) && (LZO_ABI_LITTLE_ENDIAN)
3317 #if defined(UA_GET64)
3319 v = UA_GET64(ip + m_len) ^ UA_GET64(m_pos + m_len);
3323 v = UA_GET64(i
[all...]

Completed in 46 milliseconds