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

/illumos-gate/usr/src/lib/efcode/engine/
H A Dprims64.c35 #define LF_PER_XF (sizeof (xforth_t)/sizeof (lforth_t))
109 lforth_t b_lf[LF_PER_XF];
320 lforth_t b_lf[LF_PER_XF];
361 lforth_t b_lf[LF_PER_XF];
H A Dforth.c525 #define FW_PER_FL (sizeof (lforth_t)/sizeof (wforth_t))
577 uchar_t l_bytes[sizeof (lforth_t)];
584 for (i = 0; i < sizeof (lforth_t); i++)
585 PUSH(DS, d.l_bytes[(sizeof (lforth_t) - 1) - i]);
592 uchar_t l_bytes[sizeof (lforth_t)];
597 CHECK_DEPTH(env, sizeof (lforth_t), "bljoin");
598 for (i = 0; i < sizeof (lforth_t); i++)
607 uchar_t l_bytes[sizeof (lforth_t)];
614 for (i = 0; i < sizeof (lforth_t); i++)
615 c.l_bytes[i] = d.l_bytes[(sizeof (lforth_t)
[all...]
/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dmisc.c110 TOS = (lforth_t)fc_reg_read(env, "rl@", p, NULL);
217 lforth_t r;
222 r = (lforth_t)fc_reg_read(env, "rl@", p, &error);
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h59 typedef uint32_t lforth_t; typedef

Completed in 52 milliseconds