Searched refs:ULONG_MAX (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-2.7.6/lib/libc/minimal/source/stdlib/ |
D | strtoul.c | 78 cutoff = (unsigned long)ULONG_MAX / (unsigned long)base; in strtoul() 79 cutlim = (unsigned long)ULONG_MAX % (unsigned long)base; in strtoul() 100 acc = ULONG_MAX; in strtoul()
|
/Zephyr-Core-2.7.6/lib/libc/minimal/include/ |
D | limits.h | 70 #define ULONG_MAX 0xFFFFFFFFUL macro 72 #define ULONG_MAX 0xFFFFFFFFFFFFFFFFUL
|
/Zephyr-Core-2.7.6/kernel/paging/ |
D | statistics.c | 55 ULONG_MAX 74 ULONG_MAX
|
/Zephyr-Core-2.7.6/subsys/testsuite/include/ |
D | timestamp.h | 41 uint32_t res = (t >= ts) ? (t - ts) : (ULONG_MAX - ts + t); in TIME_STAMP_DELTA_GET()
|
/Zephyr-Core-2.7.6/tests/lib/c_lib/src/ |
D | main.c | 795 zassert_equal(ret, ULONG_MAX, "strtol base = 10 failed"); in test_strtoul() 797 zassert_equal(ret, ULONG_MAX, "strtol base = 10 failed"); in test_strtoul() 799 zassert_equal(ret, ULONG_MAX, "strtol base = 10 failed"); in test_strtoul() 807 zassert_equal(ret, ULONG_MAX, "strtol base = 10 failed"); in test_strtoul() 809 zassert_equal(ret, ULONG_MAX, "strtol base = 10 failed"); in test_strtoul() 811 zassert_equal(ret, ULONG_MAX, "strtol base = 10 failed"); in test_strtoul()
|
/Zephyr-Core-2.7.6/tests/posix/common/src/ |
D | sleep.c | 78 zassert_equal(-1, usleep((useconds_t)ULONG_MAX), NULL); in test_usleep()
|
/Zephyr-Core-2.7.6/samples/net/zperf/src/ |
D | zperf_internal.h | 70 return (t >= ts) ? (t - ts) : (ULONG_MAX - ts + t); in time_delta()
|
/Zephyr-Core-2.7.6/tests/kernel/mem_protect/demand_paging/src/ |
D | main.c | 35 ULONG_MAX 50 ULONG_MAX
|
/Zephyr-Core-2.7.6/drivers/lora/ |
D | shell.c | 83 if (val == ULONG_MAX) { in parse_freq()
|