Lines Matching refs:flags

24534 	  this.flags = 0;             /* gzip header method and flags (0 if zlib) */
24871 state.flags = 0; /* expect zlib header */
24917 state.flags = hold;
24918 if ((state.flags & 0xff) !== Z_DEFLATED) {
24923 if (state.flags & 0xe000) {
24931 if (state.flags & 0x0200) {
24956 if (state.flags & 0x0200) {
24984 if (state.flags & 0x0200) {
24998 if (state.flags & 0x0400) {
25011 if (state.flags & 0x0200) {
25029 if (state.flags & 0x0400) {
25053 if (state.flags & 0x0200) {
25066 if (state.flags & 0x0800) {
25079 if (state.flags & 0x0200) {
25093 if (state.flags & 0x1000) {
25104 if (state.flags & 0x0200) {
25117 if (state.flags & 0x0200) {
25137 state.head.hcrc = ((state.flags >> 9) & 1);
25782 …(state.flags ? crc32(state.check, output, _out, put - _out) : adler32(state.check, output, _out, p…
25787 if ((state.flags ? hold : ZSWAP32(hold)) !== state.check) {
25801 if (state.wrap && state.flags) {
25870 …(state.flags ? crc32(state.check, output, _out, strm.next_out - _out) : adler32(state.check, outpu…
29238 this.flags = 0;
29240 this.flags |= 1 << 0;
29243 this.flags |= 1 << 1;
29246 this.flags |= 1 << 3;
29249 this.flags |= 1 << 6;
29251 this.flags |= 1 << 5;
29269 Flags: this.flags,
30221 this.flags = data.readShort();
30243 table.writeShort(this.flags);
31245 var data, flags;
31256 flags = data.readShort();
31259 if (!(flags & MORE_COMPONENTS)) {
31262 if (flags & ARG_1_AND_2_ARE_WORDS) {
31267 if (flags & WE_HAVE_A_TWO_BY_TWO) {
31269 } else if (flags & WE_HAVE_AN_X_AND_Y_SCALE) {
31271 } else if (flags & WE_HAVE_A_SCALE) {