Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregint.h334 #define BS_ROOM(bs,pos) (bs)[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 9 milliseconds