Home
last modified time | relevance | path

Searched refs:LLONG_MAX (Results 1 – 4 of 4) sorted by relevance

/tools/include/nolibc/
A Dstdint.h124 #ifndef LLONG_MAX
125 #define LLONG_MAX __LONG_LONG_MAX__ macro
A Dstdlib.h525 return __strtox(nptr, endptr, base, LLONG_MIN, LLONG_MAX); in strtoll()
/tools/testing/selftests/bpf/progs/
A Dexceptions_assert.c30 check_assert(s64, ==, eq_llong_max, LLONG_MAX);
/tools/testing/selftests/alsa/
A Dmixer-test.c1004 if (snd_ctl_elem_info_get_max64(ctl->info) != LLONG_MAX) { in test_ctl_write_invalid_integer64()
1015 snd_ctl_elem_value_set_integer64(val, i, LLONG_MAX); in test_ctl_write_invalid_integer64()

Completed in 7 milliseconds