Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_conf.c150 else if(method->s2i) in do_ext_nconf()
152 if(!(ext_struc = method->s2i(method, ctx, value))) return NULL; in do_ext_nconf()
/external/boringssl/src/include/openssl/
Dx509v3.h105 X509V3_EXT_S2I s2i; member
/external/opencv/ml/src/
Dmltree.cpp2425 double s2 = cv_sum2[j], s2i = sum2 - s2; in calc_node_value() local
2428 node->cv_node_risk[j] = s2i - r*r*ci; in calc_node_value()