Home
last modified time | relevance | path

Searched refs:BS_ROOM (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregint.h342 #define BS_ROOM(bs,pos) (bs)[(unsigned int )(pos) >> 5] macro
345 #define BITSET_AT(bs, pos) (BS_ROOM(bs,pos) & BS_BIT(pos))
346 #define BITSET_SET_BIT(bs, pos) BS_ROOM(bs,pos) |= BS_BIT(pos)
347 #define BITSET_CLEAR_BIT(bs, pos) BS_ROOM(bs,pos) &= ~(BS_BIT(pos))
348 #define BITSET_INVERT_BIT(bs, pos) BS_ROOM(bs,pos) ^= BS_BIT(pos)

Completed in 12 milliseconds