Home
last modified time | relevance | path

Searched refs:BitSet (Results 1 – 4 of 4) sorted by path

/PHP-7.2/ext/gd/libgd/
H A Dgd_gif_in.c46 #define BitSet(byte, bit) (((byte) & (bit)) == (bit)) macro
183 haveGlobalColormap = BitSet(buf[4], LOCALCOLORMAP); /* Global Colormap */ in gdImageCreateFromGifCtx()
219 useGlobalColormap = ! BitSet(buf[8], LOCALCOLORMAP); in gdImageCreateFromGifCtx()
237 im->interlace = BitSet(buf[8], INTERLACE); in gdImageCreateFromGifCtx()
244 BitSet(buf[8], INTERLACE), &ZeroDataBlock); in gdImageCreateFromGifCtx()
252 BitSet(buf[8], INTERLACE), &ZeroDataBlock); in gdImageCreateFromGifCtx()
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY1560 2003/08/18: [bug] should update BitSet in the case inc_n >= 0
1679 2003/06/02: [impl] remove multibyte-BitSet for OP_CCLASS_MB/OP_CCLASS_MB_NOT.
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregint.h302 typedef Bits BitSet[BITSET_SIZE]; typedef
305 #define SIZE_BITSET sizeof(BitSet)
665 BitSet bs;
H A Dregparse.c1937 BitSet bs1, bs2; in and_cclass()
1995 BitSet bs1, bs2; in or_cclass()

Completed in 35 milliseconds