Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dhttp_client.c26 size_t max_response; member
122 c->max_response, HTTP_CLIENT_TIMEOUT_SEC); in http_client_tx_ready()
131 struct wpabuf *req, size_t max_response, in http_client_addr() argument
144 c->max_response = max_response; in http_client_addr()
237 struct wpabuf *req, size_t max_response, in http_client_url() argument
274 c = http_client_addr(&dst, req, max_response, cb, cb_ctx); in http_client_url()
Dhttp_client.h24 struct wpabuf *req, size_t max_response,
30 struct wpabuf *req, size_t max_response,
/external/opencv3/modules/ml/src/
Drtrees.cpp153 double max_response = 0.; in train() local
163 max_response = std::max(max_response, val); in train()
214 val = (val - true_val)/max_response; in train()
262 val = (val - w->ord_responses[w->sidx[j]])/max_response; in train()