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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dlzo_ptr.h92 #define PTR_ALIGNED_4(a) ((ACC_PTR_FP_OFF(a) & 3) == 0)
93 #define PTR_ALIGNED2_4(a,b) (((ACC_PTR_FP_OFF(a) | ACC_PTR_FP_OFF(b)) & 3) == 0)
H A Dlzo_ptr.c57 p = (((lzo_uintptr_t)(ACC_PTR_FP_SEG(ptr))) << (16 - ACC_MM_AHSHIFT)) + (ACC_PTR_FP_OFF(ptr));
H A Dminiacc.h3613 # define ACC_PTR_FP_OFF(x) FP_OFF(x) macro
3615 # define ACC_PTR_FP_OFF(x) _FP_OFF(x) macro
3617 # define ACC_PTR_FP_OFF(x) (((const unsigned __far*)&(x))[0]) macro
3634 # undef ACC_PTR_FP_OFF
3637 # define ACC_PTR_FP_OFF(x) (((const unsigned __far*)&(x))[0])
5323 if (ACC_PTR_FP_OFF(p) != 0)
5350 if (ACC_PTR_FP_OFF(p) != 0)
5619 if (p && ACC_PTR_FP_OFF(p) != 0) {
5654 if (ACC_PTR_FP_OFF(p) == 0)
5657 if (ACC_PTR_FP_OFF(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/minilzo/
H A Dminilzo.c1957 # define ACC_PTR_FP_OFF(x) (((const unsigned __far*)&(x))[0]) macro
2211 #define PTR_ALIGNED_4(a) ((ACC_PTR_FP_OFF(a) & 3) == 0)
2212 #define PTR_ALIGNED2_4(a,b) (((ACC_PTR_FP_OFF(a) | ACC_PTR_FP_OFF(b)) & 3) == 0)
2303 p = (((lzo_uintptr_t)(ACC_PTR_FP_SEG(ptr))) << (16 - ACC_MM_AHSHIFT)) + (ACC_PTR_FP_OFF(ptr));

Completed in 181 milliseconds