Searched refs:LONG_MIN (Results 1 – 11 of 11) sorted by relevance
| /tools/include/nolibc/ |
| A D | stdint.h | 110 #ifndef LONG_MIN 111 #define LONG_MIN (-__LONG_MAX__ - 1) macro
|
| A D | stdlib.h | 513 return __strtox(nptr, endptr, base, LONG_MIN, LONG_MAX); in strtol()
|
| /tools/testing/selftests/timers/ |
| A D | valid-adjtimex.c | 104 #define LONG_MIN (-LONG_MAX - 1) macro 108 LONG_MIN,
|
| /tools/testing/selftests/pidfd/ |
| A D | pidfd_open_test.c | 32 if (errno == ERANGE && (sli == LONG_MAX || sli == LONG_MIN)) in safe_int()
|
| /tools/testing/selftests/alsa/ |
| A D | mixer-test.c | 941 if (snd_ctl_elem_info_get_min(ctl->info) != LONG_MIN) { in test_ctl_write_invalid_integer() 952 snd_ctl_elem_value_set_integer(val, i, LONG_MIN); in test_ctl_write_invalid_integer()
|
| /tools/testing/selftests/net/af_unix/ |
| A D | scm_pidfd.c | 44 if (errno == ERANGE && (sli == LONG_MAX || sli == LONG_MIN)) in safe_int()
|
| /tools/testing/selftests/powerpc/ |
| A D | utils.c | 291 int err = parse_bounded_int(buffer, count, &parsed, base, LONG_MIN, LONG_MAX); in parse_long()
|
| /tools/power/x86/x86_energy_perf_policy/ |
| A D | x86_energy_perf_policy.c | 337 if (i == LONG_MIN || i == LONG_MAX) in parse_optarg_string()
|
| /tools/testing/selftests/nolibc/ |
| A D | nolibc-test.c | 1529 …CASE_TEST(strtol_underflow); EXPECT_STRTOX(1, strtol, "-0x8000000000000001", 16, LONG_MIN, … in run_stdlib()
|
| /tools/perf/util/scripting-engines/ |
| A D | trace-event-python.c | 344 if ((long long)val >= LONG_MIN && in get_field_numeric_entry()
|
| /tools/testing/selftests/net/ |
| A D | ipsec.c | 2281 if ((errno == ERANGE && (nr_process == LONG_MAX || nr_process == LONG_MIN)) in main()
|
Completed in 42 milliseconds