Searched refs:CONS (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | test.gen | 5 UNIV CONS Sequence 23 6 CONTEXT CONS 0 3 8 CONTEXT CONS 1 8 9 UNIV CONS Sequence 6 10 CONTEXT CONS 127 3 13 CONTEXT CONS 2 3
|
H A D | asn1_print.c | 95 (class == ASN1_C_CONTEXT && type == CONS) || in loop() 96 (class == ASN1_C_UNIV && type == CONS && tag == UT_Sequence) || in loop() 97 (class == ASN1_C_UNIV && type == CONS && tag == UT_Set)) { in loop() 117 if (type == CONS) { in loop() 184 type != CONS || tag != UT_Sequence) in loop()
|
H A D | der.h | 46 typedef enum {PRIM = 0, CONS = 1} Der_type; enumerator
|
H A D | canthandle.asn1 | 5 -- Code the tag [1] but not the [ CONTEXT CONS UT_Sequence ] for Kaka2
|
H A D | gen_decode.c | 129 *ty = CONS; in find_tag() 135 *ty = CONS; in find_tag() 140 *ty = is_primitive_type(t->subtype->type) ? PRIM : CONS; in find_tag() 276 "if (%s == CONS) {\n", in decode_type() 366 is_primitive_type(m->type->subtype->type) ? "PRIM" : "CONS", in decode_type() 503 is_primitive_type(t->subtype->type) ? "PRIM" : "CONS"); in decode_type() 587 ty ? "CONS" : "PRIM", in decode_type()
|
H A D | ChangeLog | 833 * test.asn1: fix workaround for IMPLICIT CONS case 835 * canthandle.asn1: fix workaround for IMPLICIT CONS case 1308 * gen_decode.c: handle OPTIONAL CONS-tag-less elements 1629 CONS (not PRIM)
|
/freebsd/sys/i386/include/ |
H A D | atomic.h | 102 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ argument 108 : CONS (V) \ 117 : CONS (V) \ 137 #define ATOMIC_CMPSET(TYPE, CONS) \ argument 150 : CONS (src) /* 3 */ \ 167 : CONS (src) /* 3 */ \
|
/freebsd/sys/amd64/include/ |
H A D | atomic.h | 113 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ argument 119 : CONS (V) \ 128 : CONS (V) \
|
/freebsd/crypto/heimdal/lib/gssapi/spnego/ |
H A D | init_sec_context.c | 326 CONS, in spnego_initial()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | pkinit.c | 1223 ASN1_C_UNIV, CONS, UT_Sequence, &l); in pk_rd_pa_reply_enckey()
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 19692 comment = "Great paper; evidence pro CDR-coding, con fancy CONS", 22748 …is one in which the time required by the elementary list operations (e.g. CONS CAR, CDR, RPLACA, R…
|