OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tstate
(Results
1 - 9
of
9
) sorted by null
/external/ppp/pppd/include/net/
slcompress.h
120
struct cstate *last_cs; /* most recently used
tstate
*/
134
struct cstate
tstate
[MAX_STATES]; /* xmit connection states */
member in struct:slcompress
vjcompress.h
119
struct cstate *last_cs; /* most recently used
tstate
*/
126
struct cstate
tstate
[MAX_STATES]; /* xmit connection states */
member in struct:vjcompress
/external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc64-aix5.c
401
struct
tstate
* ats_new = (struct
tstate
*)ARG2;
402
struct
tstate
* ats_old = (struct
tstate
*)ARG3;
597
POST_MEM_WRITE( ARG3, sizeof(struct
tstate
) );
syswrap-aix5.c
377
struct
tstate
* ts = (struct
tstate
*)tsA;
418
for (i = 0; i < sizeof(struct
tstate
)/sizeof(UInt); i++) {
[
all
...]
syswrap-ppc32-aix5.c
491
struct
tstate
* ats_new = (struct
tstate
*)ARG2;
492
struct
tstate
* ats_old = (struct
tstate
*)ARG3;
687
POST_MEM_WRITE( ARG3, sizeof(struct
tstate
) );
[
all
...]
/external/mksh/src/
sh.h
1016
struct
tstate
{
struct
[
all
...]
main.c
1426
ktwalk(struct
tstate
*ts, struct table *tp)
1433
ktnext(struct
tstate
*ts)
[
all
...]
exec.c
1006
struct
tstate
ts;
[
all
...]
funcs.c
[
all
...]
Completed in 256 milliseconds