Lines Matching full:nrinbytes
1564 picoos_uint16 nrinbytes;
1594 nrinbytes = (((picoos_uint16)(dt->outmaptable[pos+1])) << 8 |
1599 if (nrinbytes == 0) {
1602 } else if (inval >= nrinbytes) {
1603 PICODBG_ERROR(("inval %d outside valid range %d", inval, nrinbytes));
1607 PICODBG_TRACE(("inval %d, lentable %d, nrinbytes %d, pos %d", inval,
1608 lentable, nrinbytes, pos));
1627 pos += (size * nrinbytes) + offset1;