Searched refs:val64 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnumtst.c1203 int64_t val64; local
1230 val64 = unum_parseInt64(fmt, result, u_strlen(result), &parsepos, &status);
1233 } else if (val64 != U_INT64_MAX) {
1234 log_err("parseInt64 returned incorrect value, got: %ld\n", val64);
1262 val64 = unum_parseInt64(fmt, result, u_strlen(result), &parsepos, &status);
1265 } else if (val64 != U_INT64_MIN) {
1266 log_err("parseInt64 returned incorrect value, got: %ld\n", val64);
1294 val64 = unum_parseInt64(fmt, result, u_strlen(result), &parsepos, &status);
1297 } else if (val64 != U_INT64_MAX) {
1298 log_err("parseInt64 returned incorrect value, got: %ld\n", val64);
[all...]
/external/openssh/
H A Dreadconf.c362 long long orig, val64; local
547 orig = val64 = strtoll(arg, &endofnumber, 10);
567 val64 *= scale;
569 if ((val64 / scale) != orig || val64 > UINT_MAX)
572 if (val64 < 16)
576 options->rekey_limit = (u_int32_t)val64;
/external/icu4c/test/cintltst/
H A Dcnumtst.c1364 int64_t val64; local
1391 val64 = unum_parseInt64(fmt, result, u_strlen(result), &parsepos, &status);
1394 } else if (val64 != U_INT64_MAX) {
1395 log_err("parseInt64 returned incorrect value, got: %ld\n", val64);
1423 val64 = unum_parseInt64(fmt, result, u_strlen(result), &parsepos, &status);
1426 } else if (val64 != U_INT64_MIN) {
1427 log_err("parseInt64 returned incorrect value, got: %ld\n", val64);
1455 val64 = unum_parseInt64(fmt, result, u_strlen(result), &parsepos, &status);
1458 } else if (val64 != U_INT64_MAX) {
1459 log_err("parseInt64 returned incorrect value, got: %ld\n", val64);
[all...]
/external/qemu/target-arm/
H A Dhelper.c3069 uint64_t val64; local
3107 val64 = float64_val(f64);
3109 val = ((val64 >> 63) & 0x80000000)
3111 | ((val64 >> 29) & 0x7fffff);

Completed in 40 milliseconds