Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_peer/
Deap_tnc.c207 size_t start_len, end_len; in eap_tnc_process() local
370 start_len = os_strlen(start_buf); in eap_tnc_process()
378 rlen = start_len + imc_len + end_len; in eap_tnc_process()
386 wpabuf_put_data(resp, start_buf, start_len); in eap_tnc_process()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_tnc.c133 size_t start_len, end_len; in eap_tnc_build() local
141 start_len = os_strlen(start_buf); in eap_tnc_build()
149 rlen = start_len + imv_len + end_len; in eap_tnc_build()
157 wpabuf_put_data(req, start_buf, start_len); in eap_tnc_build()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp257 …FX_FLOAT start_k = 0, start_c = 0, end_k = 0, end_c = 0, start_len = 0, start_dc = 0, end_len = 0,… in _UpdateLineJoinPoints() local
270 start_len = FXSYS_sqrt2(start_x - middle_x, start_y - middle_y); in _UpdateLineJoinPoints()
271 start_dc = (FX_FLOAT)FXSYS_fabs(FXSYS_MulDiv(half_width, start_len, start_x - middle_x)); in _UpdateLineJoinPoints()