Home
last modified time | relevance | path

Searched defs:f (Results 26 – 50 of 79) sorted by relevance

1234

/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
H A DextF80_to_ui32_r_minMag.c46 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_to_ui32_r_minMag() member
H A DextF80_to_ui32.c47 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_to_ui32() member
H A DextF80_to_i32_r_minMag.c46 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_to_i32_r_minMag() member
H A DextF80_to_i64_r_minMag.c46 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_to_i64_r_minMag() member
H A DextF80_to_i32.c47 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_to_i32() member
H A DextF80_to_f64.c47 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_to_f64() member
H A DextF80_to_ui64.c47 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_to_ui64() member
H A DextF80_to_f128.c47 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_to_f128() member
H A DextF80_to_f32.c47 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_to_f32() member
H A DextF80_to_i64.c47 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_to_i64() member
H A Df64_to_extF80.c57 union { struct extFloat80M s; extFloat80_t f; } uZ; in f64_to_extF80() member
H A Df32_to_extF80.c57 union { struct extFloat80M s; extFloat80_t f; } uZ; in f32_to_extF80() member
H A Ds_roundPackToExtF80.c58 union { struct extFloat80M s; extFloat80_t f; } uZ; in softfloat_roundPackToExtF80() member
H A Df128_to_extF80.c58 union { struct extFloat80M s; extFloat80_t f; } uZ; in f128_to_extF80() member
H A Ds_subMagsExtF80.c64 union { struct extFloat80M s; extFloat80_t f; } uZ; in softfloat_subMagsExtF80() member
H A Ds_addMagsExtF80.c65 union { struct extFloat80M s; extFloat80_t f; } uZ; in softfloat_addMagsExtF80() member
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_core.h166 #define PSA_THREADING_CHK_RET(f) \ argument
186 #define PSA_THREADING_CHK_GOTO_EXIT(f) \ argument
H A Dentropy.c409 FILE *f = NULL; in mbedtls_entropy_write_seed_file() local
445 FILE *f; in mbedtls_entropy_update_seed_file() local
H A Dhmac_drbg.c429 FILE *f; in mbedtls_hmac_drbg_write_seed_file() local
460 FILE *f = NULL; in mbedtls_hmac_drbg_update_seed_file() local
/optee_os/core/lib/qcbor/src/
H A Dieee754.c153 CopyFloatToUint32(float f) in CopyFloatToUint32()
179 float f; in CopyUint32ToSingle() local
319 IEEE754_SingleToHalf(float f) in IEEE754_SingleToHalf()
/optee_os/core/lib/libtomcrypt/src/hashes/sha2/
H A Dsha256.c89 #define RND(a,b,c,d,e,f,g,h,i) \ in ss_sha256_compress() argument
101 #define RND(a,b,c,d,e,f,g,h,i,ki) \ in ss_sha256_compress() argument
/optee_os/lib/libutils/compiler-rt/lib/builtins/
H A Dint_types.h135 float f; member
140 double f; member
171 xf_float f; member
216 tf_float f; member
/optee_os/core/kernel/
H A Dldelf_syscalls.c25 struct file *f; member
48 struct fobj *f = NULL; in ldelf_syscall_map_zi() local
396 struct fobj *f = fobj_ta_mem_alloc(num_pages); in ldelf_syscall_map_bin() local
/optee_os/core/lib/libtomcrypt/src/ciphers/safer/
H A Dsafer.c251 { unsigned char a, b, c, d, e, f, g, h, t; in s_safer_ecb_encrypt() local
305 { unsigned char a, b, c, d, e, f, g, h, t; in s_safer_ecb_decrypt() local
/optee_os/core/mm/
H A Dfobj.c691 struct fobj *f = NULL; in fobj_locked_paged_alloc() local
756 struct fobj_sec_mem *f = calloc(1, sizeof(*f)); in fobj_sec_mem_alloc() local
797 struct fobj_sec_mem *f = to_sec_mem(fobj); in sec_mem_free() local
806 struct fobj_sec_mem *f = to_sec_mem(fobj); in sec_mem_get_pa() local

1234