Searched refs:tag (Results 76 - 100 of 162) sorted by relevance

1234567

/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_control.c513 event.tag.all = t.all;
526 event.tag.all = tevent.all;
538 event.val, event.tag);
601 event.tag.all = tevent.all;
617 if (!ISPointer(pstamp->tag.kernel))
642 stream_id out = get_stream_id(data[0].val, data[0].tag, SWRITE, &res);
646 out, data[1].val, data[1].tag, 1200, 1,
673 if (!ISPointer(pstamp->tag.kernel))
679 data[0].tag.all = tstream.all;
681 data[1].tag
[all...]
H A Dbip_misc.c134 p_cputime(value val, type tag),
314 Return_Unify_Pw(v1, t1, result.val, result.tag);
822 Return_Unify_Pw(vos, tos, pw.val, pw.tag);
834 Return_Unify_Pw(vecl, tecl, pw.val, pw.tag);
923 pw.tag.kernel = TSTRG;
931 pw.tag.kernel = TSTRG;
945 pw.tag.kernel = TINT;
954 pw.tag.kernel = TINT;
959 pw.tag.kernel = TINT;
964 pw.tag
1002 p_cputime(value val, type tag) argument
[all...]
H A Ddict.c137 10 bits block index) for DIDs, which is used to store variable names in the tag.
157 Sepia strings, but their tag is TBUFFER|IN_DICT|<ref_counter>.
178 #define Inc_Ref_Ctr(tag) { (tag) += 0x100; }
179 #define DecRefCtr(tag) ((tag) -= 0x100, (tag) & 0x0fffff00)
286 tag_desc[i].tag.kernel = (word) i;
324 * Return dict_item for the specified type/tag.
394 Inc_Ref_Ctr(dict_string->tag
[all...]
H A Dsch_util.c87 first.tag = t_inst;
91 while (IsList(cur_mc->tag)) {
95 if (IsList(cur_mc->tag)) {
98 Get_Name(tmp->val,tmp->tag,key);
102 if (IsList(tmp->tag)) {
105 if (IsInteger(tmp->tag)) {
112 Get_Name(cur_mc->val, cur_mc->tag, key);
138 Check_Nil(cur_mc->tag);
H A Dinit.c434 module.tag.kernel = ModuleTag(d_.kernel_sepia);
435 res = main_emulc_noexit(goal.val, goal.tag, module.val, module.tag);
H A Dbip_load.c290 if(!IsString(p_whoami_->tag)) {
447 if(!IsString(p_whoami_->tag)) {
558 if (IsString(p_whoami_->tag) && ec_vers > 0)
783 rest.all = vr.ptr[1].tag.all;
805 if(IsInteger(pw->tag))
816 pw->tag.kernel = TINT;
828 pw->tag.kernel = TINT;
837 if(IsRef(p->tag))
843 switch (TagType(p->tag))
1018 Request_Unify_Pw(vmsg, tmsg, pw.val, pw.tag);
[all...]
H A Dhandlers.c412 (void) longjmp_throw(exit_tag.val, exit_tag.tag);
901 tp.all = vp.ptr->tag.all;
934 prop->tag.kernel = TPROC | (defers? EVENT_DEFERS: 0);
957 if (IsInteger(car->tag)) {
967 if (IsRef(cdr->tag))
971 else if (IsNil(cdr->tag))
973 else if (IsList(cdr->tag))
1134 Check_Output_Atom_Or_Nil(vh.ptr[1].val, vh.ptr[1].tag);
1135 Check_Output_Integer(vh.ptr[2].tag);
1210 Check_Output_Atom_Or_Nil(vh.ptr[1].val, vh.ptr[1].tag);
[all...]
H A Delipsys_fd.c60 _pw2[0].tag.kernel = TCOMP; \
63 _pw2[1].tag.kernel = TLIST; \
65 _pw2[1].tag.kernel = TNIL; \
81 _pw2[0].tag.kernel = TCOMP; \
84 _pw2[1].tag.kernel = TLIST; \
86 _pw2[1].tag.kernel = TNIL; \
94 (to).tag.kernel = (tagg);
113 #define IsInt(p) IsInteger((p)->tag)
114 #define IsDomVar(p) IsMeta((p)->tag)
115 #define IsDvar(p) IsMeta((p)->tag)
[all...]
H A Dbip_store.c212 Return_Unify_Pw(vhtable, thtable, htable.val, htable.tag);
228 prop->tag.kernel = TPTR;
311 && ec_compare_terms(vkey, tkey, pelem->key.val, pelem->key.tag) == 0)
408 Check_Integer(pelem->value.tag);
480 if (IsRef(elem_value.tag) && elem_value.val.ptr == &elem_value)
484 Return_Unify_Pw(vval, tval, elem_value.val, elem_value.tag);
585 Return_Unify_Pw(vresult, tresult, result.val, result.tag);
615 Return_Unify_Pw(vresult, tresult, result.val, result.tag);
764 pelem->key.tag = tkey;
849 pelem->key.tag
[all...]
H A Dbigrat.c63 pres->tag.kernel = TINT;
146 #define RatNegative(pw) ((pw)->val.ptr->tag.kernel & BIGSIGN)
166 (pbig)->tag.kernel ^= BIGSIGN;
170 (pw)->tag.kernel = TBIG;
174 (pw)->tag.kernel = TRAT;
201 (_pbig)->tag.kernel |= BIGSIGN; \
226 (_pbig)->tag.kernel |= BIGSIGN; \
248 (_pbig)->tag.kernel |= BIGSIGN; \
661 pw->tag.kernel = TINT;
668 pw->tag
[all...]
H A Ddict.h458 /* an operator item is put in a pword: the tag part contains the prolog
459 tag (8 bits), the associativity (3 bits), the precedence (11 bits)
474 (((O)->tag.kernel >> ASSOC_SHIFT) & SHIFTED_ASSOC_MASK)
476 (((O)->tag.kernel >> PRECED_SHIFT) & SHIFTED_PRECED_MASK)
478 (O)->tag.kernel = ((O)->tag.kernel & ~ASSOC_MASK) | ((V) << ASSOC_SHIFT)
480 (O)->tag.kernel = ((O)->tag.kernel & ~PRECED_MASK) | ((V) << PRECED_SHIFT)
H A Doperator.c173 if (operator_prop->tag.kernel != TEND)
333 && operator_prop->tag.kernel != TEND
342 && operator_prop->tag.kernel != TEND
351 && operator_prop->tag.kernel != TEND
455 module tag is not signed.
540 operator_prop->tag.kernel = TDICT;
590 else if (operator_prop->tag.kernel == TEND)
/barrelfish-2018-10-04/usr/drivers/solarflair/sfxge/common/
H A Defx_bootcfg.c72 uint8_t tag; local
75 /* Consume tag */
76 tag = data[offset];
77 if (tag == DHCP_END) {
82 if (tag == DHCP_PAD) {
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Dgc.tex136 For marking, we reserve one bit in the tag cell of every object
163 \item the {\em tag} cell of an object is used to store the head of the
166 from the tag cell of the object it originally pointed to.
173 starting from the target's tag and connecting all value cells
175 The last cell of the relocation chain preserves the original tag
178 a tag from a relocation link.
181 default) it holds a tag.
192 their tag's MARK bit set.
193 \item The tag's LINK bit is set if moving the object requires updating references.
194 In this case the tag cel
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dconsole.tcl320 $c tag configure $col -foreground $data(-${col}color)
322 $c tag configure var -background $data(-varcolor)
323 $c tag configure blink -background $data(-blinkcolor)
354 $c tag config blink -background $val
355 $c tag config __highlight -background $val
357 -proccolor { $c tag config proc -foreground $val }
358 -promptcolor { $c tag config prompt -foreground $val }
360 $c tag config stdin -foreground $val
363 -stdoutcolor { $c tag config stdout -foreground $val }
364 -stderrcolor { $c tag confi
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Eplex/
H A Deplex.c536 handle.tag.all = tlp.all;
1221 Return_Unify_Pw(vval, tval, pw.val, pw.tag);
1383 pw.val = vs; pw.tag = ts;
1458 pw.val = vs; pw.tag = ts;
1705 if (!IsInteger(ihead->tag) || !IsNumber(vhead->tag))
1712 rhs[i] = DoubleVal(vhead->val, vhead->tag);
1724 tidxs = itail->tag;
1726 tvals = vtail->tag;
1786 if (!IsInteger(ihead->tag) || !IsNumbe
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Oci/
H A Dmysql.c231 argtag = TagType(arg->tag) ;
279 TagType((arg->val.ptr + 1)->tag) == TINT
366 pw[arg+1].tag.kernel = TSTRG;
450 /* if(IsMut(res->tag))
510 if (IsNil(tuple->tag) && template == NULL) { Succeed; }
512 Check_Structure(tuple->tag)
525 if (IsRef(arg->tag))
535 if (m->prolog_tag && (TagType(arg->tag) != m->prolog_tag))
538 fprintf(stderr,"DEBUG m tag %d arg tag
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Da_d2i_fp.c190 c.inf=ASN1_get_object(&(c.p),&(c.slen),&(c.tag),&(c.xclass),
211 else if (eos && (c.slen == 0) && (c.tag == V_ASN1_EOC))
H A Dx_name.c72 int tag, int aclass, char opt, ASN1_TLC *ctx);
75 const ASN1_ITEM *it, int tag, int aclass);
174 int tag, int aclass, char opt, ASN1_TLC *ctx)
188 tag, aclass, opt, ctx);
222 static int x509_name_ex_i2d(ASN1_VALUE **val, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass) argument
172 x509_name_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
H A Da_int.c278 int inf,tag,xclass; local
290 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
297 if (tag != V_ASN1_INTEGER)
H A Da_object.c263 int tag,xclass; local
267 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
274 if (tag != V_ASN1_OBJECT)
/barrelfish-2018-10-04/tools/fastmodels/
H A Dbuild_multiboot.c32 /* Kernel module tag, including command line. */
130 cfg->kernel->tag= kernel;
145 cmp->tag= module;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/easy_tls/
H A DMakefile63 tag:
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dpppoe.h99 PACK_STRUCT_FIELD(u16_t tag);
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/
H A Declipse_tools.tcl366 $htmlinfo tag configure highlight -justify center -font tkecllabel
402 $t tag configure highlight -foreground blue -wrap none
403 $t tag configure normal -lmargin2 0 -wrap none
404 $t tag configure heading -underline 1 -spacing1 5 -spacing3 5
499 $lb.top.tf.t tag remove highlight 1.0 end
519 $text tag remove highlight 1.0 end
1362 eval $ec_dg.text tag delete [$ec_dg.text tag names]
1363 $ec_dg.text tag configure highlight -foreground #00b000
1364 $ec_dg.text tag configur
[all...]

Completed in 237 milliseconds

1234567