Home
last modified time | relevance | path

Searched defs:v (Results 1 – 25 of 57) sorted by relevance

123

/optee_os/out/arm/core/include/generated/
A Darm32_sysreg.h15 uint32_t v; in read_aidr() local
25 uint32_t v; in read_ccsidr() local
35 uint32_t v; in read_clidr() local
45 uint32_t v; in read_csselr() local
61 uint32_t v; in read_ctr() local
71 uint32_t v; in read_id_afr0() local
81 uint32_t v; in read_id_dfr0() local
91 uint32_t v; in read_id_isar0() local
101 uint32_t v; in read_id_isar1() local
111 uint32_t v; in read_id_isar2() local
[all …]
A Darm32_gicv3_sysreg.h13 uint32_t v; in read_icc_ap0r0() local
27 uint32_t v; in read_icc_ap0r1() local
41 uint32_t v; in read_icc_ap0r2() local
55 uint32_t v; in read_icc_ap0r3() local
69 uint32_t v; in read_icc_ap1r0() local
83 uint32_t v; in read_icc_ap1r1() local
97 uint32_t v; in read_icc_ap1r2() local
111 uint32_t v; in read_icc_ap1r3() local
130 uint32_t v; in read_icc_bpr0() local
144 uint32_t v; in read_icc_bpr1() local
[all …]
/optee_os/lib/libutils/isoc/include/
A Dstdint.h172 #define U(v) v argument
173 #define UL(v) v argument
174 #define ULL(v) v argument
175 #define L(v) v argument
176 #define LL(v) v argument
178 #define U(v) v ## U argument
181 #define L(v) v ## L argument
187 #define INT8_C(v) v argument
188 #define UINT8_C(v) v argument
189 #define INT16_C(v) v argument
[all …]
/optee_os/out/arm/export-ta_arm32/include/
A Dstdint.h172 #define U(v) v argument
173 #define UL(v) v argument
174 #define ULL(v) v argument
175 #define L(v) v argument
176 #define LL(v) v argument
178 #define U(v) v ## U argument
181 #define L(v) v ## L argument
187 #define INT8_C(v) v argument
188 #define UINT8_C(v) v argument
189 #define INT16_C(v) v argument
[all …]
A Dutil.h49 #define ROUNDUP(v, size) (((v) + ((__typeof__(v))(size) - 1)) & \ argument
52 #define ROUNDUP_OVERFLOW(v, size, res) (__extension__({ \ argument
76 #define ROUNDDOWN(v, size) ((v) & ~((__typeof__(v))(size) - 1)) argument
122 #define SHIFT_U32(v, shift) ((v) << (shift)) argument
123 #define SHIFT_U64(v, shift) ((v) << (shift)) argument
127 #define SHIFT_U32(v, shift) ((uint32_t)(v) << (shift)) argument
128 #define SHIFT_U64(v, shift) ((uint64_t)(v) << (shift)) argument
/optee_os/out/arm/export-ta_arm64/include/
A Dstdint.h172 #define U(v) v argument
173 #define UL(v) v argument
174 #define ULL(v) v argument
175 #define L(v) v argument
176 #define LL(v) v argument
178 #define U(v) v ## U argument
181 #define L(v) v ## L argument
187 #define INT8_C(v) v argument
188 #define UINT8_C(v) v argument
189 #define INT16_C(v) v argument
[all …]
A Dutil.h49 #define ROUNDUP(v, size) (((v) + ((__typeof__(v))(size) - 1)) & \ argument
52 #define ROUNDUP_OVERFLOW(v, size, res) (__extension__({ \ argument
76 #define ROUNDDOWN(v, size) ((v) & ~((__typeof__(v))(size) - 1)) argument
122 #define SHIFT_U32(v, shift) ((v) << (shift)) argument
123 #define SHIFT_U64(v, shift) ((v) << (shift)) argument
127 #define SHIFT_U32(v, shift) ((uint32_t)(v) << (shift)) argument
128 #define SHIFT_U64(v, shift) ((uint64_t)(v) << (shift)) argument
/optee_os/out/arm/include/generated/
A Darm32_user_sysreg.h15 uint32_t v; in read_cntfrq() local
23 static inline __noprof void write_cntfrq(uint32_t v) in write_cntfrq()
31 uint64_t v; in read_cntpct() local
39 static inline __noprof void write_cntpct(uint64_t v) in write_cntpct()
/optee_os/out/arm/export-ta_arm32/host_include/
A Darm32_user_sysreg.h15 uint32_t v; in read_cntfrq() local
23 static inline __noprof void write_cntfrq(uint32_t v) in write_cntfrq()
31 uint64_t v; in read_cntpct() local
39 static inline __noprof void write_cntpct(uint64_t v) in write_cntpct()
A Dutil.h49 #define ROUNDUP(v, size) (((v) + ((__typeof__(v))(size) - 1)) & \ argument
52 #define ROUNDUP_OVERFLOW(v, size, res) (__extension__({ \ argument
76 #define ROUNDDOWN(v, size) ((v) & ~((__typeof__(v))(size) - 1)) argument
122 #define SHIFT_U32(v, shift) ((v) << (shift)) argument
123 #define SHIFT_U64(v, shift) ((v) << (shift)) argument
127 #define SHIFT_U32(v, shift) ((uint32_t)(v) << (shift)) argument
128 #define SHIFT_U64(v, shift) ((uint64_t)(v) << (shift)) argument
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/
A Dsoftfloat_types.h51 typedef struct { uint32_t v; } float32_t; member
52 typedef struct { uint64_t v; } float64_t; member
53 typedef struct { uint64_t v[2]; } float128_t; member
A DprimitiveTypes.h47 struct uint64_extra { uint64_t extra, v; }; member
48 struct uint128_extra { uint64_t extra; struct uint128 v; }; member
51 struct uint64_extra { uint64_t v, extra; }; member
52 struct uint128_extra { struct uint128 v; uint64_t extra; }; member
/optee_os/core/drivers/crypto/caam/include/
A Dcaam_io.h22 #define caam_write_val32(a, v) put_be32(a, v) argument
30 #define caam_write_val32(a, v) put_le32(a, v) argument
33 #define caam_write_val64(a, v) put_le64(a, v) argument
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/bit/
A Dder_decode_raw_bit_string.c20 #define SETBIT(v, n) (v=((unsigned char)(v) | (1U << (unsigned char)(n)))) argument
21 #define CLRBIT(v, n) (v=((unsigned char)(v) & ~(1U << (unsigned char)(n)))) argument
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
A Dcrypt_argchk.c18 void crypt_argchk(const char *v, const char *s, int d) in crypt_argchk()
/optee_os/out/arm/export-ta_arm64/host_include/
A Dutil.h49 #define ROUNDUP(v, size) (((v) + ((__typeof__(v))(size) - 1)) & \ argument
52 #define ROUNDUP_OVERFLOW(v, size, res) (__extension__({ \ argument
76 #define ROUNDDOWN(v, size) ((v) & ~((__typeof__(v))(size) - 1)) argument
122 #define SHIFT_U32(v, shift) ((v) << (shift)) argument
123 #define SHIFT_U64(v, shift) ((v) << (shift)) argument
127 #define SHIFT_U32(v, shift) ((uint32_t)(v) << (shift)) argument
128 #define SHIFT_U64(v, shift) ((uint64_t)(v) << (shift)) argument
/optee_os/lib/libutils/ext/include/
A Dutil.h49 #define ROUNDUP(v, size) (((v) + ((__typeof__(v))(size) - 1)) & \ argument
52 #define ROUNDUP_OVERFLOW(v, size, res) (__extension__({ \ argument
76 #define ROUNDDOWN(v, size) ((v) & ~((__typeof__(v))(size) - 1)) argument
122 #define SHIFT_U32(v, shift) ((v) << (shift)) argument
123 #define SHIFT_U64(v, shift) ((v) << (shift)) argument
127 #define SHIFT_U32(v, shift) ((uint32_t)(v) << (shift)) argument
128 #define SHIFT_U64(v, shift) ((uint64_t)(v) << (shift)) argument
/optee_os/core/arch/arm/include/kernel/
A Dvfp.h23 uint64_t v; member
45 uint8_t v[16]; member
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/set/
A Dder_encode_set.c20 static int _ltc_to_asn1(ltc_asn1_type v) in _ltc_to_asn1()
/optee_os/core/lib/libtomcrypt/src/misc/
A Dcompare_testvector.c19 static void _print_hex(const char* what, const void* v, const unsigned long l) in _print_hex()
/optee_os/lib/libutee/
A Dtee_uuid_from_str.c25 uint32_t v = 0; in parse_hex() local
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/printable_string/
A Dder_length_printable_string.c109 int der_printable_value_decode(int v) in der_printable_value_decode()
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/teletex_string/
A Dder_length_teletex_string.c153 int der_teletex_value_decode(int v) in der_teletex_value_decode()
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/ia5/
A Dder_length_ia5_string.c137 int der_ia5_value_decode(int v) in der_ia5_value_decode()
/optee_os/core/lib/libtomcrypt/src/pk/dsa/
A Ddsa_verify_hash.c34 void *w, *v, *u1, *u2; in dsa_verify_hash_raw() local

Completed in 29 milliseconds

123