Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsignal.cpp67 local_set[bit / LONG_BIT] |= 1UL << (bit % LONG_BIT); in SigAddSet()
96 local_set[bit / LONG_BIT] &= ~(1UL << (bit % LONG_BIT)); in SigDelSet()
174 return static_cast<int>((local_set[bit / LONG_BIT] >> (bit % LONG_BIT)) & 1); in SigIsMember()
/bionic/libc/include/
Dlimits.h60 # define LONG_BIT 64 macro
62 # define LONG_BIT 32 macro
/bionic/tests/headers/posix/
Dlimits_h.c203 MACRO(LONG_BIT); in limits_h()