Searched refs:NARGREGS (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dec_public.h157 #define NARGREGS (1/*A0*/ + MAXARITY + MAXSIMPLEARITY + 3/*metacall*/) macro
H A Demu_util.c112 bmax_ = (pword *) ((char *) g_emu_.blimit - NARGREGS * sizeof(pword)
245 for(i = 0; i < NARGREGS; i++)
487 p < (uword *) &g_emu_.emu_args[NARGREGS]; p++)
H A Dtypes.h545 pword emu_args[NARGREGS];
H A Demu_export.h204 #define LOCAL_CONTROL_GAP (SAFE_B_AREA+NARGREGS+sizeof(struct invocation_frame))
223 #define GLOBAL_TRAIL_GAP NARGREGS
H A Dgc_stacks.c765 while(++pw < &g_emu_.emu_args[NARGREGS] && pw->tag.kernel != TEND)
H A Demu_c_env.c238 for(i = 1; i < NARGREGS; i++) {
H A Demu.c1559 for(i = 1; i < NARGREGS; i++) {

Completed in 105 milliseconds