Searched refs:xforth_t (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/efcode/engine/
H A Dprims64.c35 #define LF_PER_XF (sizeof (xforth_t)/sizeof (lforth_t))
36 #define WF_PER_XF (sizeof (xforth_t)/sizeof (wforth_t))
42 xforth_t
45 if (sizeof (xforth_t) == sizeof (fstack_t))
47 return ((xforth_t)pop_double(env));
50 xforth_t
53 xforth_t d;
61 push_xforth(fcode_env_t *env, xforth_t a)
63 if (sizeof (xforth_t) == sizeof (fstack_t))
76 uchar_t b_bytes[sizeof (xforth_t)];
[all...]
H A Ddebug.c110 xforth_t d;
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h419 void push_xforth(fcode_env_t *, xforth_t);
420 xforth_t pop_xforth(fcode_env_t *);
421 xforth_t peek_xforth(fcode_env_t *);
H A Dengine.h54 typedef uint64_t xforth_t; typedef
/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dmisc.c185 xforth_t x;
191 push_xforth(env, (xforth_t)fc_reg_read(env, "rx@", p, NULL));
202 xforth_t d;

Completed in 52 milliseconds