Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgd_gif_in.c45 #define BitSet(byte, bit) (((byte) & (bit)) == (bit)) macro
182 haveGlobalColormap = BitSet(buf[4], LOCALCOLORMAP); /* Global Colormap */ in gdImageCreateFromGifCtx()
218 useGlobalColormap = ! BitSet(buf[8], LOCALCOLORMAP); in gdImageCreateFromGifCtx()
236 im->interlace = BitSet(buf[8], INTERLACE); in gdImageCreateFromGifCtx()
243 BitSet(buf[8], INTERLACE), &ZeroDataBlock); in gdImageCreateFromGifCtx()
251 BitSet(buf[8], INTERLACE), &ZeroDataBlock); in gdImageCreateFromGifCtx()
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregint.h328 typedef Bits BitSet[BITSET_SIZE]; typedef
331 #define SIZE_BITSET sizeof(BitSet)
691 BitSet bs;
H A Dregparse.c1986 BitSet bs1, bs2; in and_cclass()
2044 BitSet bs1, bs2; in or_cclass()
H A DHISTORY1472 2003/08/18: [bug] should update BitSet in the case inc_n >= 0
1591 2003/06/02: [impl] remove multibyte-BitSet for OP_CCLASS_MB/OP_CCLASS_MB_NOT.

Completed in 35 milliseconds