Searched defs:rpos (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libvcodex/Vcmisc/
H A Dvctranspose.c33 ssize_t rpos; /* record position */ member in struct:_transflip_s
87 fl[r].rpos = p; /* record position */
101 { *flip++ = (byte = data[fl[r].rpos]);
104 fl[r].rpos += 1;
149 { fl[r].rpos += 1; /* add to its length */
162 z = fl[r].rpos; /* save current length */
163 fl[r].rpos = p; /* set starting position */
175 { flip[fl[r].rpos++] = data[z];
/ast/src/lib/libvcodex/
H A Dvclzparse.c208 Obj_t *fpos, *rpos; local
243 fpos = rpos = NIL(Obj_t*); /* match position */
370 { rpos = m + (mmin-1);
385 rpair.mtch[n].mpos = rpos - hs->src;

Completed in 14 milliseconds