Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dsys-select-macros.h15 #define __FD_SET_ARRAYSIZE (FD_SETSIZE / __FD_SET_WORD_SIZE) macro
20 for (i = 0; i < __FD_SET_ARRAYSIZE; ++i) \
/freebsd/contrib/llvm-project/libc/include/llvm-libc-types/
H A Dfd_set.h15 __FD_SET_WORD_TYPE __set[__FD_SET_ARRAYSIZE];