Home
last modified time | relevance | path

Searched refs:v (Results 1 – 25 of 38) sorted by relevance

12

/components/libc/compilers/common/
A Dcstdlib.c80 unsigned long v; in ltoa() local
97 v = -value; in ltoa()
101 v = (unsigned long)value; in ltoa()
104 while (v || tp == tmp) in ltoa()
106 i = v % radix; in ltoa()
107 v = v / radix; in ltoa()
153 unsigned long v = value; in ultoa() local
166 while (v || tp == tmp) in ultoa()
168 i = v % radix; in ultoa()
169 v = v / radix; in ultoa()
/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/finsh/
A Dmsh_file.c367 else if (v) in directory_delete_for_msh()
374 directory_delete_for_msh(full_path, f, v); in directory_delete_for_msh()
385 else if (v) in directory_delete_for_msh()
394 char f = 0, r = 0, v = 0; in cmd_rm() local
416 v = 1; in cmd_rm()
452 else if (v) in cmd_rm()
893 else if (v) in directory_setattr()
913 else if (v) in directory_setattr()
933 char f = 0, r = 0, v = 0; in cmd_chmod() local
948 v = 1; in cmd_chmod()
[all …]
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dvj.c133 PACK_STRUCT_FIELD(u32_t v);
145 PACK_STRUCT_FIELD(u16_t v);
223 || (*(struct vj_u32_t*)th).v != (((struct vj_u32_t*)&cs->cs_ip)[IPH_HL(&cs->cs_ip)]).v) { in vj_compress_tcp()
244 && (*(struct vj_u32_t*)th).v == (((struct vj_u32_t*)&cs->cs_ip)[IPH_HL(&cs->cs_ip)]).v) { in vj_compress_tcp()
288 if ((((struct vj_u16_t*)ip)[0]).v != (((struct vj_u16_t*)&cs->cs_ip)[0]).v in vj_compress_tcp()
289 || (((struct vj_u16_t*)ip)[3]).v != (((struct vj_u16_t*)&cs->cs_ip)[3]).v in vj_compress_tcp()
290 || (((struct vj_u16_t*)ip)[4]).v != (((struct vj_u16_t*)&cs->cs_ip)[4]).v in vj_compress_tcp()
615 tmp += (*bp++).v; in vj_uncompress_tcp()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dvj.c133 PACK_STRUCT_FIELD(u32_t v);
145 PACK_STRUCT_FIELD(u16_t v);
228 || (*(struct vj_u32_t*)th).v != (((struct vj_u32_t*)&cs->cs_ip)[IPH_HL(&cs->cs_ip)]).v) { in vj_compress_tcp()
249 && (*(struct vj_u32_t*)th).v == (((struct vj_u32_t*)&cs->cs_ip)[IPH_HL(&cs->cs_ip)]).v) { in vj_compress_tcp()
293 if ((((struct vj_u16_t*)ip)[0]).v != (((struct vj_u16_t*)&cs->cs_ip)[0]).v in vj_compress_tcp()
294 || (((struct vj_u16_t*)ip)[3]).v != (((struct vj_u16_t*)&cs->cs_ip)[3]).v in vj_compress_tcp()
295 || (((struct vj_u16_t*)ip)[4]).v != (((struct vj_u16_t*)&cs->cs_ip)[4]).v in vj_compress_tcp()
619 tmp += (*bp++).v; in vj_uncompress_tcp()
/components/libc/posix/ipc/
A DSConscript9 # src += Glob('system-v/*.c')
10 # inc += [cwd + '/system-v']
/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/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/lwp/
A DSConscript11 "risc-v": ["rv64"],
19 # fix the cpu for risc-v
20 if arch == 'risc-v':
/components/net/lwip/lwip-1.4.1/src/include/ipv6/lwip/
A Dip.h86 u8_t tclass1:4, v:4; member
89 u8_t v:4, tclass1:4;
/components/libc/cplusplus/cpp11/gcc/
A Dfuture25 typedef void (*deleter_fn)(void *v);
94 void set(const R &v) {
97 v_ = new R(v);
102 void set(R &&v) {
105 v_ = new R(std::move(v));
116 static void default_deleter_(void *v) { delete static_cast<R *>(v); }
/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/dfs/dfs_v1/filesystems/elmfat/
A Dff.h44 #define isnan(v) _isnan(v) argument
45 #define isinf(v) (!_finite(v)) argument
/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/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() argument
137 while ((1UL << l) < v) in rt_ilog2()
/components/net/lwip/lwip-1.4.1/src/core/ipv6/
A Dip6.c175 if (iphdr->v != 6) { in ip_input()
287 iphdr->v = 6; in ip_output_if()
361 iphdr->v, in ip_debug_print()
/components/drivers/usb/cherryusb/class/vendor/net/
A Dusbh_asix.c209 uint16_t v; in usbh_asix_read_rx_ctl() local
210 int ret = usbh_asix_read_cmd(asix_class, AX_CMD_READ_RX_CTL, 0, 0, &v, 2); in usbh_asix_read_rx_ctl()
214 return v; in usbh_asix_read_rx_ctl()
232 uint16_t v; in usbh_asix_read_medium_status() local
233 int ret = usbh_asix_read_cmd(asix_class, AX_CMD_READ_MEDIUM_STATUS, 0, 0, &v, 2); in usbh_asix_read_medium_status()
241 return v; in usbh_asix_read_medium_status()
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_dc_dwc2.c23 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
25 …UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->v) = (val))
31 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
33 …ne __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr))->v)
40 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
42 …UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->v) = (val))
48 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
50 …ne __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr))->v)
/components/lwp/vdso/
A DSConscript15 if rtconfig.ARCH != "aarch64" and rtconfig.ARCH != "risc-v":

Completed in 34 milliseconds

12