Searched refs:tstate (Results 1 – 12 of 12) sorted by relevance
/external/syslinux/core/lwip/src/netif/ppp/ |
D | vj.c | 54 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()
|
D | vj.h | 143 struct cstate tstate[MAX_SLOTS]; /* xmit connection states */ member
|
/external/strace/linux/sparc64/ |
D | set_error.c | 4 sparc_regs.tstate |= 0x1100000000UL; in arch_set_error() 12 sparc_regs.tstate &= ~0x1100000000UL; in arch_set_success()
|
D | get_error.c | 4 if (sparc_regs.tstate & 0x1100000000UL) { in get_error()
|
/external/llvm/test/MC/Sparc/ |
D | sparcv9-instructions.s | 123 ! 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/ |
D | slcompress.h | 134 struct cstate tstate[MAX_STATES]; /* xmit connection states */ member
|
D | vjcompress.h | 126 struct cstate tstate[MAX_STATES]; /* xmit connection states */ member
|
/external/mksh/src/ |
D | sh.h | 1575 struct tstate { struct 2224 void ktwalk(struct tstate *, struct table *); 2225 struct tbl *ktnext(struct tstate *);
|
D | main.c | 1811 ktwalk(struct tstate *ts, struct table *tp) in ktwalk() 1818 ktnext(struct tstate *ts) in ktnext()
|
D | exec.c | 1214 struct tstate ts; in flushcom()
|
D | funcs.c | 1329 struct tstate ts; in c_unalias()
|
D | edit.c | 770 struct tstate ts; in glob_table()
|