Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/libgd/
H A Dgd_gif_in.c45 #define BitSet(byte, bit) (((byte) & (bit)) == (bit)) macro
177 haveGlobalColormap = BitSet(buf[4], LOCALCOLORMAP); /* Global Colormap */ in gdImageCreateFromGifCtx()
213 useGlobalColormap = ! BitSet(buf[8], LOCALCOLORMAP); in gdImageCreateFromGifCtx()
231 im->interlace = BitSet(buf[8], INTERLACE); in gdImageCreateFromGifCtx()
238 BitSet(buf[8], INTERLACE), &ZeroDataBlock); in gdImageCreateFromGifCtx()
246 BitSet(buf[8], INTERLACE), &ZeroDataBlock); in gdImageCreateFromGifCtx()
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregint.h432 typedef Bits BitSet[BITSET_SIZE]; typedef
435 #define SIZE_BITSET sizeof(BitSet)
797 BitSet bs;
H A Dregparse.h116 BitSet bs;
H A DHISTORY1243 2003/08/18: [bug] should update BitSet in the case inc_n >= 0
1362 2003/06/02: [impl] remove multibyte-BitSet for OP_CCLASS_MB/OP_CCLASS_MB_NOT.
H A Dregparse.c1953 BitSet bs1, bs2; in and_cclass()
2011 BitSet bs1, bs2; in or_cclass()

Completed in 30 milliseconds