Searched refs:bufT (Results 1 – 11 of 11) sorted by relevance
101 __local bufT lsmem[TILE_HEIGHT][BUF_COLS][cn];111 bufT tmp[cn];122 bufT value = convertToBufT(src[c]);146 bufT tmp[cn];
644 char *bufT = buf; in SLHostsExtend() local647 while (bufT < endbuf) { in SLHostsExtend()648 xHostEntry *host = (xHostEntry *) bufT; in SLHostsExtend()652 bufT += sizeof(xHostEntry) + pad_to_int32(len); in SLHostsExtend()
858 char *bufT = buf; local860 while (bufT < endbuf) {861 xHostEntry *host = (xHostEntry *) bufT;865 bufT += sizeof (xHostEntry) + (((len + 3) >> 2) << 2);