Searched refs:ch (Results 1 – 4 of 4) sorted by relevance
| /libtiff-4.0.7/archive/tools/ |
| H A D | gif2tiff.c | 208 int ch; in convert() local 215 while ((ch = getc(infile)) != ';' && ch != EOF) { in convert() 216 switch (ch) { in convert() 374 register unsigned char *ch; in readraster() local 398 for (ch=buf; count-- > 0; ch++) { in readraster() 399 datum += (unsigned long) *ch << bits; in readraster()
|
| /libtiff-4.0.7/contrib/iptcutil/ |
| H A D | iptcutil.c | 782 int sindex(char ch,char *string) in sindex() argument 786 if(ch==*cp) in sindex() 793 void chstore(char *string,int max,char ch) in chstore() argument 799 c=ch; in chstore() 804 c=toupper((int) ch); in chstore() 808 c=tolower((int) ch); in chstore() 812 c=ch; in chstore()
|
| /libtiff-4.0.7/tools/ |
| H A D | rgb2ycbcr.c | 179 cvtClump(unsigned char* op, uint32* raster, uint32 ch, uint32 cw, uint32 w) in cvtClump() argument 187 for (k = 0; k < ch; k++) { in cvtClump() 208 *op++ = V2Code(Cb / (ch*cw), refBlackWhite[2], refBlackWhite[3], 127); in cvtClump() 209 *op++ = V2Code(Cr / (ch*cw), refBlackWhite[4], refBlackWhite[5], 127); in cvtClump()
|
| /libtiff-4.0.7/config/ |
| H A D | ltmain.sh | 5626 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
|