Searched refs:VLEN (Results 1 – 2 of 2) sorted by relevance
19 #define VLEN 2 macro65 struct mmsghdr msgs[VLEN]; in receiver_thread()66 struct iovec iovecs[VLEN]; in receiver_thread()67 char bufs[VLEN][BUFSIZE+1]; in receiver_thread()78 for (i = 0; i < VLEN; i++) { in receiver_thread()88 retval = recvmmsg(receive_sockfd, msgs, VLEN, 0, &timeout); in receiver_thread()
6480 if (const Expr *VLEN = Attr->getSimdlen()) in emitDeclareSimdFunction() local6481 VLENVal = VLEN->EvaluateKnownConstInt(C); in emitDeclareSimdFunction()