Lines Matching defs:value
244 * deflate header) to correct the windowBits value to match the actual data
368 * next windowBits size we need to fix up the value later. (Because even
1328 /* Each value is saved in 1/100,000ths */
1371 /* One 16-bit value */
2120 int value;
2132 value = (int)(*sp >> (7 - (int)(i & 0x07))) & 0x01;
2133 d |= (value << shift);
2158 int value;
2170 value = (*sp >> ((3 - (int)(i & 0x03)) << 1)) & 0x03;
2171 d |= (value << shift);
2195 int value;
2206 value = (*sp >> ((1 - (int)(i & 0x01)) << 2)) & 0x0f;
2207 d |= (value << shift);
2572 * smallest value when summing the absolute values of the distances