Home
last modified time | relevance | path

Searched refs:a (Results 1 – 25 of 177) sorted by relevance

12345678

/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/
A Dpppdebug.h54 #define MAINDEBUG(a) LWIP_DEBUGF(LWIP_DBG_LEVEL_WARNING, a) argument
55 #define SYSDEBUG(a) LWIP_DEBUGF(LWIP_DBG_LEVEL_WARNING, a) argument
56 #define FSMDEBUG(a) LWIP_DEBUGF(LWIP_DBG_LEVEL_WARNING, a) argument
57 #define LCPDEBUG(a) LWIP_DEBUGF(LWIP_DBG_LEVEL_WARNING, a) argument
58 #define IPCPDEBUG(a) LWIP_DEBUGF(LWIP_DBG_LEVEL_WARNING, a) argument
59 #define IPV6CPDEBUG(a) LWIP_DEBUGF(LWIP_DBG_LEVEL_WARNING, a) argument
60 #define UPAPDEBUG(a) LWIP_DEBUGF(LWIP_DBG_LEVEL_WARNING, a) argument
61 #define CHAPDEBUG(a) LWIP_DEBUGF(LWIP_DBG_LEVEL_WARNING, a) argument
62 #define PPPDEBUG(a, b) LWIP_DEBUGF(a, b) argument
67 #define SYSDEBUG(a) argument
[all …]
/components/net/lwip/lwip-2.1.2/src/include/netif/ppp/
A Dpppdebug.h58 #define MAINDEBUG(a) LWIP_DEBUGF(LWIP_DBG_LEVEL_WARNING, a) argument
59 #define SYSDEBUG(a) LWIP_DEBUGF(LWIP_DBG_LEVEL_WARNING, a) argument
60 #define FSMDEBUG(a) LWIP_DEBUGF(LWIP_DBG_LEVEL_WARNING, a) argument
61 #define LCPDEBUG(a) LWIP_DEBUGF(LWIP_DBG_LEVEL_WARNING, a) argument
62 #define IPCPDEBUG(a) LWIP_DEBUGF(LWIP_DBG_LEVEL_WARNING, a) argument
63 #define IPV6CPDEBUG(a) LWIP_DEBUGF(LWIP_DBG_LEVEL_WARNING, a) argument
64 #define UPAPDEBUG(a) LWIP_DEBUGF(LWIP_DBG_LEVEL_WARNING, a) argument
65 #define CHAPDEBUG(a) LWIP_DEBUGF(LWIP_DBG_LEVEL_WARNING, a) argument
66 #define PPPDEBUG(a, b) LWIP_DEBUGF(a, b) argument
71 #define SYSDEBUG(a)
[all …]
/components/utilities/utest/
A Dutest_assert.h30 #define __uassert_value_op(a, b, op) __utest_assert((a) op (b), "(" #a ") not " #op " (" #b ")") argument
83 double _a = (a); \
90 double _a = (a); \
95 #define uassert_int_equal(a, b) __uassert_value_op(a, b, ==) argument
96 #define uassert_int_not_equal(a, b) __uassert_value_op(a, b, !=) argument
98 #define uassert_value_less(a, b) __uassert_value_op(a, b, <) argument
99 #define uassert_value_less_equal(a, b) __uassert_value_op(a, b, <=) argument
100 #define uassert_value_greater(a, b) __uassert_value_op(a, b, >) argument
101 #define uassert_value_greater_equal(a, b) __uassert_value_op(a, b, >=) argument
103 #define uassert_ptr_equal(a, b) __utest_assert((const void*)(a) == (const void*)(b), "(" #a ")… argument
[all …]
A DTC_uassert.c22 int a = 5; in TC_uassert_int_op() local
25 uassert_int_equal(a, a); in TC_uassert_int_op()
26 uassert_int_not_equal(a, b); in TC_uassert_int_op()
27 uassert_value_less(a, b); in TC_uassert_int_op()
28 uassert_value_less_equal(a, b); in TC_uassert_int_op()
29 uassert_value_less_equal(a, a); in TC_uassert_int_op()
30 uassert_value_greater(b, a); in TC_uassert_int_op()
37 float a = 5.0; in TC_uassert_float_op() local
40 uassert_float_equal(a, b); in TC_uassert_float_op()
46 int a = 5; in TC_uassert_ptr_op() local
[all …]
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dpppdebug.h53 #define AUTHDEBUG(a, b) LWIP_DEBUGF(a, b) argument
54 #define IPCPDEBUG(a, b) LWIP_DEBUGF(a, b) argument
55 #define UPAPDEBUG(a, b) LWIP_DEBUGF(a, b) argument
56 #define LCPDEBUG(a, b) LWIP_DEBUGF(a, b) argument
57 #define FSMDEBUG(a, b) LWIP_DEBUGF(a, b) argument
58 #define CHAPDEBUG(a, b) LWIP_DEBUGF(a, b) argument
59 #define PPPDEBUG(a, b) LWIP_DEBUGF(a, b) argument
63 #define AUTHDEBUG(a, b) argument
66 #define LCPDEBUG(a, b) argument
67 #define FSMDEBUG(a, b) argument
[all …]
A Dmd5.c83 #define FF(a, b, c, d, x, s, ac) \ argument
85 (a) = ROTATE_LEFT ((a), (s)); \
86 (a) += (b); \
88 #define GG(a, b, c, d, x, s, ac) \ argument
90 (a) = ROTATE_LEFT ((a), (s)); \
91 (a) += (b); \
95 (a) = ROTATE_LEFT ((a), (s)); \
96 (a) += (b); \
100 (a) = ROTATE_LEFT ((a), (s)); \
101 (a) += (b); \
[all …]
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dsockets.h348 #define accept(a,b,c) lwip_accept(a,b,c) argument
349 #define bind(a,b,c) lwip_bind(a,b,c) argument
350 #define shutdown(a,b) lwip_shutdown(a,b) argument
357 #define listen(a,b) lwip_listen(a,b) argument
358 #define recv(a,b,c,d) lwip_recv(a,b,c,d) argument
360 #define send(a,b,c,d) lwip_send(a,b,c,d) argument
362 #define socket(a,b,c) lwip_socket(a,b,c) argument
364 #define ioctlsocket(a,b,c) lwip_ioctl(a,b,c) argument
367 #define read(a,b,c) lwip_read(a,b,c) argument
368 #define write(a,b,c) lwip_write(a,b,c) argument
[all …]
/components/drivers/usb/cherryusb/port/pusb2/
A DREADME.md26 - - libpusb2_hc_a64.a : AARCH64 主机模式驱动库
27 - - libpusb2_dc_a64.a : AARCH64 从机模式驱动库
28 - - libpusb2_hc_a32_hardfp.a :AARCH32 主机模式驱动库,使用硬浮点
29 - - libpusb2_hc_a32_softfp.a :AARCH32 主机模式驱动库,使用软浮点
30 - - libpusb2_dc_a32_hardfp.a :AARCH32 从机模式驱动库,使用硬浮点
31 - - libpusb2_dc_a32_softfp.a :AARCH32 从机模式驱动库,使用软浮点
44 …- 1. [Using a keyboard/mouse/USB flash drive as a host on FreeRTOS](https://gitee.com/phytium_embe…
45 …- 5. [Recognizing a keyboard/mouse/USB flash drive as a host on RT-Thread](https://github.com/RT-T…
50 …- 1. [Simulating as a USB flash drive on a standalone system](https://gitee.com/phytium_embedded/p…
59 - - `libpusb2_hc_a64.a` : Host mode driver library for AARCH64
[all …]
/components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/
A Dip_addr.h108 #define IP_CLASSA(a) ((((u32_t)(a)) & 0x80000000UL) == 0) argument
114 #define IP_CLASSB(a) ((((u32_t)(a)) & 0xc0000000UL) == 0x80000000UL) argument
120 #define IP_CLASSC(a) ((((u32_t)(a)) & 0xe0000000UL) == 0xc0000000UL) argument
125 #define IP_CLASSD(a) (((u32_t)(a) & 0xf0000000UL) == 0xe0000000UL) argument
129 #define IP_MULTICAST(a) IP_CLASSD(a) argument
131 #define IP_EXPERIMENTAL(a) (((u32_t)(a) & 0xf0000000UL) == 0xf0000000UL) argument
132 #define IP_BADCLASS(a) (((u32_t)(a) & 0xf0000000UL) == 0xf0000000UL) argument
139 #define IP4_ADDR(ipaddr, a,b,c,d) \ argument
140 (ipaddr)->addr = ((u32_t)((a) & 0xff) << 24) | \
147 #define IP4_ADDR(ipaddr, a,b,c,d) \ argument
[all …]
A Dinet.h61 #define IN_CLASSA(a) IP_CLASSA(a) argument
85 #define IN_MULTICAST(a) IP_MULTICAST(a) argument
87 #define IN_EXPERIMENTAL(a) IP_EXPERIMENTAL(a) argument
88 #define IN_BADCLASS(a) IP_BADCLASS(a) argument
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dip4_addr.h91 #define IP_CLASSA(a) ((((u32_t)(a)) & 0x80000000UL) == 0) argument
97 #define IP_CLASSB(a) ((((u32_t)(a)) & 0xc0000000UL) == 0x80000000UL) argument
103 #define IP_CLASSC(a) ((((u32_t)(a)) & 0xe0000000UL) == 0xc0000000UL) argument
108 #define IP_CLASSD(a) (((u32_t)(a) & 0xf0000000UL) == 0xe0000000UL) argument
112 #define IP_MULTICAST(a) IP_CLASSD(a) argument
114 #define IP_EXPERIMENTAL(a) (((u32_t)(a) & 0xf0000000UL) == 0xf0000000UL) argument
115 #define IP_BADCLASS(a) (((u32_t)(a) & 0xf0000000UL) == 0xf0000000UL) argument
120 #define IP4_ADDR(ipaddr, a,b,c,d) (ipaddr)->addr = PP_HTONL(LWIP_MAKEU32(a,b,c,d)) argument
183 #define ip4_addr_debug_print_parts(debug, a, b, c, d) \ argument
184 LWIP_DEBUGF(debug, ("%" U16_F ".%" U16_F ".%" U16_F ".%" U16_F, a, b, c, d))
A Dinet.h92 #define IN_CLASSA(a) IP_CLASSA(a) argument
116 #define IN_MULTICAST(a) IP_MULTICAST(a) argument
118 #define IN_EXPERIMENTAL(a) IP_EXPERIMENTAL(a) argument
119 #define IN_BADCLASS(a) IP_BADCLASS(a) argument
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dip4_addr.h75 #define IP_CLASSA(a) ((((u32_t)(a)) & 0x80000000UL) == 0) argument
81 #define IP_CLASSB(a) ((((u32_t)(a)) & 0xc0000000UL) == 0x80000000UL) argument
87 #define IP_CLASSC(a) ((((u32_t)(a)) & 0xe0000000UL) == 0xc0000000UL) argument
92 #define IP_CLASSD(a) (((u32_t)(a) & 0xf0000000UL) == 0xe0000000UL) argument
96 #define IP_MULTICAST(a) IP_CLASSD(a) argument
98 #define IP_EXPERIMENTAL(a) (((u32_t)(a) & 0xf0000000UL) == 0xf0000000UL) argument
99 #define IP_BADCLASS(a) (((u32_t)(a) & 0xf0000000UL) == 0xf0000000UL) argument
104 #define IP4_ADDR(ipaddr, a,b,c,d) (ipaddr)->addr = PP_HTONL(LWIP_MAKEU32(a,b,c,d)) argument
160 #define ip4_addr_debug_print_parts(debug, a, b, c, d) \ argument
161 LWIP_DEBUGF(debug, ("%" U16_F ".%" U16_F ".%" U16_F ".%" U16_F, a, b, c, d))
A Dinet.h92 #define IN_CLASSA(a) IP_CLASSA(a) argument
116 #define IN_MULTICAST(a) IP_MULTICAST(a) argument
118 #define IN_EXPERIMENTAL(a) IP_EXPERIMENTAL(a) argument
119 #define IN_BADCLASS(a) IP_BADCLASS(a) argument
/components/net/lwip/lwip-2.1.2/src/netif/ppp/polarssl/
A Darc4.c50 int i, j, k, a; in arc4_setup() local
66 a = m[i]; in arc4_setup()
67 j = ( j + a + key[k] ) & 0xFF; in arc4_setup()
69 m[j] = (unsigned char) a; in arc4_setup()
78 int i, x, y, a, b; in arc4_crypt() local
87 x = ( x + 1 ) & 0xFF; a = m[x]; in arc4_crypt()
88 y = ( y + a ) & 0xFF; b = m[y]; in arc4_crypt()
91 m[y] = (unsigned char) a; in arc4_crypt()
94 ( buf[i] ^ m[(unsigned char)( a + b )] ); in arc4_crypt()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/polarssl/
A Darc4.c50 int i, j, k, a; in arc4_setup() local
66 a = m[i]; in arc4_setup()
67 j = ( j + a + key[k] ) & 0xFF; in arc4_setup()
69 m[j] = (unsigned char) a; in arc4_setup()
78 int i, x, y, a, b; in arc4_crypt() local
87 x = ( x + 1 ) & 0xFF; a = m[x]; in arc4_crypt()
88 y = ( y + a ) & 0xFF; b = m[y]; in arc4_crypt()
91 m[y] = (unsigned char) a; in arc4_crypt()
94 ( buf[i] ^ m[(unsigned char)( a + b )] ); in arc4_crypt()
/components/drivers/hwcrypto/
A Dhw_bignum.h34 const struct hw_bignum_mpi *a,
38 const struct hw_bignum_mpi *a,
42 const struct hw_bignum_mpi *a,
46 const struct hw_bignum_mpi *a,
51 const struct hw_bignum_mpi *a,
125 const struct hw_bignum_mpi *a,
138 const struct hw_bignum_mpi *a,
151 const struct hw_bignum_mpi *a,
164 const struct hw_bignum_mpi *a,
178 const struct hw_bignum_mpi *a,
/components/net/lwip/lwip-1.4.1/doc/
A Dsys_arch.txt8 small changes to a few header files and a new sys_arch
17 implemented in a higher layer.
26 either as a queue which allows multiple messages to be posted to a
29 be more efficient. A message in a mailbox is just a pointer, nothing
60 Deallocates a semaphore.
64 Signals a semaphore.
80 Notice that lwIP implements a function with a similar name,
102 and use a default size.
128 be blocked until a message arrives. The "msg" argument is a result
137 Note that a function with a similar name, sys_mbox_fetch(), is
[all …]
A Dcontrib.txt8 Here is a short list of suggestions to anybody working with lwIP and
10 First of all as you may already know lwIP is a volunteer project so feedback
18 3. end debug messages with a trailing newline (\n).
21 6. one space and no newline before opening curly braces of a block.
22 7. closing curly brace on a single line.
38 2. If you think you found a bug make sure it's not already filed in the
40 3. If you have a fix put the patch on Savannah. If it is a patch that affects
46 4. Do not file a bug and post a fix to it to the patch area. Either a bug report
47 or a patch will be enough.
52 for reporting a compiler warning fix.
[all …]
/components/net/lwip/lwip-2.0.3/doc/
A Dsys_arch.txt9 small changes to a few header files and a new sys_arch
27 posted at a time can have a highly negative impact on performance). A message
28 in a mailbox is just a pointer, nothing more.
59 Deallocates a semaphore.
63 Signals a semaphore.
79 Notice that lwIP implements a function with a similar name,
106 Deallocates a mutex.
135 and use a default size.
161 be blocked until a message arrives. The "msg" argument is a result
170 Note that a function with a similar name, sys_mbox_fetch(), is
[all …]
A Dcontrib.txt8 Here is a short list of suggestions to anybody working with lwIP and
10 First of all as you may already know lwIP is a volunteer project so feedback
18 3. end debug messages with a trailing newline (\n).
21 6. one space and no newline before opening curly braces of a block.
22 7. closing curly brace on a single line.
38 2. If you think you found a bug make sure it's not already filed in the
40 3. If you have a fix put the patch on Savannah. If it is a patch that affects
44 This is a good way to see if they are used at all - the same goes for unix
46 4. Do not file a bug and post a fix to it to the patch area. Either a bug report
47 or a patch will be enough.
[all …]
/components/net/lwip/lwip-2.1.2/doc/
A Dcontrib.txt8 Here is a short list of suggestions to anybody working with lwIP and
10 First of all as you may already know lwIP is a volunteer project so feedback
18 3. end debug messages with a trailing newline (\n).
21 6. one space and no newline before opening curly braces of a block.
22 7. closing curly brace on a single line.
38 2. If you think you found a bug make sure it's not already filed in the
40 3. If you have a fix put the patch on Savannah. If it is a patch that affects
44 This is a good way to see if they are used at all - the same goes for unix
46 4. Do not file a bug and post a fix to it to the patch area. Either a bug report
47 or a patch will be enough.
[all …]
/components/libc/compilers/common/include/sys/
A Dioctl.h48 #define _IOC(a,b,c,d) (((a)<<30) | ((b)<<8) | (c) | ((d)<<16))
52 #define _IO(a,b) _IOC(_IOC_NONE, (a), (b), 0)
56 #define _IOW(a,b,c) _IOC(_IOC_WRITE, (a), (b), sizeof(c))
60 #define _IOR(a,b,c) _IOC(_IOC_READ, (a), (b), sizeof(c))
64 #define _IOWR(a,b,c) _IOC(_IOC_READ|_IOC_WRITE, (a), (b), sizeof(c))
/components/dfs/dfs_v1/filesystems/elmfat/
A D00history.txt25 R0.02a (June 10, 2006)
38 R0.03a (December 11, 2006)
54 R0.04a (April 01, 2007)
80 R0.05a (February 03, 2008)
109 R0.07a (April 14, 2009)
147 R0.08a (August 16, 2010)
172 R0.09a (August 27, 2012)
200 R0.10a (January 15, 2014)
258 R0.12a (July 10, 2016)
305 R0.13a (October 14, 2017)
[all …]
/components/dfs/dfs_v2/filesystems/elmfat/
A D00history.txt25 R0.02a (June 10, 2006)
38 R0.03a (December 11, 2006)
54 R0.04a (April 01, 2007)
80 R0.05a (February 03, 2008)
109 R0.07a (April 14, 2009)
147 R0.08a (August 16, 2010)
172 R0.09a (August 27, 2012)
200 R0.10a (January 15, 2014)
258 R0.12a (July 10, 2016)
305 R0.13a (October 14, 2017)
[all …]

Completed in 27 milliseconds

12345678