Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/efcode/engine/
H A Dprims64.c76 uchar_t b_bytes[sizeof (xforth_t)]; in bxjoin() member
83 b.b_bytes[i] = POP(DS); in bxjoin()
230 uchar_t b_bytes[sizeof (xforth_t)]; in xbflip() member
238 c.b_bytes[i] = b.b_bytes[(sizeof (xforth_t) - 1) - i]; in xbflip()
302 uchar_t b_bytes[sizeof (xforth_t)]; in xbsplit() member
310 PUSH(DS, b.b_bytes[(sizeof (xforth_t) - 1) - i]); in xbsplit()