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

/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dminilzo.c2137 #undef UA_GET32 macro
2158 # define UA_GET32 ACC_UA_GET32 macro
2162 # define UA_GET32(p) (* (__lzo_ua_volatile const lzo_uint32p) (__lzo_ua_volatile const lzo_voidp) (p))
2164 # define UA_COPY32(d,s) UA_SET32(d, UA_GET32(s))
2782 #if 1 && defined(UA_GET32)
3096 #elif defined(UA_GET32)
3208 #if defined(UA_GET32)
3209 if (UA_GET32(m_pos) != UA_GET32(ip))
3231 dv = UA_GET32(i
[all...]

Completed in 42 milliseconds