/lk-master/external/arch/arm/arm-m/CMSIS/Include/ |
A D | cmsis_compiler.h | 105 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable 109 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable 113 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable 117 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable 173 struct __packed__ T_UINT32 { uint32_t v; }; member 177 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable 181 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable 189 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable 244 @packed struct T_UINT32 { uint32_t v; }; member 252 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable [all …]
|
A D | cmsis_armclang.h | 67 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; member 75 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable 83 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable 91 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable 99 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
|
A D | cmsis_armclang_ltm.h | 67 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; member 75 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable 83 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable 91 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable 99 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
|
A D | cmsis_gcc.h | 77 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; member 85 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable 93 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable 101 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable 109 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
|
/lk-master/platform/mediatek/common/include/ |
A D | sync_write.h | 14 #define mt_reg_sync_writel(v, a) \ argument 20 #define mt_reg_sync_writew(v, a) \ argument 26 #define mt_reg_sync_writeb(v, a) \ argument
|
/lk-master/external/lib/libm/ |
A D | math_private.h | 137 #define SET_HIGH_WORD(d,v) \ argument 147 #define SET_LOW_WORD(d,v) \ argument 249 #define SET_LDBL_EXPSIGN(d,v) \ argument 259 #define LD80C(m, ex, v) { \ argument 265 #define LD80C(m, ex, v) { .e = (v), } argument 308 #define RETURNF(v) return (v) argument 554 #define DOPRINT_END1(v) \ argument 570 #define DOPRINT_END1(v) \ argument 586 #define DOPRINT_END1(v) \ argument 608 #define DOPRINT_END1(v) \ argument [all …]
|
A D | k_sin.c | 62 double z,r,v,w; in __kernel_sin() local
|
A D | k_tan.c | 81 double z, r, v, w, s; in __kernel_tan() local
|
A D | e_pow.c | 101 double y1,t1,t2,r,s,t,u,v,w; in __ieee754_pow() local
|
A D | e_powf.c | 60 float y1,t1,t2,r,s,sn,t,u,v,w; in __ieee754_powf() local
|
/lk-master/arch/arm/arm-m/ |
A D | vectab.c | 36 #define ARMV7M_VECTOR(v) (v) argument 38 #define ARMV7M_VECTOR(v) 0 argument
|
/lk-master/platform/pc/ |
A D | console.c | 163 unsigned char *v = (unsigned char *)(uintptr_t)(FB + active_page*(2*VPAGE_SIZE)); in _scroll() local 184 unsigned char *v = (unsigned char *)(uintptr_t)(FB + active_page*(2*VPAGE_SIZE)); in cputc() local 252 unsigned char *v = (unsigned char *)(uintptr_t)(FB + (80*y+x)*2 + active_page*(2*VPAGE_SIZE)); in puts_xy() local 263 unsigned char *v = (unsigned char *)(uintptr_t)(FB + (80*y+x)*2 + active_page*(2*VPAGE_SIZE)); in putc_xy() local
|
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/ |
A D | stm32f7xx_ll_usb.c | 834 uint32_t v = 0; in USB_ReadInterrupts() local 848 uint32_t v; in USB_ReadDevAllOutEpInterrupt() local 861 uint32_t v; in USB_ReadDevAllInEpInterrupt() local 876 uint32_t v; in USB_ReadDevOutEPInterrupt() local 891 uint32_t v, msk, emp; in USB_ReadDevInEPInterrupt() local
|
/lk-master/top/include/lk/ |
A D | reg.h | 23 #define writel(v, a) (*REG32(a) = (v)) argument 25 #define writeb(v, a) (*REG8(a) = (v)) argument
|
A D | pow2.h | 43 static inline __ALWAYS_INLINE uint32_t round_up_pow2_u32(uint32_t v) { in round_up_pow2_u32()
|
/lk-master/external/platform/pico/rp2_common/hardware_gpio/include/hardware/ |
A D | gpio.h | 525 #define DEBUG_PINS_SET(p, v) if (DEBUG_PINS_ENABLED(p)) gpio_set_mask((unsigned)(v)<<PICO_DEBUG_PIN… argument 526 #define DEBUG_PINS_CLR(p, v) if (DEBUG_PINS_ENABLED(p)) gpio_clr_mask((unsigned)(v)<<PICO_DEBUG_PIN… argument 527 #define DEBUG_PINS_XOR(p, v) if (DEBUG_PINS_ENABLED(p)) gpio_xor_mask((unsigned)(v)<<PICO_DEBUG_PIN… argument
|
/lk-master/app/mdebug/ |
A D | jtag.c | 87 unsigned v; in jtag_tick() local
|
/lk-master/lib/libc/ |
A D | atoi.c | 135 int v = -1; in strtoul() local
|
/lk-master/external/lib/lwip/include/ipv6/lwip/ |
A D | ip.h | 86 u8_t tclass1:4, v:4; member
|
/lk-master/lib/buildsig/ |
A D | buildsig.c | 116 const lk_version_t *v; in cmd_buildsig() local
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
A D | lpc_types.h | 112 #define _SBF(f, v) ((v) << (f)) argument
|
/lk-master/external/lib/lwip/include/ipv4/lwip/ |
A D | ip.h | 156 #define IPH_VHL_SET(hdr, v, hl) (hdr)->_v_hl = (((v) << 4) | (hl)) argument
|
/lk-master/external/lib/lwip/core/snmp/ |
A D | msg_in.c | 109 int v; in snmp_error_response() local
|
/lk-master/platform/lpc43xx/include/platform/ |
A D | lpc43xx-gpdma.h | 83 #define DMAMUX_P(n,v) (((v) & 3) << (((n) & 15) << 1)) argument
|
/lk-master/kernel/include/kernel/ |
A D | thread.h | 211 #define tls_set(e,v) \ argument
|