Home | History | Annotate | Download | only in tools

Lines Matching defs:cb

2249    png_uint_16 cb;
2254 cb = size[0];
2256 if (cb > 16384) return 15;
2257 if (cb > 8192) return 14;
2258 if (cb > 4096) return 13;
2259 if (cb > 2048) return 12;
2260 if (cb > 1024) return 11;
2261 if (cb > 512) return 10;
2262 if (cb > 256) return 9;