Home
last modified time | relevance | path

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

1234

/optee_os/core/mm/
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/core/lib/libtomcrypt/src/ciphers/
A Dserpent.c60 #define _beforeS0(f) f(0,a,b,c,d,e) argument
61 #define _afterS0(f) f(1,b,e,c,a,d) argument
62 #define _afterS1(f) f(2,c,b,a,e,d) argument
63 #define _afterS2(f) f(3,a,e,b,d,c) argument
64 #define _afterS3(f) f(4,e,b,d,c,a) argument
65 #define _afterS4(f) f(5,b,a,e,c,d) argument
66 #define _afterS5(f) f(6,a,c,b,e,d) argument
67 #define _afterS6(f) f(7,a,c,d,b,e) argument
68 #define _afterS7(f) f(8,d,e,b,a,c) argument
71 #define _beforeI7(f) f(8,a,b,c,d,e) argument
[all …]
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
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
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
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
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
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
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
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
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
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
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
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
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
A DextF80_isSignalingNaN.c46 union { struct extFloat80M s; extFloat80_t f; } uA; in extF80_isSignalingNaN() member
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
A Dui32_to_extF80.c47 union { struct extFloat80M s; extFloat80_t f; } uZ; in ui32_to_extF80() member
A Dui64_to_extF80.c47 union { struct extFloat80M s; extFloat80_t f; } uZ; in ui64_to_extF80() member
A Di32_to_extF80.c50 union { struct extFloat80M s; extFloat80_t f; } uZ; in i32_to_extF80() member
A Di64_to_extF80.c50 union { struct extFloat80M s; extFloat80_t f; } uZ; in i64_to_extF80() member
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dasn1write.h33 #define MBEDTLS_ASN1_CHK_ADD(g, f) \ argument
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dasn1write.h33 #define MBEDTLS_ASN1_CHK_ADD(g, f) \ argument
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dasn1write.h33 #define MBEDTLS_ASN1_CHK_ADD(g, f) \ argument
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dasn1write.h33 #define MBEDTLS_ASN1_CHK_ADD(g, f) \ argument
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dasn1write.h33 #define MBEDTLS_ASN1_CHK_ADD(g, f) \ argument

Completed in 26 milliseconds

1234