Home
last modified time | relevance | path

Searched refs:VLEN (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/sendmmsg/
Dsendmmsg01.c19 #define VLEN 2 macro
65 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()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp6480 if (const Expr *VLEN = Attr->getSimdlen()) in emitDeclareSimdFunction() local
6481 VLENVal = VLEN->EvaluateKnownConstInt(C); in emitDeclareSimdFunction()