Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 113) sorted by relevance

12345

/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H 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
64 #define IPCPDEBUG(a, b) argument
65 #define UPAPDEBUG(a, b) argument
[all …]
H A Dmd5.c83 #define FF(a, b, c, d, x, s, ac) \ argument
88 #define GG(a, b, c, d, x, s, ac) \ argument
93 #define HH(a, b, c, d, x, s, ac) \ argument
98 #define II(a, b, c, d, x, s, ac) \ argument
222 u32_t a = buf[0], b = buf[1], c = buf[2], d = buf[3]; in Transform() local
/nrf52832-nimble/rt-thread/components/utilities/utest/
H A Dutest_assert.h52 #define uassert_int_equal(a, b) __utest_assert((a) == (b), "(" #a ") not equal to (" #b ")") argument
53 #define uassert_int_not_equal(a, b) __utest_assert((a) != (b), "(" #a ") equal to (" #b ")") argument
55 #define uassert_str_equal(a, b) utest_assert_string((const char*)(a), (const char*)(b), RT_TRU… argument
56 #define uassert_str_not_equal(a, b) utest_assert_string((const char*)(a), (const char*)(b), RT_FAL… argument
58 #define uassert_buf_equal(a, b, sz) utest_assert_buf((const char*)(a), (const char*)(b), (sz),… argument
59 #define uassert_buf_not_equal(a, b, sz) utest_assert_buf((const char*)(a), (const char*)(b), (sz),… argument
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dsockets.h346 #define accept(a,b,c) lwip_accept(a,b,c) argument
347 #define bind(a,b,c) lwip_bind(a,b,c) argument
348 #define shutdown(a,b) lwip_shutdown(a,b) argument
350 #define connect(a,b,c) lwip_connect(a,b,c) argument
351 #define getsockname(a,b,c) lwip_getsockname(a,b,c) argument
352 #define getpeername(a,b,c) lwip_getpeername(a,b,c) argument
353 #define setsockopt(a,b,c,d,e) lwip_setsockopt(a,b,c,d,e) argument
354 #define getsockopt(a,b,c,d,e) lwip_getsockopt(a,b,c,d,e) argument
355 #define listen(a,b) lwip_listen(a,b) argument
356 #define recv(a,b,c,d) lwip_recv(a,b,c,d) argument
[all …]
H A Dtcp_impl.h93 #define TCP_SEQ_LT(a,b) ((s32_t)((u32_t)(a) - (u32_t)(b)) < 0) argument
94 #define TCP_SEQ_LEQ(a,b) ((s32_t)((u32_t)(a) - (u32_t)(b)) <= 0) argument
95 #define TCP_SEQ_GT(a,b) ((s32_t)((u32_t)(a) - (u32_t)(b)) > 0) argument
96 #define TCP_SEQ_GEQ(a,b) ((s32_t)((u32_t)(a) - (u32_t)(b)) >= 0) argument
101 #define TCP_SEQ_BETWEEN(a,b,c) (TCP_SEQ_GEQ(a,b) && TCP_SEQ_LEQ(a,c)) argument
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/polarssl/
H A Dmd4.c53 #define GET_ULONG_LE(n,b,i) \ argument
63 #define PUT_ULONG_LE(n,b,i) \ argument
115 #define P(a,b,c,d,x,s) { a += F(b,c,d) + x; a = S(a,s); } in md4_process() argument
138 #define P(a,b,c,d,x,s) { a += F(b,c,d) + x + 0x5A827999; a = S(a,s); } in md4_process() argument
161 #define P(a,b,c,d,x,s) { a += F(b,c,d) + x + 0x6ED9EBA1; a = S(a,s); } in md4_process() argument
H A Ddes.c51 #define GET_ULONG_BE(n,b,i) \ argument
61 #define PUT_ULONG_BE(n,b,i) \ argument
298 #define SWAP(a,b) { unsigned long t = a; a = b; b = t; t = 0; } argument
H A Dmd5.c52 #define GET_ULONG_LE(n,b,i) \ argument
62 #define PUT_ULONG_LE(n,b,i) \ argument
108 #define P(a,b,c,d,k,s,t) \ in md5_process() argument
H A Dsha1.c52 #define GET_ULONG_BE(n,b,i) \ argument
62 #define PUT_ULONG_BE(n,b,i) \ argument
116 #define P(a,b,c,d,e,x) \ in sha1_process() argument
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/polarssl/
H A Dmd4.c53 #define GET_ULONG_LE(n,b,i) \ argument
63 #define PUT_ULONG_LE(n,b,i) \ argument
115 #define P(a,b,c,d,x,s) { a += F(b,c,d) + x; a = S(a,s); } in md4_process() argument
138 #define P(a,b,c,d,x,s) { a += F(b,c,d) + x + 0x5A827999; a = S(a,s); } in md4_process() argument
161 #define P(a,b,c,d,x,s) { a += F(b,c,d) + x + 0x6ED9EBA1; a = S(a,s); } in md4_process() argument
H A Ddes.c51 #define GET_ULONG_BE(n,b,i) \ argument
61 #define PUT_ULONG_BE(n,b,i) \ argument
298 #define SWAP(a,b) { unsigned long t = a; a = b; b = t; t = 0; } argument
H A Dmd5.c52 #define GET_ULONG_LE(n,b,i) \ argument
62 #define PUT_ULONG_LE(n,b,i) \ argument
108 #define P(a,b,c,d,k,s,t) \ in md5_process() argument
H A Dsha1.c52 #define GET_ULONG_BE(n,b,i) \ argument
62 #define PUT_ULONG_BE(n,b,i) \ argument
116 #define P(a,b,c,d,e,x) \ in sha1_process() argument
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1b/
H A Dmipscfg.c29 static rt_uint16_t m_pow(rt_uint16_t b, rt_uint16_t n) in m_pow()
39 static rt_uint16_t m_log2(rt_uint16_t b) in m_log2()
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1c/
H A Dmipscfg.c29 static rt_uint16_t m_pow(rt_uint16_t b, rt_uint16_t n) in m_pow()
39 static rt_uint16_t m_log2(rt_uint16_t b) in m_log2()
/nrf52832-nimble/rt-thread/examples/libc/
H A Dex5.c22 void init(struct prodcons * b) in init()
32 void put(struct prodcons * b, int data) in put()
46 int get(struct prodcons * b) in get()
H A Dex2.c23 static void init(struct prodcons * b) in init()
33 static void put(struct prodcons * b, int data) in put()
52 static int get(struct prodcons * b) in get()
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/
H A Dos.h28 #define min(a, b) ((a)<(b)?(a):(b)) argument
32 #define max(a, b) ((a)>(b)?(a):(b)) argument
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/
H A Duffs_ecc.c119 u8 b, col_parity = 0, line_parity = 0, line_parity_prime = 0; in uffs_EccMakeChunk256() local
205 u8 b; in uffs_EccCorrectChunk256() local
295 u8 b, col_parity = 0, line_parity = 0, line_parity_prime = 0; in uffs_EccMake8() local
355 u8 b; in uffs_EccCorrect8() local
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/src/
H A Dsha256.c167 #define Ch(a, b, c)(((a) & (b)) ^ ((~(a)) & (c))) argument
168 #define Maj(a, b, c)(((a) & (b)) ^ ((a) & (c)) ^ ((b) & (c))) argument
183 unsigned int a, b, c, d, e, f, g, h; in compress() local
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dglue.h114 #define sys_put_be16(a,b) put_be16(b, a) argument
115 #define sys_put_le16(a,b) put_le16(b, a) argument
116 #define sys_put_be32(a,b) put_be32(b, a) argument
236 #define net_buf_add_mem(a,b,c) os_mbuf_append(a,b,c) argument
237 #define net_buf_simple_add_mem(a,b,c) os_mbuf_append(a,b,c) argument
238 #define net_buf_add_u8(a,b) net_buf_simple_add_u8(a,b) argument
239 #define net_buf_add(a,b) net_buf_simple_add(a,b) argument
241 #define net_buf_clone(a, b) os_mbuf_dup(a) argument
242 #define net_buf_add_be32(a, b) net_buf_simple_add_be32(a, b) argument
243 #define net_buf_add_be16(a, b) net_buf_simple_add_be16(a, b) argument
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/
H A Decc.h119 uECC_word_t b[NUM_ECC_WORDS]; member
154 #define BYTES_TO_WORDS_8(a, b, c, d, e, f, g, h) 0x##d##c##b##a, 0x##h##g##f##e argument
155 #define BYTES_TO_WORDS_4(a, b, c, d) 0x##d##c##b##a argument
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/stats/
H A Dstats.h56 stats_init(void *a, uint8_t b, uint8_t c, void *d, uint8_t e) in stats_init()
63 stats_register(void *a, void *b) in stats_register()
70 stats_init_and_reg(void *a, uint8_t b, uint8_t c, void *d, uint8_t e, void *f) in stats_init_and_reg()
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/nconf/
H A Dnconf.h29 #define max(a, b) ({\ argument
34 #define min(a, b) ({\ argument
/nrf52832-nimble/rt-thread/components/utilities/zmodem/
H A Dcrc.h127 #define updcrc32(b, c) (cr3tab[((int)c ^ b) & 0xff] ^ ((c >> 8) & 0x00FFFFFF)) argument

12345