Searched refs:start_len (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_fcntl.py | 21 start_len = "qq" 26 start_len = "ll" 28 start_len = "qq" 45 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0)
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_tnc.c | 212 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/webrtc/webrtc/libjingle/xmpp/ |
D | jid.cc | 308 int start_len = static_cast<int>(buf->length()); in PrepDomainLabel() local 324 int count = static_cast<int>(buf->length() - start_len); in PrepDomainLabel() 333 if ((*buf)[start_len] == '-') { in PrepDomainLabel()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_tnc.c | 133 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/fxge/ge/ |
D | cfx_pathdata.cpp | 68 FX_FLOAT start_len = 0; in UpdateLineJoinPoints() local 88 start_len = FXSYS_sqrt2(start_to_mid.x, start_to_mid.y); in UpdateLineJoinPoints() 90 FXSYS_fabs(half_width * start_len / start_to_mid.x)); in UpdateLineJoinPoints()
|
/external/dhcpcd-6.8.2/ |
D | dhcp-common.c | 273 size_t start_len, l, count; in decode_rfc3397() local 280 start_len = len; in decode_rfc3397() 344 else if (start_len > 0) in decode_rfc3397()
|