Searched refs:ttt (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DDiagnostics.c90 } ttt, adj; local
123 ttt.tb[0] = tbu; /* Set high */
124 ttt.tb[1] = tbl; /* Set low */
126 ttt.tbase = ttt.tbase + adj.tbase; /* Increment or decrement the TB */
128 tbu = ttt.tb[0]; /* Save in regular variable */
129 tbl = ttt.tb[1]; /* Save in regular variable */
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dradix.c1119 struct radix_node *t, *tt, *ttt; local
1128 ttt = rnh->rnh_nodes + 2;
1129 t->rn_right = ttt;
1134 *ttt = *tt;
1135 ttt->rn_key = rn_ones;

Completed in 27 milliseconds