Searched refs:tb (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DDiagnostics.c89 unsigned int tb[2]; member in union:__anon915
113 adj.tb[0] = 0; /* Clear high part */
114 adj.tb[1] = save->save_r4; /* Set low order */
115 if(adj.tb[1] & 0x80000000) adj.tb[0] = 0xFFFFFFFF; /* Propagate sign bit */
123 ttt.tb[0] = tbu; /* Set high */
124 ttt.tb[1] = tbl; /* Set low */
128 tbu = ttt.tb[0]; /* Save in regular variable */
129 tbl = ttt.tb[1]; /* Save in regular variable */
H A Dpms.c269 uint64_t tb, dur; local
283 tb = mach_absolute_time(); /* What time is it? */
284 pp->pms.pmsStamp = tb; /* Show transition now */
307 tb = mach_absolute_time(); /* What time is it? */
308 pp->pms.pmsPop = tb + pnstate->pmsLimit; /* Set the next pop */
318 dur = tb - pp->pms.pmsStamp; /* Get the amount of time we were in the old step */
319 pp->pms.pmsStamp = tb; /* Set the new timestamp */
H A Dhw_lock.s218 cmplwi r10,128 ; Have we been spinning for 128 tb ticks?
361 cmplwi r11,128 ; Have we been spinning for 128 tb ticks?
1091 cmplwi r10,128 ; Have we been spinning for 128 tb ticks?
1814 cmplwi r10,128 ; Have we been spinning for 128 tb ticks?
/macosx-10.5.8/xnu-1228.15.4/libkern/
H A Dzlib.c3885 inflate_huft *tb; /* bit length decoding tree */ member in struct:inflate_blocks_state::__anon614::__anon615
4191 &s->sub.trees.tb, s->hufts, z);
4214 h = s->sub.trees.tb + ((uInt)b & inflate_mask[t]);
4248 s->sub.trees.tb = Z_NULL;
4650 static int inflate_trees_bits(c, bb, tb, hp, z)
4653 inflate_huft * FAR *tb; /* bits tree result */
4664 tb, bb, hp, &hn, v);

Completed in 50 milliseconds