Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/sendmmsg/
Dsendmmsg01.c21 #define VLEN 2 macro
33 retval = do_sendmmsg(send_sockfd, snd_msg, VLEN, 0); in run()
45 retval = do_recvmmsg(receive_sockfd, rcv_msg, VLEN, 0, &timeout); in run()
87 memset(snd_msg, 0, VLEN * sizeof(*snd_msg)); in setup()
93 memset(rcv_msg, 0, VLEN * sizeof(*rcv_msg)); in setup()
120 {&snd_msg, .size = VLEN * sizeof(*snd_msg)},
121 {&rcv_msg, .size = VLEN * sizeof(*rcv_msg)},
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp6480 if (const Expr *VLEN = Attr->getSimdlen()) in emitDeclareSimdFunction() local
6481 VLENVal = VLEN->EvaluateKnownConstInt(C); in emitDeclareSimdFunction()