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

/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dminilzo.c2140 #undef UA_GET64 macro
2170 # define UA_GET64 ACC_UA_GET64 macro
2174 # define UA_GET64(p) (* (__lzo_ua_volatile const lzo_uint64p) (__lzo_ua_volatile const lzo_voidp) (p))
2176 # define UA_COPY64(d,s) UA_SET64(d, UA_GET64(s))
3094 #if defined(UA_GET64)
3310 #if defined(UA_GET64)
3312 v = UA_GET64(ip + m_len) ^ UA_GET64(m_pos + m_len);
3316 v = UA_GET64(ip + m_len) ^ UA_GET64(m_po
[all...]

Completed in 25 milliseconds