Searched refs:bits (Results 1 – 10 of 10) sorted by relevance
828 span = bits; in find0span()831 bits -= span; in find0span()844 bits -= 8; in find0span()862 bits -= 8; in find0span()868 if (bits > 0) { in find0span()870 span += (n > bits ? bits : n); in find0span()890 span = bits; in find1span()893 bits -= span; in find1span()906 bits -= 8; in find1span()924 bits -= 8; in find1span()[all …]
248 /* Number of bits in a file offset, on hosts where this is settable. */
388 /* Number of bits in a file offset, on hosts where this is settable. */
409 bits[i] = n; in setupBitsTables()525 acc += bits[*src++ & mask0]; in setrow()529 acc += bits[*src++]; in setrow()531 case 8: acc += bits[*src++]; in setrow()532 case 7: acc += bits[*src++]; in setrow()533 case 6: acc += bits[*src++]; in setrow()534 case 5: acc += bits[*src++]; in setrow()535 case 4: acc += bits[*src++]; in setrow()536 case 3: acc += bits[*src++]; in setrow()537 case 2: acc += bits[*src++]; in setrow()[all …]
873 #define subtract(bits) \ argument874 static void subtract##bits (void *i, void *b, uint32 pixels)\876 uint##bits *image = i;\877 uint##bits *bias = b;\888 static biasFn *lineSubtractFn (unsigned bits) in lineSubtractFn() argument890 switch (bits) { in lineSubtractFn()
372 register int bits=0; in readraster() local399 datum += (unsigned long) *ch << bits; in readraster()400 bits += 8; in readraster()401 while (bits >= codesize) { in readraster()404 bits -= codesize; in readraster()
4 photometric-channels-bits.tiff
601 long bits = sysconf(_SC_KERNEL_BITS);611 switch (bits)
1092 # There is notably a 21 bits limit for the UID and the GID. In fact,
193 * libtiff/tif_predict.c (PredictorSetup): Enforce bits-per-sample3987 values (128 bits as 2 64 bits doubles). GDAL gcore tests now5639 more than 8 bits per sample to existing files of a non-native byte