/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | asn1_lib.c | 47 int *pclass, long omax) in ASN1_get_object() 53 long max = omax; in ASN1_get_object() 55 if (omax <= 0) { in ASN1_get_object() 94 if (*plength > (omax - (p - *pp))) { in ASN1_get_object() 46 ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, int *pclass, long omax) ASN1_get_object() argument
|
/third_party/openssl/crypto/asn1/ |
H A D | asn1_lib.c | 47 int *pclass, long omax) in ASN1_get_object() 53 long max = omax; in ASN1_get_object() 55 if (omax <= 0) { in ASN1_get_object() 94 if (*plength > (omax - (p - *pp))) { in ASN1_get_object() 46 ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, int *pclass, long omax) ASN1_get_object() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_colorlevels.c | 410 int omax = lrint(r->out_max * UINT8_MAX); in filter_frame() local 435 coeff = (omax - omin) / (double)(imax - imin); in filter_frame() 450 int omax = lrint(r->out_max * UINT16_MAX); in filter_frame() local 475 coeff = (omax - omin) / (double)(imax - imin); in filter_frame()
|
/third_party/alsa-utils/alsactl/ |
H A D | state.c | 1027 static int convert_to_new_db(snd_config_t *value, long omin, long omax, in convert_to_new_db() argument 1043 if (val < omin || val > omax) in convert_to_new_db() 1045 db = ((val - omin) * (odbmax - odbmin)) / (omax - omin) + odbmin; in convert_to_new_db() 1068 long omin, omax, ostep; in check_comment_range() local 1077 &omin, &omax, &ostep) < 0) in check_comment_range() 1081 if (omin != nmin && omax != nmax) { in check_comment_range() 1086 if (omin >= omax || nmin >= nmax) in check_comment_range() 1105 if (omin == nmin && omax == nmax && in check_comment_range() 1117 convert_to_new_db(n, omin, omax, nmin, nmax, in check_comment_range() 1122 convert_to_new_db(value, omin, omax, nmi in check_comment_range() [all...] |
/third_party/alsa-utils/amixer/ |
H A D | amixer.c | 170 static int convert_range(int val, int omin, int omax, int nmin, int nmax) 172 int orange = omax - omin, nrange = nmax - nmin; 181 static int convert_db_range(int val, int omin, int omax, int nmin, int nmax) 183 int orange = omax - omin, nrange = nmax - nmin;
|
/third_party/python/Modules/ |
H A D | selectmodule.c | 276 int imax, omax, emax, max; in select_select_impl() local 322 if ((omax = seq2set(wlist, &ofdset, wfd2obj)) < 0) in select_select_impl() 328 if (omax > max) max = omax; in select_select_impl() 341 omax ? &ofdset : NULL, in select_select_impl()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | asn1.h | 679 int *pclass, long omax);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | asn1.h | 895 int *pclass, long omax);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | asn1.h | 895 int *pclass, long omax);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | asn1.h | 895 int *pclass, long omax);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | asn1.h | 895 int *pclass, long omax);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | asn1.h | 895 int *pclass, long omax);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | asn1.h | 895 int *pclass, long omax);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | asn1.h | 895 int *pclass, long omax);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | asn1.h | 895 int *pclass, long omax);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | asn1.h | 895 int *pclass, long omax);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | asn1.h | 895 int *pclass, long omax);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | asn1.h | 895 int *pclass, long omax);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | asn1.h | 895 int *pclass, long omax);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | asn1.h | 895 int *pclass, long omax);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | asn1.h | 895 int *pclass, long omax);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | asn1.h | 895 int *pclass, long omax);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/ |
H A D | asn1.h | 895 int *pclass, long omax);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/ |
H A D | asn1.h | 895 int *pclass, long omax);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
H A D | asn1.h | 895 int *pclass, long omax);
|