Home
last modified time | relevance | path

Searched refs:u32_t (Results 1 – 5 of 5) sorted by relevance

/external/arm-trusted-firmware/include/drivers/brcm/
Dchimp_nv_defs.h21 typedef uint32_t u32_t; typedef
40 ((((u32_t)(x) & 0xff000000) >> 24) | \
41 (((u32_t)(x) & 0x00ff0000) >> 8) | \
42 (((u32_t)(x) & 0x0000ff00) << 8) | \
43 (((u32_t)(x) & 0x000000ff) << 24))
86 u32_t sig;
88 u32_t length;
90 u32_t block_size;
92 u32_t directory_offset;
94 u32_t redirect_offset;
[all …]
/external/llvm-project/libc/AOR_v20.02/math/
Dv_math.h44 typedef uint32_t u32_t; typedef
51 static inline u32_t
54 union { f32_t f; u32_t u; } r = {x}; in as_u32_f32()
58 as_f32_u32 (u32_t x) in as_f32_u32()
60 union { u32_t u; f32_t f; } r = {x}; in as_f32_u32()
64 as_s32_u32 (u32_t x) in as_s32_u32()
66 union { u32_t u; s32_t i; } r = {x}; in as_s32_u32()
69 static inline u32_t
72 union { s32_t i; u32_t u; } r = {x}; in as_u32_s32()
103 typedef u32_t v_u32_t;
[all …]
/external/arm-optimized-routines/math/
Dv_math.h43 typedef uint32_t u32_t; typedef
50 static inline u32_t
53 union { f32_t f; u32_t u; } r = {x}; in as_u32_f32()
57 as_f32_u32 (u32_t x) in as_f32_u32()
59 union { u32_t u; f32_t f; } r = {x}; in as_f32_u32()
63 as_s32_u32 (u32_t x) in as_s32_u32()
65 union { u32_t u; s32_t i; } r = {x}; in as_s32_u32()
68 static inline u32_t
71 union { s32_t i; u32_t u; } r = {x}; in as_u32_s32()
102 typedef u32_t v_u32_t;
[all …]
/external/llvm-project/clang/test/CodeGenCXX/
Dcopy-assign-volatile-synthesis.cpp6 typedef unsigned int u32_t; typedef
27 volatile u32_t raw[2];
/external/clang/test/CodeGenCXX/
Dcopy-assign-volatile-synthesis.cpp6 typedef unsigned int u32_t; typedef
27 volatile u32_t raw[2];