Searched defs:bs (Results 1 – 6 of 6) sorted by relevance
/PHP-7.1/ext/mbstring/oniguruma/ |
H A D | regint.h | 333 #define BITSET_CLEAR(bs) do {\ argument 338 #define BS_ROOM(bs,pos) (bs)[pos / BITS_IN_ROOM] argument 341 #define BITSET_AT(bs, pos) (BS_ROOM(bs,pos) & BS_BIT(pos)) argument 342 #define BITSET_SET_BIT(bs, pos) BS_ROOM(bs,pos) |= BS_BIT(pos) argument 343 #define BITSET_CLEAR_BIT(bs, pos) BS_ROOM(bs,pos) &= ~(BS_BIT(pos)) argument 344 #define BITSET_INVERT_BIT(bs, pos) BS_ROOM(bs,pos) ^= BS_BIT(pos) argument 691 BitSet bs; member
|
H A D | regerror.c | 332 UChar bs[6]; local
|
H A D | regparse.c | 143 #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() 4974 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.1/ext/hash/ |
H A D | hash_sha3.c | 185 int bs = (len < block_size) ? len : block_size; in PHP_SHA3_Final() local
|
/PHP-7.1/Zend/ |
H A D | zend_strtod.c | 2547 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; local
|
Completed in 63 milliseconds