Home
last modified time | relevance | path

Searched refs:tstate (Results 1 – 12 of 12) sorted by relevance

/external/syslinux/core/lwip/src/netif/ppp/
Dvj.c54 register struct cstate *tstate = comp->tstate; in vj_compress_init() local
62 tstate[i].cs_id = i; in vj_compress_init()
63 tstate[i].cs_next = &tstate[i - 1]; in vj_compress_init()
65 tstate[0].cs_next = &tstate[MAX_SLOTS - 1]; in vj_compress_init()
66 tstate[0].cs_id = 0; in vj_compress_init()
67 comp->last_cs = &tstate[0]; in vj_compress_init()
Dvj.h143 struct cstate tstate[MAX_SLOTS]; /* xmit connection states */ member
/external/strace/linux/sparc64/
Dset_error.c4 sparc_regs.tstate |= 0x1100000000UL; in arch_set_error()
12 sparc_regs.tstate &= ~0x1100000000UL; in arch_set_success()
Dget_error.c4 if (sparc_regs.tstate & 0x1100000000UL) { in get_error()
/external/llvm/test/MC/Sparc/
Dsparcv9-instructions.s123 ! V8-NEXT: wrpr %g6,%i6,%tstate
124 ! V9: wrpr %g6, %fp, %tstate ! encoding: [0x85,0x91,0x80,0x1e]
125 wrpr %g6,%i6,%tstate
184 ! V8-NEXT: wrpr %g6,255,%tstate
185 ! V9: wrpr %g6, 255, %tstate ! encoding: [0x85,0x91,0xa0,0xff]
186 wrpr %g6,255,%tstate
245 ! V8-NEXT: rdpr %tstate,%i5
246 ! V9: rdpr %tstate, %i5 ! encoding: [0xbb,0x50,0x80,0x00]
247 rdpr %tstate,%i5
/external/ppp/pppd/include/net/
Dslcompress.h134 struct cstate tstate[MAX_STATES]; /* xmit connection states */ member
Dvjcompress.h126 struct cstate tstate[MAX_STATES]; /* xmit connection states */ member
/external/mksh/src/
Dsh.h1575 struct tstate { struct
2224 void ktwalk(struct tstate *, struct table *);
2225 struct tbl *ktnext(struct tstate *);
Dmain.c1811 ktwalk(struct tstate *ts, struct table *tp) in ktwalk()
1818 ktnext(struct tstate *ts) in ktnext()
Dexec.c1214 struct tstate ts; in flushcom()
Dfuncs.c1329 struct tstate ts; in c_unalias()
Dedit.c770 struct tstate ts; in glob_table()