Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregint.h307 #define BITSET_CLEAR(bs) do {\ argument
312 #define BS_ROOM(bs,pos) (bs)[pos / BITS_IN_ROOM] argument
315 #define BITSET_AT(bs, pos) (BS_ROOM(bs,pos) & BS_BIT(pos)) argument
316 #define BITSET_SET_BIT(bs, pos) BS_ROOM(bs,pos) |= BS_BIT(pos) argument
317 #define BITSET_CLEAR_BIT(bs, pos) BS_ROOM(bs,pos) &= ~(BS_BIT(pos)) argument
318 #define BITSET_INVERT_BIT(bs, pos) BS_ROOM(bs,pos) ^= BS_BIT(pos) argument
665 BitSet bs; member
H A Dregerror.c338 UChar bs[6]; local
H A Dregparse.c187 #define BITSET_IS_EMPTY(bs,empty) do {\ argument
198 bitset_set_range(BitSetRef bs, int from, int to) in bitset_set_range()
216 bitset_invert(BitSetRef bs) in bitset_invert()
230 bitset_and(BitSetRef dest, BitSetRef bs) in bitset_and()
237 bitset_or(BitSetRef dest, BitSetRef bs) in bitset_or()
244 bitset_copy(BitSetRef dest, BitSetRef bs) in bitset_copy()
4913 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-7.2/ext/hash/
H A Dhash_sha3.c188 int bs = (len < block_size) ? len : block_size; in PHP_SHA3_Final() local
/PHP-7.2/Zend/
H A Dzend_strtod.c2547 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; local

Completed in 42 milliseconds