Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregint.h329 #define BITSET_CLEAR(bs) do {\ argument
334 #define BS_ROOM(bs,pos) (bs)[pos / BITS_IN_ROOM] argument
337 #define BITSET_AT(bs, pos) (BS_ROOM(bs,pos) & BS_BIT(pos)) argument
338 #define BITSET_SET_BIT(bs, pos) BS_ROOM(bs,pos) |= BS_BIT(pos) argument
339 #define BITSET_CLEAR_BIT(bs, pos) BS_ROOM(bs,pos) &= ~(BS_BIT(pos)) argument
340 #define BITSET_INVERT_BIT(bs, pos) BS_ROOM(bs,pos) ^= BS_BIT(pos) argument
687 BitSet bs; member
H A Dregerror.c332 UChar bs[6]; local
H A Dregparse.c143 #define BITSET_IS_EMPTY(bs,empty) do {\ argument
154 bitset_set_range(BitSetRef bs, int from, int to) in bitset_set_range()
172 bitset_invert(BitSetRef bs) in bitset_invert()
186 bitset_and(BitSetRef dest, BitSetRef bs) in bitset_and()
193 bitset_or(BitSetRef dest, BitSetRef bs) in bitset_or()
200 bitset_copy(BitSetRef dest, BitSetRef bs) in bitset_copy()
4961 BitSetRef bs; in i_apply_case_fold() local
H A Dregcomp.c115 bitset_is_empty(BitSetRef bs) in bitset_is_empty()
126 bitset_on_num(BitSetRef bs) in bitset_on_num()
289 add_bitset(regex_t* reg, BitSetRef bs) in add_bitset()
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c63 zend_block_source *bs = block->sources; in print_block() local
432 zend_block_source *bs = block->sources; in delete_code_block() local
/PHP-5.5/Zend/
H A Dzend_strtod.c2048 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta, *tmp; in zend_strtod() local

Completed in 43 milliseconds