Home
last modified time | relevance | path

Searched defs:bs (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregerror.c316 UChar bs[6]; local
H A Dregint.h437 #define BITSET_CLEAR(bs) do {\ argument
442 #define BS_ROOM(bs,pos) (bs)[pos / BITS_IN_ROOM] argument
445 #define BITSET_AT(bs, pos) (BS_ROOM(bs,pos) & BS_BIT(pos)) argument
446 #define BITSET_SET_BIT(bs, pos) BS_ROOM(bs,pos) |= BS_BIT(pos) argument
447 #define BITSET_CLEAR_BIT(bs, pos) BS_ROOM(bs,pos) &= ~(BS_BIT(pos)) argument
448 #define BITSET_INVERT_BIT(bs, pos) BS_ROOM(bs,pos) ^= BS_BIT(pos) argument
797 BitSet bs; member
H A Dregparse.c139 #define BITSET_IS_EMPTY(bs,empty) do {\ argument
150 bitset_set_range(BitSetRef bs, int from, int to) in bitset_set_range()
170 bitset_invert(BitSetRef bs) in bitset_invert()
188 bitset_and(BitSetRef dest, BitSetRef bs) in bitset_and()
197 bitset_or(BitSetRef dest, BitSetRef bs) in bitset_or()
206 bitset_copy(BitSetRef dest, BitSetRef bs) in bitset_copy()
5027 BitSetRef bs = cc->bs; in parse_exp() local
H A Dregcomp.c99 bitset_is_empty(BitSetRef bs) in bitset_is_empty()
110 bitset_on_num(BitSetRef bs) in bitset_on_num()
267 add_bitset(regex_t* reg, BitSetRef bs) in add_bitset()
/PHP-5.3/Zend/
H A Dzend_strtod.c2053 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta, *tmp; in zend_strtod() local

Completed in 54 milliseconds