Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 79) sorted by relevance

1234

/optee_os/core/mm/
H A Dfile.c46 static int file_tag_cmp(const struct file *f, const uint8_t *tag, in file_tag_cmp()
57 struct file *f = NULL; in file_find_tag_unlocked() local
66 static void file_free(struct file *f) in file_free()
81 TEE_Result file_add_slice(struct file *f, struct fobj *fobj, in file_add_slice()
109 struct file *file_get(struct file *f) in file_get()
119 struct file *f = NULL; in file_get_by_tag() local
167 void file_put(struct file *f) in file_put()
179 struct file_slice *file_find_slice(struct file *f, unsigned int page_offset) in file_find_slice()
196 void file_lock(struct file *f) in file_lock()
201 bool file_trylock(struct file *f) in file_trylock()
[all …]
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dasn1write.h17 #define MBEDTLS_ASN1_CHK_ADD(g, f) \ argument
26 #define MBEDTLS_ASN1_CHK_CLEANUP_ADD(g, f) \ argument
/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Dserpent.c53 #define s_beforeS0(f) f(0,a,b,c,d,e) argument
54 #define s_afterS0(f) f(1,b,e,c,a,d) argument
55 #define s_afterS1(f) f(2,c,b,a,e,d) argument
56 #define s_afterS2(f) f(3,a,e,b,d,c) argument
57 #define s_afterS3(f) f(4,e,b,d,c,a) argument
58 #define s_afterS4(f) f(5,b,a,e,c,d) argument
59 #define s_afterS5(f) f(6,a,c,b,e,d) argument
60 #define s_afterS6(f) f(7,a,c,d,b,e) argument
61 #define s_afterS7(f) f(8,d,e,b,a,c) argument
64 #define s_beforeI7(f) f(8,a,b,c,d,e) argument
[all …]
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
H A DextF80_eq.c47 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_eq() member
50 union { struct extFloat80M s; extFloat80_t f; } uB; in extF80_eq() member
H A DextF80_eq_signaling.c46 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_eq_signaling() member
49 union { struct extFloat80M s; extFloat80_t f; } uB; in extF80_eq_signaling() member
H A DextF80_mul.c47 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_mul() member
53 union { struct extFloat80M s; extFloat80_t f; } uB; in extF80_mul() member
66 union { struct extFloat80M s; extFloat80_t f; } uZ; in extF80_mul() member
H A DextF80_lt_quiet.c47 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_lt_quiet() member
50 union { struct extFloat80M s; extFloat80_t f; } uB; in extF80_lt_quiet() member
H A DextF80_lt.c47 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_lt() member
50 union { struct extFloat80M s; extFloat80_t f; } uB; in extF80_lt() member
H A DextF80_le.c47 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_le() member
50 union { struct extFloat80M s; extFloat80_t f; } uB; in extF80_le() member
H A DextF80_le_quiet.c47 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_le_quiet() member
50 union { struct extFloat80M s; extFloat80_t f; } uB; in extF80_le_quiet() member
H A DextF80_add.c46 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_add() member
50 union { struct extFloat80M s; extFloat80_t f; } uB; in extF80_add() member
H A DextF80_sub.c46 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_sub() member
50 union { struct extFloat80M s; extFloat80_t f; } uB; in extF80_sub() member
H A DextF80_div.c47 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_div() member
53 union { struct extFloat80M s; extFloat80_t f; } uB; in extF80_div() member
73 union { struct extFloat80M s; extFloat80_t f; } uZ; in extF80_div() member
H A DextF80_rem.c47 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_rem() member
53 union { struct extFloat80M s; extFloat80_t f; } uB; in extF80_rem() member
69 union { struct extFloat80M s; extFloat80_t f; } uZ; in extF80_rem() member
H A DextF80_roundToInt.c48 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_roundToInt() member
57 union { struct extFloat80M s; extFloat80_t f; } uZ; in extF80_roundToInt() member
H A DextF80_sqrt.c47 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_sqrt() member
63 union { struct extFloat80M s; extFloat80_t f; } uZ; in extF80_sqrt() member
H A DextF80_isSignalingNaN.c46 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_isSignalingNaN() member
H A Dui64_to_extF80.c47 union { struct extFloat80M s; extFloat80_t f; } uZ; in ui64_to_extF80() member
H A Dui32_to_extF80.c47 union { struct extFloat80M s; extFloat80_t f; } uZ; in ui32_to_extF80() member
H A Di32_to_extF80.c50 union { struct extFloat80M s; extFloat80_t f; } uZ; in i32_to_extF80() member
H A Di64_to_extF80.c50 union { struct extFloat80M s; extFloat80_t f; } uZ; in i64_to_extF80() member
H A DextF80_to_ui64_r_minMag.c46 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_to_ui64_r_minMag() member
/optee_os/lib/libutils/ext/include/
H A Dfault_mitigation.h155 #define __FTMN_FUNC_BYTE(f, o, l) ((o) < (l) ? (uint8_t)(f)[(o)] : 0) argument
158 #define __FTMN_GET_FUNC_U32(f, o, l) \ argument
164 #define __FTMN_FUNC_HASH64(f, o, l) \ argument
168 #define __FTMN_FUNC_HASH32(f, o, l) \ argument
172 #define __FTMN_GET_FUNC_U64(f, o, l) \ argument
182 #define __FTMN_FUNC_HASH32(f, o, l) \ argument
187 #define __FTMN_FUNC_HASH16(f, o, l) \ argument
191 #define __FTMN_FUNC_HASH8(f, o, l) \ argument
195 #define __FTMN_FUNC_HASH4(f, o, l) \ argument
199 #define __FTMN_FUNC_HASH2(f, l) \ argument
[all …]
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/
H A Dinternals.h46 union ui32_f32 { uint32_t ui; float32_t f; }; member
47 union ui64_f64 { uint64_t ui; float64_t f; }; member
50 union extF80M_extF80 { struct extFloat80M fM; extFloat80_t f; }; member
51 union ui128_f128 { struct uint128 ui; float128_t f; }; member
/optee_os/scripts/
H A Dts_bin_to_c.py106 def dump_bin(f, ts, compress): argument

1234