Home
last modified time | relevance | path

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

12

/components/lwp/arch/aarch64/cortex-a/
A Dlwp_gcc.S28 #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 Dxdr.h256 #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 Dcstdlib.c80 unsigned long v; in ltoa() local
153 unsigned long v = value; in ultoa() local
/components/finsh/
A Dmsh_file.c322 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 Dusb_dc_dwc2.c23 __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 Dip.h86 u8_t tclass1:4, v:4; member
/components/net/lwip/lwip-2.0.3/src/include/lwip/prot/
A Dip4.h113 #define IPH_VHL_SET(hdr, v, hl) (hdr)->_v_hl = (u8_t)((((v) << 4) | (hl))) argument
A Dip6.h160 #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 Dip4.h117 #define IPH_VHL_SET(hdr, v, hl) (hdr)->_v_hl = (u8_t)((((v) << 4) | (hl))) argument
A Dip6.h104 #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 Dusbh_asix.c209 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 Dccp.h85 #define BSD_MAKE_OPT(v, n) (((v) << 5) | (n)) argument
/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/
A Dccp.h81 #define BSD_MAKE_OPT(v, n) (((v) << 5) | (n)) argument
/components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/
A Dip.h156 #define IPH_VHL_SET(hdr, v, hl) (hdr)->_v_hl = (((v) << 4) | (hl)) argument
/components/drivers/include/drivers/
A Dmisc.h133 rt_inline int rt_ilog2(rt_ubase_t v) in rt_ilog2()
/components/dfs/dfs_v1/filesystems/elmfat/
A Dff.h44 #define isnan(v) _isnan(v) argument
45 #define isinf(v) (!_finite(v)) argument
A Dff.c6829 QWORD v; local
6831 DWORD v; local
/components/dfs/dfs_v2/filesystems/elmfat/
A Dff.h44 #define isnan(v) _isnan(v) argument
45 #define isinf(v) (!_finite(v)) argument
/components/net/lwip/lwip-1.4.1/src/core/snmp/
A Dmsg_in.c109 int v; in snmp_error_response() local
/components/drivers/sdio/sdhci/include/
A Dsdhci.h297 #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 Dusb_dc_aic.c16 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
24 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
/components/lwp/terminal/freebsd/
A Dtty_ttydisc.c66 #define CMP_CC(v, c) \ argument
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dipcp.c561 u32_t v, b; local
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dipcp.c561 u32_t v, b; local
/components/drivers/sdio/sdhci/
A Dsdhci.c2469 rt_uint16_t v; in rt_sdhci_read_caps() local

Completed in 52 milliseconds

12