Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/opencl/
H A Dreduce2.cl101 __local bufT lsmem[TILE_HEIGHT][BUF_COLS][cn];
111 bufT tmp[cn];
122 bufT value = convertToBufT(src[c]);
146 bufT tmp[cn];
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/dix/
H A Dswaprep.c644 char *bufT = buf; in SLHostsExtend() local
647 while (bufT < endbuf) { in SLHostsExtend()
648 xHostEntry *host = (xHostEntry *) bufT; in SLHostsExtend()
652 bufT += sizeof(xHostEntry) + pad_to_int32(len); in SLHostsExtend()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/dix/
H A Dswaprep.c644 char *bufT = buf; in SLHostsExtend() local
647 while (bufT < endbuf) { in SLHostsExtend()
648 xHostEntry *host = (xHostEntry *) bufT; in SLHostsExtend()
652 bufT += sizeof(xHostEntry) + pad_to_int32(len); in SLHostsExtend()
/dports/x11-servers/xephyr/xorg-server-1.20.13/dix/
H A Dswaprep.c644 char *bufT = buf; in SLHostsExtend() local
647 while (bufT < endbuf) { in SLHostsExtend()
648 xHostEntry *host = (xHostEntry *) bufT; in SLHostsExtend()
652 bufT += sizeof(xHostEntry) + pad_to_int32(len); in SLHostsExtend()
/dports/x11-servers/xwayland/xorg-server-1.20.13/dix/
H A Dswaprep.c644 char *bufT = buf; in SLHostsExtend() local
647 while (bufT < endbuf) { in SLHostsExtend()
648 xHostEntry *host = (xHostEntry *) bufT; in SLHostsExtend()
652 bufT += sizeof(xHostEntry) + pad_to_int32(len); in SLHostsExtend()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/dix/
H A Dswaprep.c644 char *bufT = buf; in SLHostsExtend() local
647 while (bufT < endbuf) { in SLHostsExtend()
648 xHostEntry *host = (xHostEntry *) bufT; in SLHostsExtend()
652 bufT += sizeof(xHostEntry) + pad_to_int32(len); in SLHostsExtend()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/dix/
H A Dswaprep.c644 char *bufT = buf; in SLHostsExtend() local
647 while (bufT < endbuf) { in SLHostsExtend()
648 xHostEntry *host = (xHostEntry *) bufT; in SLHostsExtend()
652 bufT += sizeof(xHostEntry) + pad_to_int32(len); in SLHostsExtend()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/dix/
H A Dswaprep.c644 char *bufT = buf; in SLHostsExtend() local
647 while (bufT < endbuf) { in SLHostsExtend()
648 xHostEntry *host = (xHostEntry *) bufT; in SLHostsExtend()
652 bufT += sizeof(xHostEntry) + pad_to_int32(len); in SLHostsExtend()
/dports/x11-servers/xarcan/xarcan-0.6.0/dix/
H A Dswaprep.c644 char *bufT = buf; in SLHostsExtend() local
647 while (bufT < endbuf) { in SLHostsExtend()
648 xHostEntry *host = (xHostEntry *) bufT; in SLHostsExtend()
652 bufT += sizeof(xHostEntry) + pad_to_int32(len); in SLHostsExtend()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/dix/
H A Dswaprep.c644 char *bufT = buf; in SLHostsExtend() local
647 while (bufT < endbuf) { in SLHostsExtend()
648 xHostEntry *host = (xHostEntry *) bufT; in SLHostsExtend()
652 bufT += sizeof(xHostEntry) + pad_to_int32(len); in SLHostsExtend()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/dix/
H A Dswaprep.c858 char *bufT = buf; local
860 while (bufT < endbuf) {
861 xHostEntry *host = (xHostEntry *) bufT;
865 bufT += sizeof (xHostEntry) + (((len + 3) >> 2) << 2);