Searched refs:algorithm (Results 251 - 275 of 952) sorted by relevance

<<11121314151617181920>>

/external/llvm/tools/bugpoint/
H A DListReducer.h22 #include <algorithm>
/external/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h21 #include <algorithm>
/external/openfst/src/include/fst/extensions/pdt/
H A Dcollection.h24 #include <algorithm>
/external/openfst/src/include/fst/script/
H A Drelabel.h22 #include <algorithm>
/external/openfst/src/include/fst/
H A Dstatesort.h26 #include <algorithm>
/external/openssl/crypto/asn1/
H A Dp8_pkey.c130 *ppkalg = p8->pkeyalg->algorithm;
H A Dt_x509.c176 if (i2a_ASN1_OBJECT(bp, ci->signature->algorithm) <= 0)
210 if (i2a_ASN1_OBJECT(bp, ci->key->algor->algorithm) <= 0)
320 if (i2a_ASN1_OBJECT(bp, sigalg->algorithm) <= 0) return 0;
322 sig_nid = OBJ_obj2nid(sigalg->algorithm);
H A Dx_pkey.c83 OBJ_nid2ln(OBJ_obj2nid(ret->enc_algor->algorithm)));
/external/openssl/crypto/ec/
H A Dec_ameth.c587 if (alg1 == NULL || alg1->algorithm == NULL)
589 hnid = OBJ_obj2nid(alg1->algorithm);
605 if (alg1 == NULL || alg1->algorithm == NULL)
607 hnid = OBJ_obj2nid(alg1->algorithm);
634 "OpenSSL EC algorithm",
/external/openssl/crypto/pkcs12/
H A Dp12_decr.c81 if (!EVP_PBE_CipherInit(algor->algorithm, pass, passlen,
/external/oprofile/libpp/
H A Dsample_container.cpp15 #include <algorithm>
H A Dsymbol_container.cpp13 #include <algorithm>
/external/regex-re2/util/
H A Dutil.h21 #include <algorithm>
/external/stlport/src/
H A Dcodecvt.cpp21 #include <algorithm>
H A Dnum_get.cpp22 #include <algorithm>
/external/stlport/test/unit/
H A Dbind_test.cpp1 #include <algorithm>
H A Dbitset_test.cpp2 #include <algorithm>
H A Dcopy_test.cpp1 #include <algorithm>
H A Dfind_test.cpp2 #include <algorithm>
H A Dheap_test.cpp2 #include <algorithm>
H A Distmit_test.cpp1 #include <algorithm>
H A Dmerge_test.cpp2 #include <algorithm>
H A Dmismatch_test.cpp3 #include <algorithm>
H A Dpartition_test.cpp1 #include <algorithm>
H A Drotate_test.cpp3 #include <algorithm>

Completed in 2860 milliseconds

<<11121314151617181920>>