Searched refs:rptr (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xfs/dist/difs/
H A Dresource.c298 *rptr; local in function:rebuild_table
314 for (rptr = resources, tptr = tails; --j >= 0; rptr++, tptr++) {
315 *rptr = NullResource;
316 *tptr = rptr;
320 rptr = clientTable[client].resources;
322 rptr++) {
323 for (res = *rptr; res; res = next) {
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
H A Dcrashdec.c251 uint32_t rptr; member in struct:__anon4090acc60108
268 } else if (startswith(line, " rptr:")) {
269 parseline(line, " rptr: %d", &ringbuffers[id].rptr);
356 /* The rptr will (most likely) have moved past the IB to
363 unsigned rptr = mod_add(ringbuffers[id].rptr, -lookback); local in function:dump_cmdstream
366 if (valid_header(ringbuffers[id].buf[rptr]))
368 rptr = mod_add(rptr,
[all...]
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dresource.c522 ResourcePtr **tptr, *rptr; local in function:RebuildTable
539 for (rptr = resources, tptr = tails; --j >= 0; rptr++, tptr++)
541 *rptr = NULL;
542 *tptr = rptr;
546 rptr = clientTable[client].resources;
548 rptr++)
550 for (res = *rptr; res; res = next)
/xsrc/external/mit/xorg-server/dist/dix/
H A Dresource.c845 ResourcePtr **tptr, *rptr; local in function:RebuildTable
861 for (rptr = resources, tptr = tails; --j >= 0; rptr++, tptr++) {
862 *rptr = NULL;
863 *tptr = rptr;
867 rptr = clientTable[client].resources; --j >= 0; rptr++) {
868 for (res = *rptr; res; res = next) {
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dmapdesc.cc627 for( REAL *rptr=src; rptr != rlast; rptr+=rstride, trptr+=trstride ) { local in function:Mapdesc::project
628 REAL *clast = rptr + ncols * cstride;
630 for( REAL *cptr = rptr; cptr != clast; cptr+=cstride, tcptr+=tcstride ) {
/xsrc/external/mit/xterm/dist/
H A DTekproc.c790 static char *rptr; variable in typeref:typename:char *
804 return (IChar) (*rptr++);
807 rptr = tek->data;
810 return (IChar) (*rptr++);
991 rptr = tekRefreshList->data;

Completed in 15 milliseconds