Searched refs:omax (Results 1 - 7 of 7) sorted by relevance

/external/boringssl/src/crypto/asn1/
H A Dasn1_lib.c111 int *pclass, long omax)
117 long max = omax;
162 fprintf(stderr, "p=%d + *plength=%ld > omax=%ld + *pp=%d (%d > %d)\n",
163 (int)p, *plength, omax, (int)*pp, (int)(p + *plength),
164 (int)(omax + *pp));
167 if (*plength > (omax - (p - *pp))) {
110 ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, int *pclass, long omax) argument
/external/python/cpython2/Modules/
H A Dselectmodule.c206 int imax, omax, emax, max; local
258 if ((omax=seq2set(ofdlist, &ofdset, wfd2obj)) < 0)
263 if (omax > max) max = omax;
/external/libedit/src/
H A Dreadline.c1152 int omax; local
1155 omax = max_input_history;
1157 return omax; /* some value _must_ be returned */
/external/python/cpython3/Modules/
H A Dselectmodule.c203 int imax, omax, emax, max; local
254 if ((omax=seq2set(ofdlist, &ofdset, wfd2obj)) < 0)
260 if (omax > max) max = omax;
/external/boringssl/include/openssl/
H A Dasn1.h757 OPENSSL_EXPORT int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, int *pclass, long omax);
/external/boringssl/src/include/openssl/
H A Dasn1.h757 OPENSSL_EXPORT int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, int *pclass, long omax);
/external/tensorflow/tensorflow/python/kernel_tests/
H A Dcwise_ops_test.py1684 omin, omax = math_ops.minimum(inx, iny), math_ops.maximum(inx, iny)
1685 tf_min, tf_max = sess.run([omin, omax])

Completed in 262 milliseconds