Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregint.h335 #define BS_BIT(pos) (1 << (pos % BITS_IN_ROOM)) macro
337 #define BITSET_AT(bs, pos) (BS_ROOM(bs,pos) & BS_BIT(pos))
338 #define BITSET_SET_BIT(bs, pos) BS_ROOM(bs,pos) |= BS_BIT(pos)
339 #define BITSET_CLEAR_BIT(bs, pos) BS_ROOM(bs,pos) &= ~(BS_BIT(pos))
340 #define BITSET_INVERT_BIT(bs, pos) BS_ROOM(bs,pos) ^= BS_BIT(pos)

Completed in 8 milliseconds