Searched refs:roundtrip (Results 1 - 8 of 8) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_client.c690 int len, roundtrip; local
779 roundtrip = (now.sec - req->last_attempt.sec) * 100 +
785 roundtrip / 100, roundtrip % 100);
786 rconf->round_trip_time = roundtrip;
/external/wpa_supplicant_8/src/radius/
H A Dradius_client.c690 int len, roundtrip; local
779 roundtrip = (now.sec - req->last_attempt.sec) * 100 +
785 roundtrip / 100, roundtrip % 100);
786 rconf->round_trip_time = roundtrip;
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_client.c690 int len, roundtrip; local
779 roundtrip = (now.sec - req->last_attempt.sec) * 100 +
785 roundtrip / 100, roundtrip % 100);
786 rconf->round_trip_time = roundtrip;
/external/wpa_supplicant_6/wpa_supplicant/src/radius/
H A Dradius_client.c507 int len, roundtrip; local
593 roundtrip = (now.sec - req->last_attempt.sec) * 100 +
599 roundtrip / 100, roundtrip % 100);
600 rconf->round_trip_time = roundtrip;
/external/icu4c/test/cintltst/
H A Dcmsccoll.c4378 UChar32 roundtrip = 0; local
4396 roundtrip = uprv_uca_getRawFromImplicit(current);
4397 if (roundtrip != i) {
4398 log_err("No roundtrip %08X\n", i);
4402 roundtrip = uprv_uca_getRawFromImplicit(j);
4404 if (roundtrip != -1) {
4427 log_err("No raw <-> code point roundtrip for 0x%08X\n", i);
H A Dcbiditst.c2193 log_verbose(" * did not roundtrip\n");
2194 log_err("inverse BiDi: transformation visual->logical->visual did not roundtrip the text;\n"
3271 static const char roundtrip[TC_COUNT][MODES_COUNT][OPTIONS_COUNT] local
3407 if (roundtrip[tc][mode][option][level]) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/v8/test/cctest/
H A Dtest-api.cc5828 Handle<String> roundtrip = v8_str(buffer); local
5829 CHECK(roundtrip->Equals(string));

Completed in 233 milliseconds