Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A Dsigset.h61 # define __sigword(sig) ((unsigned)((sig) - 1) / (8 * sizeof (unsigned long))) macro
177 unsigned __word = __sigword (__sig); \
197 unsigned word = __sigword(sig); in const_sigismember()
206 unsigned word = __sigword(sig); in const_sigaddset()
215 unsigned word = __sigword(sig); in const_sigdelset()

Completed in 3 milliseconds