Home
last modified time | relevance | path

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

/freebsd/usr.bin/posixmqcontrol/
H A Dposixmqcontrol.c717 #define _countof(arg) ((sizeof(arg)) / (sizeof((arg)[0]))) macro
737 for (unsigned i = 0; i < _countof(xlat); i++) { in grace()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.cpp716 _countof(parameters), parameters); in __orc_rt_coff_cxx_throw_exception()