Searched refs:UINT_MAX (Results 1 – 14 of 14) sorted by relevance
/optee_os-3.20.0/lib/libutils/isoc/include/ |
A D | limits.h | 47 #define UINT_MAX (INT_MAX * 2U + 1U) macro
|
/optee_os-3.20.0/core/include/kernel/ |
A D | spinlock.h | 64 if (reminder < UINT_MAX) in cpu_spin_lock_dldetect()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | pk_wrap.c | 85 #if SIZE_MAX > UINT_MAX in rsa_verify_wrap() 86 if( md_alg == MBEDTLS_MD_NONE && UINT_MAX < hash_len ) in rsa_verify_wrap() 116 #if SIZE_MAX > UINT_MAX in rsa_sign_wrap() 117 if( md_alg == MBEDTLS_MD_NONE && UINT_MAX < hash_len ) in rsa_sign_wrap() 764 #if SIZE_MAX > UINT_MAX in rsa_alt_sign_wrap() 765 if( UINT_MAX < hash_len ) in rsa_alt_sign_wrap()
|
A D | pk.c | 359 #if SIZE_MAX > UINT_MAX in mbedtls_pk_verify_ext() 360 if( md_alg == MBEDTLS_MD_NONE && UINT_MAX < hash_len ) in mbedtls_pk_verify_ext()
|
A D | pkcs5.c | 237 #if UINT_MAX > 0xFFFFFFFF in mbedtls_pkcs5_pbkdf2_hmac()
|
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/ |
A D | stm32_util.h | 133 #define SHREFCNT_MAX (UINT_MAX / 2)
|
/optee_os-3.20.0/core/arch/arm/plat-imx/pm/ |
A D | psci.c | 142 while (io_read32(va + SRC_GPR1_MX7 + cpu * 8 + 4) != UINT_MAX) in psci_affinity_info()
|
/optee_os-3.20.0/core/lib/zlib/ |
A D | zutil.h | 52 # elif (UINT_MAX == 0xffffffffffffffff)
|
A D | zconf.h | 424 # if (UINT_MAX == 0xffffffffUL)
|
/optee_os-3.20.0/core/mm/ |
A D | core_mmu.c | 1750 if (!core_mmu_find_table(NULL, vaddr, UINT_MAX, in core_mmu_map_pages() 1823 if (!core_mmu_find_table(NULL, vaddr, UINT_MAX, in core_mmu_map_contiguous_pages() 1876 if (!core_mmu_find_table(NULL, vstart, UINT_MAX, &tbl_info)) in core_mmu_unmap_pages() 1940 if (!core_mmu_find_table(NULL, res_map->va, UINT_MAX, &tbl_info)) in core_mmu_remove_mapping() 2025 if (!core_mmu_find_table(NULL, map->va, UINT_MAX, &tbl_info)) in core_mmu_add_mapping()
|
/optee_os-3.20.0/core/drivers/crypto/caam/ |
A D | caam_jr.c | 425 if (timeout_ms == UINT_MAX) in caam_jr_dequeue()
|
/optee_os-3.20.0/core/arch/arm/mm/ |
A D | tee_pager.c | 38 #define INVALID_PGIDX UINT_MAX 184 if (reminder < UINT_MAX) in pager_lock_dldetect() 547 n * CORE_MMU_PGDIR_SIZE, UINT_MAX, in tee_pager_early_init()
|
/optee_os-3.20.0/core/tee/ |
A D | fs_htree.c | 211 assert(node_id && node_id < UINT_MAX); in node_id_to_level()
|
/optee_os-3.20.0/core/kernel/ |
A D | tee_ta_manager.c | 530 (vaddr_t)csess, csess ? csess->id : UINT_MAX); in tee_ta_close_session()
|
Completed in 28 milliseconds