Home
last modified time | relevance | path

Searched refs:n_min (Results 1 – 4 of 4) sorted by relevance

/external/openssl/apps/
Dreq.c140 char *value, int nid, int n_min,
143 int nid,int n_min,int n_max, unsigned long chtype, int mval);
145 static int req_check_len(int len,int n_min,int n_max);
1210 long n_min,n_max; in prompt_info() local
1283 if (!NCONF_get_number(req_conf,dn_sect,buf, &n_min)) in prompt_info()
1286 n_min = -1; in prompt_info()
1297 n_min,n_max, chtype, mval)) in prompt_info()
1351 if (!NCONF_get_number(req_conf,attr_sect,buf, &n_min)) in prompt_info()
1354 n_min = -1; in prompt_info()
1365 v->value,def,value,nid,n_min,n_max, chtype)) in prompt_info()
[all …]
/external/chromium_org/third_party/openssl/openssl/apps/
Dreq.c140 char *value, int nid, int n_min,
143 int nid,int n_min,int n_max, unsigned long chtype, int mval);
145 static int req_check_len(int len,int n_min,int n_max);
1210 long n_min,n_max; in prompt_info() local
1283 if (!NCONF_get_number(req_conf,dn_sect,buf, &n_min)) in prompt_info()
1286 n_min = -1; in prompt_info()
1297 n_min,n_max, chtype, mval)) in prompt_info()
1351 if (!NCONF_get_number(req_conf,attr_sect,buf, &n_min)) in prompt_info()
1354 n_min = -1; in prompt_info()
1365 v->value,def,value,nid,n_min,n_max, chtype)) in prompt_info()
[all …]
/external/valgrind/main/coregrind/
Dm_errormgr.c920 Int i, n_min; in VG_() local
949 n_min = (1 << 30) - 1; in VG_()
953 if (p->count < n_min) { in VG_()
954 n_min = p->count; in VG_()
/external/chromium_org/third_party/libxml/src/
Dtestapi.c29119 int n_min; in test_xmlAutomataNewCounter() local
29124 for (n_min = 0;n_min < gen_nb_int;n_min++) { in test_xmlAutomataNewCounter()
29128 min = gen_int(n_min, 1); in test_xmlAutomataNewCounter()
29135 des_int(n_min, min, 1); in test_xmlAutomataNewCounter()
29143 printf(" %d", n_min); in test_xmlAutomataNewCounter()