Searched refs:countof (Results 1 – 1 of 1) sorted by relevance
/tools/security/fuzzing/orphans/widevine/trusty/ |
D | dispatch_fuzzer.cpp | 31 #define countof(arr) (sizeof(arr) / sizeof(arr[0])) macro 153 int rc = tipc_send(chan, iov, countof(iov), handles, countof(handles)); in Bind() 189 int rc = tipc_send(chan, iov, countof(iov), NULL, 0); in Msg() 194 rc = readv(chan, iov, countof(iov)); in Msg()
|