| /external/platform/pico/rp2_common/cmsis/stub/CMSIS/Core/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 | 71 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; member 73 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) 79 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable 81 …UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->v) = (val)) 87 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable 89 …ne __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v) 95 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable 97 …UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->v) = (val)) 103 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable 105 …ne __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr))->v)
|
| A D | cmsis_iccarm.h | 228 __packed struct __iar_u32 { uint32_t v; }; member 230 #define __UNALIGNED_UINT32(PTR) (((struct __iar_u32 *)(PTR))->v) 542 __STATIC_INLINE uint32_t __RBIT(uint32_t v) in __RBIT() argument 545 uint32_t r = v; in __RBIT() 546 for (v >>= 1U; v; v >>= 1U) in __RBIT() 549 r |= v & 1U; in __RBIT()
|
| A D | cmsis_armclang_ltm.h | 71 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; member 73 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) 79 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable 81 …UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->v) = (val)) 87 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable 89 …ne __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v) 95 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable 97 …UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->v) = (val)) 103 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable 105 …ne __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr))->v)
|
| A D | cmsis_gcc.h | 74 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; member 76 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) 82 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable 84 …UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->v) = (val)) 90 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable 92 …ne __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v) 98 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable 100 …UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->v) = (val)) 106 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable 108 …ne __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr))->v)
|
| /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 69 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) 75 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable 77 …UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->v) = (val)) 83 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable 85 …ne __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v) 91 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable 93 …UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->v) = (val)) 99 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable 101 …ne __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr))->v)
|
| A D | cmsis_iccarm.h | 228 __packed struct __iar_u32 { uint32_t v; }; member 230 #define __UNALIGNED_UINT32(PTR) (((struct __iar_u32 *)(PTR))->v) 573 __STATIC_INLINE uint32_t __RBIT(uint32_t v) in __RBIT() argument 576 uint32_t r = v; in __RBIT() 577 for (v >>= 1U; v; v >>= 1U) in __RBIT() 580 r |= v & 1U; in __RBIT()
|
| A D | cmsis_armclang_ltm.h | 67 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; member 69 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) 75 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable 77 …UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->v) = (val)) 83 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable 85 …ne __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v) 91 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable 93 …UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->v) = (val)) 99 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable 101 …ne __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr))->v)
|
| A D | cmsis_gcc.h | 77 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; member 79 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) 85 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable 87 …UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->v) = (val)) 93 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable 95 …ne __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v) 101 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable 103 …UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->v) = (val)) 109 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable 111 …ne __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr))->v)
|
| /external/lib/libm/ |
| A D | k_tan.c | 81 double z, r, v, w, s; in __kernel_tan() local 105 v = z * (T[2] + w * (T[4] + w * (T[6] + w * (T[8] + w * (T[10] + in __kernel_tan() 108 r = y + z * (s * (r + v) + y); in __kernel_tan() 112 v = (double) iy; in __kernel_tan() 114 (v - 2.0 * (x - (w * w / (w + v) - r))); in __kernel_tan() 127 v = r - (z - x); /* z+v = r+x */ in __kernel_tan() 131 return t + a * (s + t * v); in __kernel_tan()
|
| A D | math_private.h | 137 #define SET_HIGH_WORD(d,v) \ argument 141 sh_u.parts.msw = (v); \ 147 #define SET_LOW_WORD(d,v) \ argument 151 sl_u.parts.lsw = (v); \ 249 #define SET_LDBL_EXPSIGN(d,v) \ argument 253 se_u.xbits.expsign = (v); \ 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 [all …]
|
| A D | e_powf.c | 60 float y1,t1,t2,r,s,sn,t,u,v,w; in __ieee754_powf() local 141 v = t*ivln2_l-w*ivln2; in __ieee754_powf() 142 t1 = u+v; in __ieee754_powf() 145 t2 = v-(t1-u); in __ieee754_powf() 163 v = one/(ax+bp[k]); in __ieee754_powf() 164 s = u*v; in __ieee754_powf() 184 v = s_l*t_h+t_l*s; in __ieee754_powf() 186 p_h = u+v; in __ieee754_powf() 189 p_l = v-(p_h-u); in __ieee754_powf() 236 z = u+v; in __ieee754_powf() [all …]
|
| A D | k_sin.c | 62 double z,r,v,w; in __kernel_sin() local 67 v = z*x; in __kernel_sin() 68 if (iy==0) return x+v*(S1+z*r); in __kernel_sin() 69 else return x-((z*(half*y-v*r)-y)-v*S1); in __kernel_sin()
|
| A D | e_pow.c | 101 double y1,t1,t2,r,s,t,u,v,w; in __ieee754_pow() local 200 v = t*ivln2_l-w*ivln2; in __ieee754_pow() 201 t1 = u+v; in __ieee754_pow() 203 t2 = v-(t1-u); in __ieee754_pow() 221 v = one/(ax+bp[k]); in __ieee754_pow() 222 ss = u*v; in __ieee754_pow() 240 v = s_l*t_h+t_l*ss; in __ieee754_pow() 242 p_h = u+v; in __ieee754_pow() 244 p_l = v-(p_h-u); in __ieee754_pow() 293 z = u+v; in __ieee754_pow() [all …]
|
| /external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/ |
| A D | stm32f7xx_ll_usb.c | 834 uint32_t v = 0; in USB_ReadInterrupts() local 836 v = USBx->GINTSTS; in USB_ReadInterrupts() 837 v &= USBx->GINTMSK; in USB_ReadInterrupts() 838 return v; in USB_ReadInterrupts() 848 uint32_t v; in USB_ReadDevAllOutEpInterrupt() local 861 uint32_t v; in USB_ReadDevAllInEpInterrupt() local 864 return ((v & 0xFFFF)); in USB_ReadDevAllInEpInterrupt() 876 uint32_t v; in USB_ReadDevOutEPInterrupt() local 879 return v; in USB_ReadDevOutEPInterrupt() 891 uint32_t v, msk, emp; in USB_ReadDevInEPInterrupt() local [all …]
|
| /external/platform/pico/rp2_common/hardware_gpio/include/hardware/ |
| A D | gpio.h | 890 #define DEBUG_PINS_SET(p, v) if (DEBUG_PINS_ENABLED(p)) gpio_set_mask((unsigned)(v)<<PICO_DEBUG_PIN… argument 891 #define DEBUG_PINS_CLR(p, v) if (DEBUG_PINS_ENABLED(p)) gpio_clr_mask((unsigned)(v)<<PICO_DEBUG_PIN… argument 892 #define DEBUG_PINS_XOR(p, v) if (DEBUG_PINS_ENABLED(p)) gpio_xor_mask((unsigned)(v)<<PICO_DEBUG_PIN… argument
|
| /external/lib/lwip/include/ipv6/lwip/ |
| A D | ip.h | 86 u8_t tclass1:4, v:4; member 89 u8_t v:4, tclass1:4;
|
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
| A D | lpc_types.h | 112 #define _SBF(f, v) ((v) << (f)) argument
|
| /external/lib/lwip/core/ipv6/ |
| A D | ip6.c | 175 if (iphdr->v != 6) { in ip_input() 287 iphdr->v = 6; in ip_output_if() 361 iphdr->v, in ip_debug_print()
|
| /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
|
| /external/platform/pico/rp2_common/pico_double/ |
| A D | double_math.c | 352 double t,rt,u,v,v0,v1,w,ry; 367 v=y-ry; 368 v0=dldexp(round(ldexp(v,26)),-26); 369 v1=v-v0; 383 w+=u*v;
|
| /external/lib/heap/dlmalloc/ |
| A D | dlmalloc.c | 4488 tchunkptr v = 0; in tmalloc_large() local 4501 v = t; in tmalloc_large() 4530 v = t; in tmalloc_large() 4541 unlink_large_chunk(m, v); in tmalloc_large() 4549 return chunk2mem(v); in tmalloc_large() 4559 tchunkptr t, v; in tmalloc_small() local 4564 v = t = *treebin_at(m, i); in tmalloc_small() 4571 v = t; in tmalloc_small() 4578 if (RTCHECK(ok_next(v, r))) { in tmalloc_small() 4579 unlink_large_chunk(m, v); in tmalloc_small() [all …]
|
| /external/lib/lwip/core/snmp/ |
| A D | msg_in.c | 109 int v; in snmp_error_response() local 112 for (v=0; v<msg_ps->vb_idx; v++) { in snmp_error_response()
|
| /external/lib/miniz/ |
| A D | miniz.c | 3198 static void mz_write_le16(mz_uint8 *p, mz_uint16 v) { p[0] = (mz_uint8)v; p[1] = (mz_uint8)(v >> 8)… in mz_write_le16() argument 3199 …e32(mz_uint8 *p, mz_uint32 v) { p[0] = (mz_uint8)v; p[1] = (mz_uint8)(v >> 8); p[2] = (mz_uint8)(v… in mz_write_le32() argument 3200 #define MZ_WRITE_LE16(p, v) mz_write_le16((mz_uint8 *)(p), (mz_uint16)(v)) argument 3201 #define MZ_WRITE_LE32(p, v) mz_write_le32((mz_uint8 *)(p), (mz_uint32)(v)) argument
|