Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/efcode/engine/
H A Dprims64.c93 s_lforth_t *addr; in lsfetch()
97 addr = (s_lforth_t *)POP(DS); in lsfetch()
H A Dforth.c224 TOS = ((s_lforth_t)TOS) >> d; in rshifta()
289 #define COMPARE(cmp, rhs) ((((s_lforth_t)TOS) cmp((s_lforth_t)(rhs))) ? \
/titanic_44/usr/src/lib/efcode/include/fcode/
H A Dengine.h58 typedef int32_t s_lforth_t; typedef