Home
last modified time | relevance | path

Searched defs:BitSet (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/ext/gd/libgd/
H A Dgd_gif_in.c46 #define BitSet(byte, bit) (((byte) & (bit)) == (bit)) macro
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregint.h302 typedef Bits BitSet[BITSET_SIZE]; typedef

Completed in 9 milliseconds