Home | History | Annotate | Download | only in tools

Lines Matching defs:cb

2243    png_uint_16 cb;
2248 cb = size[0];
2250 if (cb > 16384) return 15;
2251 if (cb > 8192) return 14;
2252 if (cb > 4096) return 13;
2253 if (cb > 2048) return 12;
2254 if (cb > 1024) return 11;
2255 if (cb > 512) return 10;
2256 if (cb > 256) return 9;