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

/barrelfish-master/lib/devif/backends/net/mlx4/include/netinet/
H A Dip6.h264 * with type "typ".
270 #define IP6_EXTHDR_GET(val, typ, m, off, len) \
275 (val) = (typ)(mtod((m), caddr_t) + (off)); \
281 (val) = (typ)(mtod(t, caddr_t) + tmp); \
283 (val) = (typ)NULL; \
289 #define IP6_EXTHDR_GET0(val, typ, m, off, len) \
293 (val) = (typ)mtod(m, caddr_t); \
299 (val) = (typ)mtod(t, caddr_t); \
301 (val) = (typ)NULL; \
/barrelfish-master/include/netinet/
H A Dip6.h301 * with type "typ".
307 #define IP6_EXTHDR_GET(val, typ, m, off, len) \
312 (val) = (typ)(mtod((m), caddr_t) + (off)); \
318 (val) = (typ)(mtod(t, caddr_t) + tmp); \
320 (val) = (typ)NULL; \
326 #define IP6_EXTHDR_GET0(val, typ, m, off, len) \
330 (val) = (typ)mtod(m, caddr_t); \
336 (val) = (typ)mtod(t, caddr_t); \
338 (val) = (typ)NULL; \
/barrelfish-master/lib/openssl-1.0.0d/crypto/asn1/
H A Dtasn_new.c327 ASN1_TYPE *typ; local
357 typ = OPENSSL_malloc(sizeof(ASN1_TYPE));
358 if (!typ)
360 typ->value.ptr = NULL;
361 typ->type = -1;
362 *pval = (ASN1_VALUE *)typ;
H A Dtasn_fre.c220 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; local
221 utype = typ->type;
222 pval = &typ->value.asn1_value;
H A Dtasn_dec.c924 ASN1_TYPE *typ = NULL; local
937 typ = ASN1_TYPE_new();
938 if (typ == NULL)
940 *pval = (ASN1_VALUE *)typ;
943 typ = (ASN1_TYPE *)*pval;
945 if (utype != typ->type)
946 ASN1_TYPE_set(typ, utype, NULL);
948 pval = &typ->value.asn1_value;
1068 if (typ && (utype == V_ASN1_NULL))
1069 typ
[all...]
H A Dtasn_enc.c597 ASN1_TYPE *typ; local
598 typ = (ASN1_TYPE *)*pval;
599 utype = typ->type;
601 pval = &typ->value.asn1_value;
H A Dasn1_gen.c468 ASN1_TYPE *typ = ASN1_generate_v3(sk_CONF_VALUE_value(sect, i)->value, cnf); local
469 if (!typ)
471 if (!sk_ASN1_TYPE_push(sk, typ))
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dexternal.h181 #define Get_Stream(vs, ts, typ, nst) \
184 nst = get_stream_id(vs, ts, typ, &res); \
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dasn1pars.c312 int typ; local
331 typ = ASN1_TYPE_get(at);
332 if ((typ == V_ASN1_OBJECT)
333 || (typ == V_ASN1_NULL))
336 typ == V_ASN1_NULL ? "NULL" : "OBJECT");
/barrelfish-master/usr/eclipseclp/Opium/demo/
H A Dfacts.pl8 % mee,mon,nte,num,org,pag,pub,sch,ser,tit,typ,vol,yea,
13 mee,mon,nte,num,org,pag,pub,sch,ser,tit,typ,vol,yea,
71 cap_attr_abbr('Type',typ).
110 att_to_var(typ,"Typ").
146 att_to_string(typ,"typ").
210 [typ,o],[num,o],[yea,m],[mon,o],
234 rel_has_atts(tec,[ide,aut,key,tit,ins,org,add,typ,num,yea,mon,nte,dat]).
290 att_of_types(typ,[tec]).
314 stand_docattrs(tec,[ide,aut,tit,ins,org,add,typ,nu
[all...]
H A Dyoyo3.pl587 add = Add, typ = Typ, num = Num, yea = Yea, mon = Mon,
H A Dcheck_entry.pl674 org = Org, add = Add, typ = Typ, num = Num, yea = Yea,
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_conf.c310 ASN1_TYPE *typ; local
312 typ = ASN1_generate_v3(value, ctx);
313 if (typ == NULL)
315 *ext_len = i2d_ASN1_TYPE(typ, &ext_der);
316 ASN1_TYPE_free(typ);
/barrelfish-master/tools/arm_boot/
H A Darm_bootimage.c399 typ= ELF32_R_TYPE(rel->r_info); local
417 if(typ == R_ARM_RELATIVE && sym == 0) {
424 else if(typ == R_ARM_ABS32 && sym == got_symidx) {
431 else fail("Invalid relocation at %08x, typ=%d, sym=%d\n",
432 rel->r_offset, typ, sym);

Completed in 66 milliseconds