Home | History | Annotate | Download | only in doio

Lines Matching defs:ip

4139 	int ip;
4180 ip = (int)cp;
4181 if (ip & 0x3F != 0) {
4184 nbytes, cp, ip, ip & 0x3f);
4193 ip = (int)cp;
4194 cp += (0x40 - (ip & 0x3F));