| /components/lwp/arch/aarch64/cortex-a/ |
| A D | lwp_gcc.S | 28 #define SPSR_Mode(v) ((v) << 0) argument 31 #define SPSR_FIQ_MASKED(v) ((v) << 6) argument 32 #define SPSR_IRQ_MASKED(v) ((v) << 7) argument 33 #define SPSR_SERROR_MASKED(v) ((v) << 8) argument 34 #define SPSR_D_MASKED(v) ((v) << 9) argument 36 #define SPSR_IL(v) ((v) << 20) argument 37 #define SPSR_SS(v) ((v) << 21) argument 39 #define SPSR_V(v) ((v) << 28) argument 40 #define SPSR_C(v) ((v) << 29) argument 41 #define SPSR_Z(v) ((v) << 30) argument [all …]
|
| /components/dfs/dfs_v1/filesystems/nfs/rpc/ |
| A D | xdr.h | 256 #define IXDR_PUT_INT32(buf, v) (*(buf)++ = (int32_t)htonl((uint32_t)(v))) argument 258 #define IXDR_PUT_U_INT32(buf, v) IXDR_PUT_INT32(buf, (int32_t)(v)) argument 265 #define IXDR_PUT_LONG(buf, v) ((long)IXDR_PUT_INT32(buf, (long)(v))) argument 267 #define IXDR_PUT_U_LONG(buf, v) IXDR_PUT_LONG(buf, (long)(v)) argument 275 #define IXDR_PUT_BOOL(buf, v) IXDR_PUT_LONG(buf, (long)(v)) argument 276 #define IXDR_PUT_ENUM(buf, v) IXDR_PUT_LONG(buf, (long)(v)) argument 277 #define IXDR_PUT_SHORT(buf, v) IXDR_PUT_LONG(buf, (long)(v)) argument 278 #define IXDR_PUT_U_SHORT(buf, v) IXDR_PUT_LONG(buf, (long)(v)) argument
|
| /components/libc/compilers/common/ |
| A D | cstdlib.c | 80 unsigned long v; in ltoa() local 153 unsigned long v = value; in ultoa() local
|
| /components/finsh/ |
| A D | msh_file.c | 322 static void directory_delete_for_msh(const char *pathname, char f, char v) in directory_delete_for_msh() 394 char f = 0, r = 0, v = 0; in cmd_rm() local 846 static void directory_setattr(const char *pathname, struct dfs_attr *attr, char f, char v) in directory_setattr() 933 char f = 0, r = 0, v = 0; in cmd_chmod() local
|
| /components/drivers/usb/cherryusb/port/dwc2/ |
| A D | usb_dc_dwc2.c | 23 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable 31 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable 40 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable 48 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
|
| /components/net/lwip/lwip-1.4.1/src/include/ipv6/lwip/ |
| A D | ip.h | 86 u8_t tclass1:4, v:4; member
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/prot/ |
| A D | ip4.h | 113 #define IPH_VHL_SET(hdr, v, hl) (hdr)->_v_hl = (u8_t)((((v) << 4) | (hl))) argument
|
| A D | ip6.h | 160 #define IP6H_VTCFL_SET(hdr, v, tc, fl) (hdr)->_v_tc_fl = (lwip_htonl((((u32_t)(v)) << 28) | (((u32_… argument
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/prot/ |
| A D | ip4.h | 117 #define IPH_VHL_SET(hdr, v, hl) (hdr)->_v_hl = (u8_t)((((v) << 4) | (hl))) argument
|
| A D | ip6.h | 104 #define IP6H_VTCFL_SET(hdr, v, tc, fl) (hdr)->_v_tc_fl = (lwip_htonl((((u32_t)(v)) << 28) | (((u32_… argument
|
| /components/drivers/usb/cherryusb/class/vendor/net/ |
| A D | usbh_asix.c | 209 uint16_t v; in usbh_asix_read_rx_ctl() local 232 uint16_t v; in usbh_asix_read_medium_status() local
|
| /components/net/lwip/lwip-2.1.2/src/include/netif/ppp/ |
| A D | ccp.h | 85 #define BSD_MAKE_OPT(v, n) (((v) << 5) | (n)) argument
|
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| A D | ccp.h | 81 #define BSD_MAKE_OPT(v, n) (((v) << 5) | (n)) argument
|
| /components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/ |
| A D | ip.h | 156 #define IPH_VHL_SET(hdr, v, hl) (hdr)->_v_hl = (((v) << 4) | (hl)) argument
|
| /components/drivers/include/drivers/ |
| A D | misc.h | 133 rt_inline int rt_ilog2(rt_ubase_t v) in rt_ilog2()
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | ff.h | 44 #define isnan(v) _isnan(v) argument 45 #define isinf(v) (!_finite(v)) argument
|
| A D | ff.c | 6829 QWORD v; local 6831 DWORD v; local
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | ff.h | 44 #define isnan(v) _isnan(v) argument 45 #define isinf(v) (!_finite(v)) argument
|
| /components/net/lwip/lwip-1.4.1/src/core/snmp/ |
| A D | msg_in.c | 109 int v; in snmp_error_response() local
|
| /components/drivers/sdio/sdhci/include/ |
| A D | sdhci.h | 297 #define ilog2(v) __rt_ffs(v) argument 567 #define writeb(v, c) u8_write(v, c) argument 568 #define writew(v, c) u16_write(v, c) argument 569 #define writel(v, c) u32_write(v, c) argument
|
| /components/drivers/usb/cherryusb/port/aic/ |
| A D | usb_dc_aic.c | 16 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable 24 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
|
| /components/lwp/terminal/freebsd/ |
| A D | tty_ttydisc.c | 66 #define CMP_CC(v, c) \ argument
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | ipcp.c | 561 u32_t v, b; local
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | ipcp.c | 561 u32_t v, b; local
|
| /components/drivers/sdio/sdhci/ |
| A D | sdhci.c | 2469 rt_uint16_t v; in rt_sdhci_read_caps() local
|