Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/isoc/newlib/
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-3.20.0/lib/libutils/isoc/include/
A Dlimits.h49 #define ULONG_MAX (LONG_MAX * 2UL + 1UL) macro
A Dstdint.h156 #define UINTPTR_MAX ULONG_MAX
164 #define SIZE_MAX ULONG_MAX
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/general/
A Dder_encode_asn1_identifier.c45 if (id->tag > (ULONG_MAX >> (8 + 7))) { in der_encode_asn1_identifier()
A Dder_encode_asn1_length.c60 #if ULONG_MAX != ULLONG_MAX in der_encode_asn1_length()
/optee_os-3.20.0/core/lib/zlib/
A Dzutil.h48 # if (ULONG_MAX == 0xffffffffffffffff)
A Dzconf.h426 # elif (ULONG_MAX == 0xffffffffUL)
/optee_os-3.20.0/core/drivers/clk/sam/
A Dat91_pll.c122 unsigned long bestremainder = ULONG_MAX; in clk_pll_get_best_div_mul()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ec25519/
A Dtweetnacl.c229 if (n > ULONG_MAX) return CRYPT_OVERFLOW; in tweetnacl_crypto_hash_ctx()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dboot.c56 #define PADDR_INVALID ULONG_MAX

Completed in 183 milliseconds