Home
last modified time | relevance | path

Searched refs:PTR_LT (Results 1 – 25 of 126) sorted by relevance

123456

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dstdpre.h330 #define PTR_LT(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.h330 #define PTR_LT(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.h332 #define PTR_LT(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.h332 #define PTR_LT(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.h396 #define PTR_LT(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.h396 #define PTR_LT(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.h81 #define PTR_LT(a,b) (PTR(a) < PTR(b)) macro
/dports/archivers/lzo2/lzo-2.10/src/
H A Dlzo_ptr.h67 #define PTR_LT(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.h67 #define PTR_LT(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.h104 #define PTR_LT(a,b) (PTR(a) < PTR(b)) macro
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dstdpre.h327 #define PTR_LT(p1, p2) _PTR_CMP(p1, <, p2) macro
331 (PTR_GE(ptr, lo) && PTR_LT(ptr, hi))
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dstdpre.h327 #define PTR_LT(p1, p2) _PTR_CMP(p1, <, p2) macro
331 (PTR_GE(ptr, lo) && PTR_LT(ptr, hi))
/dports/devel/py-guppy3/guppy3-3.1.2/src/heapy/
H A Dnodegraph.c11 #define PTR_LT(a, b) ((Py_uintptr_t)(a) < (Py_uintptr_t)(b)) macro
14 #define PTR_CMP(a,b) (PTR_LT(a, b) ? -1 : (PTR_EQ(a, b) ? 0: 1))
603 } else if (PTR_LT(cur->src, key)) /* Make sure use same lt as in sort */ in NyNodeGraph_Region()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/fs/jffs2/
H A Dcompr_lzo.c142 #define PTR_LT(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.c142 #define PTR_LT(a,b) (PTR(a) < PTR(b)) macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/fs/jffs2/
H A Dcompr_lzo.c142 #define PTR_LT(a,b) (PTR(a) < PTR(b)) macro
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/fs/jffs2/
H A Dcompr_lzo.c142 #define PTR_LT(a,b) (PTR(a) < PTR(b)) macro
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/fs/jffs2/
H A Dcompr_lzo.c142 #define PTR_LT(a,b) (PTR(a) < PTR(b)) macro
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/fs/jffs2/
H A Dcompr_lzo.c142 #define PTR_LT(a,b) (PTR(a) < PTR(b)) macro
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/fs/jffs2/
H A Dcompr_lzo.c142 #define PTR_LT(a,b) (PTR(a) < PTR(b)) macro
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/fs/jffs2/
H A Dcompr_lzo.c142 #define PTR_LT(a,b) (PTR(a) < PTR(b)) macro
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/fs/jffs2/
H A Dcompr_lzo.c142 #define PTR_LT(a,b) (PTR(a) < PTR(b)) macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/fs/jffs2/
H A Dcompr_lzo.c142 #define PTR_LT(a,b) (PTR(a) < PTR(b)) macro

123456