Home
last modified time | relevance | path

Searched defs:zdst (Results 1 – 20 of 20) sorted by relevance

/dports/mail/msglint/msglint-1.04/
H A Dimaildate.c52 char zsign, zdst; in n_maildate() local
/dports/devel/pecl-event/event-3.0.6/php7/src/
H A Dutil.h56 static zend_always_inline void php_event_copy_zval(zval *zdst, zval *zsrc) {/*{{{*/ in php_event_copy_zval()
64 static zend_always_inline void php_event_replace_zval(zval *zdst, zval *zsrc) {/*{{{*/ in php_event_replace_zval()
/dports/devel/pecl-event/event-3.0.6/php8/src/
H A Dutil.h67 static zend_always_inline void php_event_copy_zval(zval *zdst, zval *zsrc) {/*{{{*/ in php_event_copy_zval()
75 static zend_always_inline void php_event_replace_zval(zval *zdst, zval *zsrc) {/*{{{*/ in php_event_replace_zval()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/venti/
H A Dcopy.c23 VtConn *zsrc, *zdst; variable
/dports/net/frr7-pythontools/frr-frr-7.5.1/nhrpd/
H A Dzbuf.c222 void zbuf_copy(struct zbuf *zdst, struct zbuf *zsrc, size_t len) in zbuf_copy()
/dports/net/frr7/frr-frr-7.5.1/nhrpd/
H A Dzbuf.c222 void zbuf_copy(struct zbuf *zdst, struct zbuf *zsrc, size_t len) in zbuf_copy()
/dports/net/quagga/quagga-1.2.4/nhrpd/
H A Dzbuf.c210 void zbuf_copy(struct zbuf *zdst, struct zbuf *zsrc, size_t len) in zbuf_copy()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/sgp/
H A DVObject_Blitters.cc70 UINT16 const* zdst = zbuf + pitch * (y + top_skip) + (x + left_skip); in Blt8BPPDataTo16BPPBufferTransZNBClipTranslucent() local
195 UINT16 * zdst = zbuf + pitch * y + x; in Blt8BPPDataTo16BPPBufferTransZTranslucent() local
260 UINT16 const* zdst = zbuf + pitch * y + x; in Blt8BPPDataTo16BPPBufferTransZNBTranslucent() local
609 UINT16* zdst = zbuf + pitch * y + x; in Blt8BPPDataTo16BPPBufferTransZ() local
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c973 struct ureg_dst zdst = ureg_writemask(data, TGSI_WRITEMASK_X); in nv50_blitter_make_fp() local
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c973 struct ureg_dst zdst = ureg_writemask(data, TGSI_WRITEMASK_X); in nv50_blitter_make_fp() local
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c973 struct ureg_dst zdst = ureg_writemask(data, TGSI_WRITEMASK_X); in nv50_blitter_make_fp() local
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c973 struct ureg_dst zdst = ureg_writemask(data, TGSI_WRITEMASK_X); in nv50_blitter_make_fp() local
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c973 struct ureg_dst zdst = ureg_writemask(data, TGSI_WRITEMASK_X); in nv50_blitter_make_fp() local
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c953 struct ureg_dst zdst = ureg_writemask(data, TGSI_WRITEMASK_X); in nv50_blitter_make_fp() local
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c973 struct ureg_dst zdst = ureg_writemask(data, TGSI_WRITEMASK_X); in nv50_blitter_make_fp() local
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c973 struct ureg_dst zdst = ureg_writemask(data, TGSI_WRITEMASK_X); in nv50_blitter_make_fp() local
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c973 struct ureg_dst zdst = ureg_writemask(data, TGSI_WRITEMASK_X); in nv50_blitter_make_fp() local
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c973 struct ureg_dst zdst = ureg_writemask(data, TGSI_WRITEMASK_X); in nv50_blitter_make_fp() local
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c973 struct ureg_dst zdst = ureg_writemask(data, TGSI_WRITEMASK_X); in nv50_blitter_make_fp() local
/dports/databases/pecl-redis/redis-5.3.5/
H A Dlibrary.c3058 redis_unpack(RedisSock *redis_sock, const char *src, int srclen, zval *zdst) { in redis_unpack()