Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dbitset.c10 #define BITSET_BITS \ macro
14 ( ((size_t)1) << ((pos) % BITSET_BITS) )
17 ( (set)->bits[(pos) / BITSET_BITS] )
20 ( ((nbits) + (BITSET_BITS - 1)) / BITSET_BITS )