Home
last modified time | relevance | path

Searched refs:ULONG_MAX (Results 1 – 16 of 16) sorted by relevance

/optee_os/lib/libutils/isoc/newlib/
H A Dstrtoul.c188 cutoff = (unsigned long)ULONG_MAX / (unsigned long)base;
189 cutlim = (unsigned long)ULONG_MAX % (unsigned long)base;
208 acc = ULONG_MAX;
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dentropy_poll.c58 (len > ULONG_MAX) ? ULONG_MAX : (unsigned long) len; in mbedtls_platform_entropy_poll()
H A Dbignum_core.c29 #elif (MBEDTLS_MPI_UINT_MAX == ULONG_MAX) && __has_builtin(__builtin_clzl) in mbedtls_mpi_core_clz()
H A Dbignum.c494 #elif (MBEDTLS_MPI_UINT_MAX == ULONG_MAX) && __has_builtin(__builtin_ctzl) in mbedtls_mpi_lsb()
/optee_os/lib/libutils/isoc/include/
H A Dlimits.h49 #define ULONG_MAX (LONG_MAX * 2UL + 1UL) macro
H A Dstdint.h156 #define UINTPTR_MAX ULONG_MAX
164 #define SIZE_MAX ULONG_MAX
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/general/
H A Dder_encode_asn1_identifier.c45 if (id->tag > (ULONG_MAX >> (8 + 7))) { in der_encode_asn1_identifier()
H A Dder_encode_asn1_length.c60 #if ULONG_MAX != ULLONG_MAX in der_encode_asn1_length()
/optee_os/core/drivers/
H A Dstm32_iwdg.c207 if (iwdg->nb_int < ULONG_MAX) in stm32_iwdg_it_handler()
326 iwdg->saved_nb_int = ULONG_MAX; in iwdg_wdt_stop()
327 iwdg->nb_int = ULONG_MAX; in iwdg_wdt_stop()
/optee_os/core/arch/riscv/kernel/
H A Dboot.c33 #define PADDR_INVALID ULONG_MAX
/optee_os/lib/libutils/compiler-rt/lib/builtins/
H A Dint_types.h30 #elif ULONG_MAX == 0xFFFFFFFF
/optee_os/core/lib/zlib/
H A Dzutil.h48 # if (ULONG_MAX == 0xffffffffffffffff)
H A Dzconf.h426 # elif (ULONG_MAX == 0xffffffffUL)
/optee_os/core/drivers/clk/sam/
H A Dat91_pll.c122 unsigned long bestremainder = ULONG_MAX; in clk_pll_get_best_div_mul()
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
H A Dtweetnacl.c229 if (n > ULONG_MAX) return CRYPT_OVERFLOW; in tweetnacl_crypto_hash_ctx()
/optee_os/core/arch/arm/kernel/
H A Dboot.c65 #define PADDR_INVALID ULONG_MAX