Home | History | Annotate | Download | only in libtests

Lines Matching defs:ip

300             volatile unsigned int ip = 0;
304 ip = x + (size * y);
313 set_color(palette+ip, trans+ip,
323 return ip+1;
1002 FILE *ip = fopen(name, "rb");
1004 if (ip != NULL)
1011 ch = getc(ip);
1017 if (ferror(ip))
1021 (void)fclose(ip);
1026 (void)fclose(ip);