Home
last modified time | relevance | path

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

/external/syslinux/lzo/src/
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()