Searched defs:bs (Results 1 – 6 of 6) sorted by relevance
/PHP-7.2/ext/mbstring/oniguruma/src/ |
H A D | regint.h | 307 #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 D | regerror.c | 338 UChar bs[6]; local
|
H A D | regparse.c | 187 #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 D | regcomp.c | 115 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 D | hash_sha3.c | 188 int bs = (len < block_size) ? len : block_size; in PHP_SHA3_Final() local
|
/PHP-7.2/Zend/ |
H A D | zend_strtod.c | 2547 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; local
|
Completed in 66 milliseconds