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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dlzo_conf.h287 #undef UA_GET64 macro
317 # define UA_GET64 ACC_UA_GET64 macro
321 # define UA_GET64(p) (* (__lzo_ua_volatile const lzo_uint64p) (__lzo_ua_volatile const lzo_voidp) (p))
323 # define UA_COPY64(d,s) UA_SET64(d, UA_GET64(s))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/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))
3092 #if defined(UA_GET64) && (LZO_ABI_BIG_ENDIAN)
3094 #elif defined(UA_GET64) && (LZO_ABI_LITTLE_ENDIAN)
3313 #if defined(UA_GET64)
3315 v = UA_GET64(ip + m_len) ^ UA_GET64(m_pos + m_len);
3319 v = UA_GET64(i
[all...]

Completed in 69 milliseconds