Home
last modified time | relevance | path

Searched refs:len_1 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/dialog/
H A Dfselect.c152 int len_1, cmp_1; in find_choice() local
158 len_1 = 0; in find_choice()
174 if ((len_2 > len_1) in find_choice()
175 || (len_1 == len_2 && cmp_2 < cmp_1)) { in find_choice()
176 len_1 = len_2; in find_choice()
/dragonfly/crypto/libressl/crypto/ec/
H A Dec_asn1.c807 size_t len_1, len_2; in ec_asn1_group2curve() local
824 len_1 = (size_t) BN_num_bytes(tmp_1); in ec_asn1_group2curve()
827 if (len_1 == 0) { in ec_asn1_group2curve()
830 len_1 = 1; in ec_asn1_group2curve()
832 if ((buffer_1 = malloc(len_1)) == NULL) { in ec_asn1_group2curve()
836 if ((len_1 = BN_bn2bin(tmp_1, buffer_1)) == 0) { in ec_asn1_group2curve()
860 if (!ASN1_STRING_set(curve->a, a_buf, len_1) || in ec_asn1_group2curve()
/dragonfly/contrib/gdb-7/gdb/
H A Dada-lang.c4493 int len_1 = strlen (name_1); in ada_identical_enum_types_p() local
4496 ada_remove_trailing_digits (TYPE_FIELD_NAME (type1, i), &len_1); in ada_identical_enum_types_p()
4498 if (len_1 != len_2 in ada_identical_enum_types_p()
4501 len_1) != 0) in ada_identical_enum_types_p()