Searched refs:BitSet (Results 1 – 4 of 4) sorted by relevance
/PHP-5.6/ext/gd/libgd/ |
H A D | gd_gif_in.c | 45 #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-5.6/ext/mbstring/oniguruma/ |
H A D | regint.h | 324 typedef Bits BitSet[BITSET_SIZE]; typedef 327 #define SIZE_BITSET sizeof(BitSet) 687 BitSet bs;
|
H A D | regparse.c | 1989 BitSet bs1, bs2; in and_cclass() 2047 BitSet bs1, bs2; in or_cclass()
|
H A D | HISTORY | 1467 2003/08/18: [bug] should update BitSet in the case inc_n >= 0 1586 2003/06/02: [impl] remove multibyte-BitSet for OP_CCLASS_MB/OP_CCLASS_MB_NOT.
|
Completed in 35 milliseconds