Home | History | Annotate | Download | only in stbi

Lines Matching defs:uint16

468 typedef unsigned short uint16;
1115 uint16 code[256];
1178 h->code[k++] = (uint16) (code++);
2192 uint16 fast[1 << ZFAST_BITS];
2193 uint16 firstcode[16];
2195 uint16 firstsymbol[16];
2197 uint16 value[288];
2233 z->firstcode[i] = (uint16) code;
2234 z->firstsymbol[i] = (uint16) k;
2248 z->value[c] = (uint16)i;
2252 z->fast[m] = (uint16) c;
4422 static void stbi_out_gif_code(stbi_gif *g, uint16 code)
4520 stbi_out_gif_code(g, (uint16) code);