Home
last modified time | relevance | path

Searched refs:LZO_PTR_FP_SEG (Results 1 – 2 of 2) sorted by relevance

/dports/archivers/lzo2/lzo-2.10/src/
H A Dlzo_supp.h902 # define LZO_PTR_FP_SEG(x) FP_SEG(x) macro
904 # define LZO_PTR_FP_SEG(x) _FP_SEG(x) macro
906 # define LZO_PTR_FP_SEG(x) (((const unsigned __far*)&(x))[1]) macro
917 # undef LZO_PTR_FP_SEG
920 # define LZO_PTR_FP_SEG(x) (((const unsigned __far*)&(x))[1])
2353 rs.es = LZO_PTR_FP_SEG(p); in LZOLIB_PUBLIC()
2378 if (DosFreeSeg(LZO_PTR_FP_SEG(p)) != 0) in LZOLIB_PUBLIC()
2681 DosFreeSeg((unsigned short) LZO_PTR_FP_SEG(p)); in LZOLIB_PUBLIC()
2684 const void __near* h = (const void __near*) (unsigned) GlobalHandle(LZO_PTR_FP_SEG(p)); in LZOLIB_PUBLIC()
/dports/sysutils/syslinux/syslinux-6.03/lzo/src/
H A Dlzo_supp.h904 # define LZO_PTR_FP_SEG(x) FP_SEG(x) macro
906 # define LZO_PTR_FP_SEG(x) _FP_SEG(x) macro
908 # define LZO_PTR_FP_SEG(x) (((const unsigned __far*)&(x))[1]) macro
919 # undef LZO_PTR_FP_SEG
922 # define LZO_PTR_FP_SEG(x) (((const unsigned __far*)&(x))[1])
2348 rs.es = LZO_PTR_FP_SEG(p); in LZOLIB_PUBLIC()
2373 if (DosFreeSeg(LZO_PTR_FP_SEG(p)) != 0) in LZOLIB_PUBLIC()
2676 DosFreeSeg((unsigned short) LZO_PTR_FP_SEG(p)); in LZOLIB_PUBLIC()
2679 const void __near* h = (const void __near*) (unsigned) GlobalHandle(LZO_PTR_FP_SEG(p)); in LZOLIB_PUBLIC()