Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dopt.c58 static int read_number(const AVOption *o, const void *dst, double *num, int *den, int64_t *intnum) in read_number() function
304 read_number(o, dst, NULL, NULL, &intnum); in set_string_number()
904 return read_number(o, dst, num, den, intnum); in get_number()
1985 read_number(o, dst, NULL, NULL, &i64); in av_opt_is_set_to_default()
1995 read_number(o, dst, &d, NULL, NULL); in av_opt_is_set_to_default()
1998 read_number(o, dst, &d, NULL, NULL); in av_opt_is_set_to_default()
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c1315 read_number(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, int32_t allow_sign, in read_number() function
1431 if (!read_number(&p, ptrend, -1, MAX_REPEAT_COUNT, ERR5, &min, errorcodeptr)) in read_repeat_counts()
1443 if (!read_number(&p, ptrend, -1, MAX_REPEAT_COUNT, ERR5, &max, in read_repeat_counts()
1740 if (!read_number(&p, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &s, in PRIV()
1758 if (!read_number(&ptr, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &s, in PRIV()
1805 if (read_number(&ptr, ptrend, -1, INT_MAX/10 - 1, 0, &s, errorcodeptr) && in PRIV()
3108 if (read_number(&p, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &i, in parse_regex()
4118 if (!read_number(&ptr, ptrend, in parse_regex()
4309 if (read_number(&ptr, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &i, in parse_regex()
4347 if (!read_number(&ptr, ptrend, -1, 1000, ERR79, &major, &errorcode)) in parse_regex()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c949 static int read_number(const char *filepath, int *numberp) in read_number() function
972 return read_number(buf, numberp); in load_number()