Searched refs:NTYPES (Results 1 - 14 of 14) sorted by relevance

/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dec_public.h158 #define NTYPES 13 /* Number of types */ macro
H A Dprintam.c101 if (TagTypeC((word)(*code)) < 0 || TagTypeC((word)(*code)) > NTYPES) \
108 if (TagTypeC((word)(*code)) < 0 || TagTypeC((word)(*code)) > NTYPES) \
1512 for (i = 0; i < NTYPES; i++)
1527 for (i = 0; i < NTYPES; i++)
1827 if (t >= 0 && t <= NTYPES)
H A Demu_util.c363 for (i=0; i <= NTYPES; i++)
388 for (i=0; i <= NTYPES; i++)
H A Dtypes.h573 int (* coerce_to[NTYPES+1])ARGS((value,value*));
1036 struct tag_descriptor td[NTYPES+1];
H A Ddict.c226 struct dict_item tag_did[NTYPES+1]; /* to hold type properties */
254 for (i=0; i <= NTYPES; i++)
283 for (i=0; i <= NTYPES; i++)
H A Dbip_serialize.c531 if (TagType(pw->tag) >= 0 && TagType(pw->tag) <= NTYPES)
728 if (t >= 0 && t <= NTYPES)
H A Dterm_copy.c506 if (TagType(t) >= 0 && TagType(t) <= NTYPES)
673 if (TagType(t) >= 0 && TagType(t) <= NTYPES)
H A Dbip_arith.c2082 for(i=0; i <= NTYPES; i++)
2091 for(i=0; i <= NTYPES; i++)
2093 for(j=0; j <= NTYPES; j++)
H A Dbip_tconv.c381 else if (TagType(term) >= 0 && TagType(term) <= NTYPES)
H A Dbip_db.c1698 for (i=0; i<= NTYPES; i++)
2912 if (IsAtom(tcode) && vcode.did == d_tags) /* tags -> tags/NTYPES */
2916 Push_Struct_Frame(add_dict(d_tags,NTYPES));
2917 for (i = 0; i < NTYPES; i++)
H A Dbip_comp.c711 if (TagType(t1) >= 0 && TagType(t1) <= NTYPES)
H A Demu_c_env.c1215 if (!(TagType(t1) >= 0 && TagType(t1) <= NTYPES))
H A Dwrite.c1208 if (TagType(tag) >= 0 && TagType(tag) <= NTYPES)
H A Demu.c4537 PP += NTYPES;
4553 PP += NTYPES;

Completed in 216 milliseconds