/third_party/libwebsockets/lib/tls/mbedtls/ |
H A D | lws-genrsa.c | 199 size_t in_len, uint8_t *out, size_t out_max) 218 out_max); 227 &olen, in, out, out_max); 243 size_t in_len, uint8_t *out, size_t out_max) 262 out_max); 271 &olen, in, out, out_max); 198 lws_genrsa_public_decrypt(struct lws_genrsa_ctx *ctx, const uint8_t *in, size_t in_len, uint8_t *out, size_t out_max) global() argument 242 lws_genrsa_private_decrypt(struct lws_genrsa_ctx *ctx, const uint8_t *in, size_t in_len, uint8_t *out, size_t out_max) global() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_colorlevels.c | 38 double out_min, out_max; member 73 { "romax", "set output red white point", OFFSET(range[R].out_max), AV_OPT_TYPE_DOUBLE, {.dbl=1}, 0, 1, FLAGS }, 74 { "gomax", "set output green white point", OFFSET(range[G].out_max), AV_OPT_TYPE_DOUBLE, {.dbl=1}, 0, 1, FLAGS }, 75 { "bomax", "set output blue white point", OFFSET(range[B].out_max), AV_OPT_TYPE_DOUBLE, {.dbl=1}, 0, 1, FLAGS }, 76 { "aomax", "set output alpha white point", OFFSET(range[A].out_max), AV_OPT_TYPE_DOUBLE, {.dbl=1}, 0, 1, FLAGS }, 410 int omax = lrint(r->out_max * UINT8_MAX); in filter_frame() 450 int omax = lrint(r->out_max * UINT16_MAX); in filter_frame()
|
H A D | vf_misc_vaapi.c | 50 static float map(int x, int in_min, int in_max, float out_min, float out_max) in map() argument 54 slope = 1.0 * (out_max - out_min) / (in_max - in_min); in map()
|
H A D | vf_procamp_vaapi.c | 54 static float map(float x, float in_min, float in_max, float out_min, float out_max) in map() argument 58 slope = 1.0 * (out_max - out_min) / (in_max - in_min); in map()
|
H A D | vf_lut3d.c | 882 float out_max[3] = {1.0, 1.0, 1.0}; in parse_cinespace() local 948 out_max[i] = -FLT_MAX; in parse_cinespace() 966 out_max[i] = FFMAX(out_max[i], v); in parse_cinespace() 977 if (av_sscanf(line, "%f %f", &out_min[i], &out_max[i]) != 2) { in parse_cinespace() 1022 vec->r *= out_max[0] - out_min[0]; in parse_cinespace() 1023 vec->g *= out_max[1] - out_min[1]; in parse_cinespace() 1024 vec->b *= out_max[2] - out_min[2]; in parse_cinespace() 1645 float out_max[3] = {1.0, 1.0, 1.0}; in parse_cinespace_1d() local 1684 if (av_sscanf(line, "%f %f", &out_min[i], &out_max[ in parse_cinespace_1d() [all...] |
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-genrsa.h | 159 * \param out_max: size of output buffer 169 size_t in_len, uint8_t *out, size_t out_max); 177 * \param out_max: size of output buffer 187 size_t in_len, uint8_t *out, size_t out_max);
|
H A D | lws-jws.h | 383 * \param out_max: the length of \p out in bytes 388 lws_jws_base64_enc(const char *in, size_t in_len, char *out, size_t out_max);
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | lws-genrsa.c | 256 size_t in_len, uint8_t *out, size_t out_max) 270 size_t in_len, uint8_t *out, size_t out_max) 255 lws_genrsa_public_decrypt(struct lws_genrsa_ctx *ctx, const uint8_t *in, size_t in_len, uint8_t *out, size_t out_max) global() argument 269 lws_genrsa_private_decrypt(struct lws_genrsa_ctx *ctx, const uint8_t *in, size_t in_len, uint8_t *out, size_t out_max) global() argument
|
/third_party/backends/backend/pixma/ |
H A D | pixma_common.c | 546 int out_min, int out_max, in load_lut() 580 else if(j>out_max){ in load_lut() 581 j=out_max; in load_lut() 544 load_lut(unsigned char * lut, int in_bits, int out_bits, int out_min, int out_max, int slope, int offset) load_lut() argument
|
/third_party/backends/backend/ |
H A D | epjitsu.h | 392 int out_min, int out_max, int slope, int offset);
|
H A D | canon_dr.h | 691 int out_min, int out_max, int slope, int offset);
|
H A D | epjitsu.c | 2288 int out_min, int out_max, in load_lut() 2321 j = MIN(j, out_max); in load_lut() 2286 load_lut(unsigned char * lut, int in_bits, int out_bits, int out_min, int out_max, int slope, int offset) load_lut() argument
|
H A D | canon_dr.c | 9241 int out_min, int out_max, in load_lut() 9276 else if(j>out_max){ in load_lut() 9277 j=out_max; in load_lut() 9239 load_lut(unsigned char * lut, int in_bits, int out_bits, int out_min, int out_max, int slope, int offset) load_lut() argument
|
/third_party/libwebsockets/lib/jose/jws/ |
H A D | jws.c | 275 lws_jws_base64_enc(const char *in, size_t in_len, char *out, size_t out_max) in lws_jws_base64_enc() argument 279 n = lws_b64_encode_string_url(in, (int)in_len, out, (int)out_max - 1); in lws_jws_base64_enc() 282 __func__, (int)in_len, (int)out_max); in lws_jws_base64_enc()
|
/third_party/backends/backend/genesys/ |
H A D | low.h | 396 int out_min, int out_max,
|
H A D | low.cpp | 1908 * @param out_max maximal out value 1914 int out_min, int out_max, in sanei_genesys_load_lut() 1952 else if (j > out_max) in sanei_genesys_load_lut() 1954 j = out_max; in sanei_genesys_load_lut() 1912 sanei_genesys_load_lut(unsigned char* lut, int in_bits, int out_bits, int out_min, int out_max, int slope, int offset) sanei_genesys_load_lut() argument
|
/third_party/libwebsockets/lib/core/ |
H A D | private-lib-core.h | 772 lws_jws_base64_enc(const char *in, size_t in_len, char *out, size_t out_max);
|
/third_party/toybox/toys/pending/ |
H A D | xzcat.c | 1448 static void dict_limit(struct dictionary *dict, size_t out_max) in dict_limit() argument 1450 if (dict->end - dict->pos <= out_max) in dict_limit() 1453 dict->limit = dict->pos + out_max; in dict_limit()
|
/third_party/rust/crates/libc/src/ |
H A D | psp.rs | 2666 pub fn sceAtracGetMaxSample(atrac_id: i32, out_max: *mut i32) -> i32; in sceAtracGetMaxSample()
|