Searched refs:next_byte (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Decpp.c2817 pp->next_byte = addr;
3352 if (pp->next_byte >= pp->last_byte) {
3383 DATAR_WRITE(pp, *(pp->next_byte++));
3505 unx_len = pp->last_byte - pp->next_byte;
3516 pp->next_byte, unx_len);
3644 unx_len = pp->last_byte - pp->next_byte;
3648 unx_addr = pp->next_byte;
/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h198 caddr_t next_byte; /* next byte for PIO transfer */ member in struct:ecppunit
/inkscape/src/libcroco/
H A Dcr-parser.c3019 guchar next_byte = 0; local
3035 1, &next_byte);
3051 if (next_byte == '/' || next_byte == ',') {

Completed in 118 milliseconds