Home
last modified time | relevance | path

Searched refs:intname (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libcrypto/asn1/
H A Dx_name.c306 } intname = {NULL}; in x509_name_ex_d2i() local
317 ret = ASN1_item_ex_d2i(&intname.a, &p, len, in x509_name_ex_d2i()
343 sk_STACK_OF_X509_NAME_ENTRY_free(intname.s); in x509_name_ex_d2i()
400 } intname = {NULL}; in x509_name_encode() local
408 if (!intname.s) in x509_name_encode()
425 len = ASN1_item_ex_i2d(&intname.a, NULL, in x509_name_encode()
486 if (!intname) in x509_name_canon()
516 len = i2d_name_canon(intname, NULL); in x509_name_canon()
524 i2d_name_canon(intname, &p); in x509_name_canon()
530 if (intname) in x509_name_canon()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZFeatures.td13 class SystemZFeature<string extname, string intname, dag featdag, string desc>
14 : Predicate<"Subtarget->has"#intname#"()">,
16 SubtargetFeature<extname, "Has"#intname, "true", desc>;
18 class SystemZMissingFeature<string intname>
19 : Predicate<"!Subtarget->has"#intname#"()">;
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A Darm_mve.td807 multiclass vctp<Type pred, string intname> {
809 (u16 (IRInt<"pred_v2i", [pred]> (IRIntBase<intname> $val)))>;
812 (IRIntBase<intname> $val))))>;
1154 multiclass DyadicImmShift<Type outtype, Immediate imm, string intname = NAME,
1160 !con((IRInt<intname, intparams> $a, $b, $sh), extraargs)>;
1164 !con((IRInt<intname # "_predicated", intparams # [Predicate]>
H A Darm_mve_defs.td162 string intname = name_; // base name of the intrinsic