Home
last modified time | relevance | path

Searched refs:LONG_MAX (Results 1 – 13 of 13) sorted by relevance

/optee_os/lib/libutils/isoc/include/
H A Dlimits.h21 #define LONG_MAX __LONG_MAX__ macro
22 #define LONG_MIN (-LONG_MAX - 1L)
49 #define ULONG_MAX (LONG_MAX * 2UL + 1UL)
H A Dstdint.h155 #define INTPTR_MAX LONG_MAX
/optee_os/lib/libutils/isoc/newlib/
H A Dstrlen.c75 #if LONG_MAX == 2147483647L
78 #if LONG_MAX == 9223372036854775807L
H A Dstrcpy.c78 #if LONG_MAX == 2147483647L
81 #if LONG_MAX == 9223372036854775807L
H A Dstrcmp.c81 #if LONG_MAX == 2147483647L
84 #if LONG_MAX == 9223372036854775807L
H A Dstrncmp.c80 #if LONG_MAX == 2147483647L
83 #if LONG_MAX == 9223372036854775807L
H A Dstrncpy.c84 #if LONG_MAX == 2147483647L
87 #if LONG_MAX == 9223372036854775807L
H A Dstrchr.c78 #if LONG_MAX == 2147483647L
81 #if LONG_MAX == 9223372036854775807L
H A Dmemchr.c84 #if LONG_MAX == 2147483647L
87 #if LONG_MAX == 9223372036854775807L
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_its_file.c148 #if LONG_MAX < 0xffffffff in psa_its_get()
149 while (data_offset > LONG_MAX) { in psa_its_get()
150 if (fseek(stream, LONG_MAX, SEEK_CUR) != 0) { in psa_its_get()
153 data_offset -= LONG_MAX; in psa_its_get()
/optee_os/core/arch/riscv/kernel/
H A Dthread_arch.c159 switch (cause & LONG_MAX) { in thread_native_interrupt_handler()
/optee_os/core/drivers/clk/
H A Dclk-stm32mp21.c2334 long best_diff = LONG_MAX; in clk_stm32_flexgen_get_round_rate()
H A Dclk-stm32mp25.c2362 long best_diff = LONG_MAX; in clk_stm32_flexgen_get_round_rate()