Home
last modified time | relevance | path

Searched refs:PTR_GE (Results 1 – 25 of 133) sorted by relevance

123456

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dstdpre.h331 #define PTR_GE(p1, p2) _PTR_CMP(p1, >=, p2) macro
334 (PTR_GE(ptr, lo) && PTR_LT(ptr, hi))
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dstdpre.h331 #define PTR_GE(p1, p2) _PTR_CMP(p1, >=, p2) macro
334 (PTR_GE(ptr, lo) && PTR_LT(ptr, hi))
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dstdpre.h333 #define PTR_GE(p1, p2) _PTR_CMP(p1, >=, p2) macro
336 (PTR_GE(ptr, lo) && PTR_LT(ptr, hi))
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dstdpre.h333 #define PTR_GE(p1, p2) _PTR_CMP(p1, >=, p2) macro
336 (PTR_GE(ptr, lo) && PTR_LT(ptr, hi))
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dstdpre.h397 #define PTR_GE(p1, p2) _PTR_CMP(p1, >=, p2) macro
400 (PTR_GE(ptr, lo) && PTR_LT(ptr, hi))
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dstdpre.h397 #define PTR_GE(p1, p2) _PTR_CMP(p1, >=, p2) macro
400 (PTR_GE(ptr, lo) && PTR_LT(ptr, hi))
/dports/archivers/ucl/ucl-1.03/src/
H A Ducl_ptr.h82 #define PTR_GE(a,b) (PTR(a) >= PTR(b)) macro
/dports/archivers/lzo2/lzo-2.10/src/
H A Dlzo_ptr.h68 #define PTR_GE(a,b) (PTR(a) >= PTR(b)) macro
H A Dlzo1_d.ch99 # define TEST_LB(m_pos) if (PTR_LT(m_pos,out) || PTR_GE(m_pos,op)) goto lookbehind_overrun
100 # define TEST_LBO(m_pos,o) if (PTR_LT(m_pos,out) || PTR_GE(m_pos,op-(o))) goto lookbehind_over…
/dports/sysutils/syslinux/syslinux-6.03/lzo/src/
H A Dlzo_ptr.h68 #define PTR_GE(a,b) (PTR(a) >= PTR(b)) macro
H A Dlzo1_d.ch99 # define TEST_LB(m_pos) if (PTR_LT(m_pos,out) || PTR_GE(m_pos,op)) goto lookbehind_overrun
100 # define TEST_LBO(m_pos,o) if (PTR_LT(m_pos,out) || PTR_GE(m_pos,op-(o))) goto lookbehind_over…
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/lzo/2.03/src/
H A Dlzo_ptr.h105 #define PTR_GE(a,b) (PTR(a) >= PTR(b)) macro
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dstdpre.h328 #define PTR_GE(p1, p2) _PTR_CMP(p1, >=, p2) macro
331 (PTR_GE(ptr, lo) && PTR_LT(ptr, hi))
H A Dgsalloc.c1315 if (PTR_GE(pfree, bottom) && PTR_LT(pfree, top)) { in remove_range_from_freelist()
1463 if (imem->clast && PTR_GE(cdata, imem->clast->ctop)) in alloc_link_chunk()
1466 for (icp = imem->cfirst; icp != 0 && PTR_GE(cdata, icp->ctop); in alloc_link_chunk()
1709 if (PTR_GE(ptr, clp->memory->clast->cbase)) in chunk_locate_ptr()
1719 if (PTR_GE(ptr, cp->cend)) in chunk_locate_ptr()
1722 while (PTR_GE(ptr, cp->cend)) { in chunk_locate_ptr()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dstdpre.h328 #define PTR_GE(p1, p2) _PTR_CMP(p1, >=, p2) macro
331 (PTR_GE(ptr, lo) && PTR_LT(ptr, hi))
H A Dgsalloc.c1315 if (PTR_GE(pfree, bottom) && PTR_LT(pfree, top)) { in remove_range_from_freelist()
1463 if (imem->clast && PTR_GE(cdata, imem->clast->ctop)) in alloc_link_chunk()
1466 for (icp = imem->cfirst; icp != 0 && PTR_GE(cdata, icp->ctop); in alloc_link_chunk()
1709 if (PTR_GE(ptr, clp->memory->clast->cbase)) in chunk_locate_ptr()
1719 if (PTR_GE(ptr, cp->cend)) in chunk_locate_ptr()
1722 while (PTR_GE(ptr, cp->cend)) { in chunk_locate_ptr()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/fs/jffs2/
H A Dcompr_lzo.c143 #define PTR_GE(a,b) (PTR(a) >= PTR(b)) macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/fs/jffs2/
H A Dcompr_lzo.c143 #define PTR_GE(a,b) (PTR(a) >= PTR(b)) macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/fs/jffs2/
H A Dcompr_lzo.c143 #define PTR_GE(a,b) (PTR(a) >= PTR(b)) macro
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/fs/jffs2/
H A Dcompr_lzo.c143 #define PTR_GE(a,b) (PTR(a) >= PTR(b)) macro
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/fs/jffs2/
H A Dcompr_lzo.c143 #define PTR_GE(a,b) (PTR(a) >= PTR(b)) macro
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/fs/jffs2/
H A Dcompr_lzo.c143 #define PTR_GE(a,b) (PTR(a) >= PTR(b)) macro
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/fs/jffs2/
H A Dcompr_lzo.c143 #define PTR_GE(a,b) (PTR(a) >= PTR(b)) macro
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/fs/jffs2/
H A Dcompr_lzo.c143 #define PTR_GE(a,b) (PTR(a) >= PTR(b)) macro
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/fs/jffs2/
H A Dcompr_lzo.c143 #define PTR_GE(a,b) (PTR(a) >= PTR(b)) macro

123456