Searched refs:countof (Results 1 – 3 of 3) sorted by relevance
/aosp14/system/core/trusty/confirmationui/fuzz/ |
H A D | msg_fuzzer.cpp | 33 #define countof(arr) (sizeof(arr) / sizeof(arr[0])) macro 100 int rc = tipc_send(chan, iov, countof(iov), &shm, 1); in Init() 134 int rc = tipc_send(chan, iov, countof(iov), NULL, 0); in Msg() 139 rc = readv(chan, iov, countof(iov)); in Msg()
|
/aosp14/system/core/trusty/confirmationui/ |
H A D | TrustyApp.cpp | 25 #define countof(arr) (sizeof(arr) / sizeof(arr[0])) macro 65 int rc = tipc_send(handle_, iov, countof(iov), NULL, 0); in TrustyRpc() 71 rc = readv(handle_, iov, countof(iov)); in TrustyRpc()
|
/aosp14/system/core/trusty/utils/rpmb_dev/ |
H A D | rpmb_dev.c | 285 #define countof(arr) (sizeof(arr) / sizeof(arr[0])) macro 293 uint16_t cmd_index = req_resp < countof(rpmb_dev_cmd_table) ? req_resp : 0; in rpmb_dev_process_cmd()
|