/third_party/openssl/apps/ |
D | req.c | 62 char *value, int nid, int n_min, int n_max, 65 char *value, int nid, int n_min, int n_max, 69 char *value, int n_min, int n_max, 73 static int req_check_len(int len, int n_min, int n_max); 1078 long n_min, n_max; in prompt_info() local 1150 if (!NCONF_get_number(req_conf, dn_sect, buf, &n_min)) { in prompt_info() 1152 n_min = -1; in prompt_info() 1164 n_min, n_max, chtype, mval)) in prompt_info() 1212 if (!NCONF_get_number(req_conf, attr_sect, buf, &n_min)) { in prompt_info() 1214 n_min = -1; in prompt_info() [all …]
|
/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
D | civil_time_detail.h | 190 CONSTEXPR_F fields n_min(year_t y, diff_t m, diff_t d, diff_t hh, diff_t ch, in n_min() function 219 return n_min(y, m, d, hh, mm / 60, mm % 60, nss); in n_sec() 227 return n_min(y, m, d, hh, mm / 60 + cm / 60, mm % 60 + cm % 60, in n_sec() 240 return impl::n_min(f.y, f.m, f.d, f.hh + n / 60, 0, f.mm + n % 60, f.ss); in step()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
D | civil_time_detail.h | 190 CONSTEXPR_F fields n_min(year_t y, diff_t m, diff_t d, diff_t hh, diff_t ch, in n_min() function 219 return n_min(y, m, d, hh, mm / 60, mm % 60, nss); in n_sec() 227 return n_min(y, m, d, hh, mm / 60 + cm / 60, mm % 60 + cm % 60, in n_sec() 240 return impl::n_min(f.y, f.m, f.d, f.hh + n / 60, 0, f.mm + n % 60, f.ss); in step()
|
/third_party/ffmpeg/libavutil/ |
D | parseutils.c | 451 int n_min, int n_max, int len_max) in date_get_num() argument 468 if (val < n_min || val > n_max) in date_get_num()
|
/third_party/libxml2/ |
D | testapi.c | 29510 int n_min; in test_xmlAutomataNewCounter() local 29515 for (n_min = 0;n_min < gen_nb_int;n_min++) { in test_xmlAutomataNewCounter() 29519 min = gen_int(n_min, 1); in test_xmlAutomataNewCounter() 29526 des_int(n_min, min, 1); in test_xmlAutomataNewCounter() 29534 printf(" %d", n_min); in test_xmlAutomataNewCounter()
|
/third_party/skia/third_party/externals/abseil-cpp/ |
D | symbols_arm64_dbg.def | 3388 ?n_min@impl@detail@cctz@time_internal@absl@@YA?AUfields@2345@_J00000C@Z
|
D | symbols_x86_dbg.def | 3382 ?n_min@impl@detail@cctz@time_internal@absl@@YA?AUfields@2345@_J00000C@Z
|
D | symbols_x64_dbg.def | 3388 ?n_min@impl@detail@cctz@time_internal@absl@@YA?AUfields@2345@_J00000C@Z
|