Home
last modified time | relevance | path

Searched refs:rand (Results 1 – 14 of 14) sorted by relevance

/components/drivers/misc/
A Drt_random.c24 rt_uint16_t rand; in random_read() local
26 while (size >= sizeof(rand)) in random_read()
29 rand = calc_random(); in random_read()
33 ret += sizeof(rand); in random_read()
34 size -= sizeof(rand); in random_read()
39 rand = calc_random(); in random_read()
115 rt_uint16_t rand; in random_uread() local
120 rand = calc_urandom(); in random_uread()
124 ret += sizeof(rand); in random_uread()
125 size -= sizeof(rand); in random_uread()
[all …]
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dmagic.c114 u32_t rand; in magic_churnrand() member
120 sys_data.rand = LWIP_RAND(); in magic_churnrand()
267 return ((u32_t)rand() << 16) + (u32_t)rand() + magic_randomseed; in magic()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dmagic.c114 u32_t rand; in magic_churnrand() member
120 sys_data.rand = LWIP_RAND(); in magic_churnrand()
267 return ((u32_t)rand() << 16) + (u32_t)rand() + magic_randomseed; in magic()
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Drandm.c244 return ((((u32_t)rand() << 16) + rand()) + avRandomSeed); in avRandom()
/components/libc/posix/libdl/
A Ddlsyms.c50 RTM_EXPORT(rand);
/components/net/lwip/lwip-2.0.3/test/unit/core/
A Dtest_pbuf.c97 testbuf_1[i] = (u8_t)rand(); in START_TEST()
100 testbuf_2[i] = (u8_t)rand(); in START_TEST()
103 testbuf_3[i] = (u8_t)rand(); in START_TEST()
/components/net/lwip/lwip-2.1.2/test/unit/core/
A Dtest_pbuf.c129 testbuf_1[i] = (u8_t)rand(); in START_TEST()
132 testbuf_2[i] = (u8_t)rand(); in START_TEST()
135 testbuf_3[i] = (u8_t)rand(); in START_TEST()
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Darch.h70 #define LWIP_RAND() ((u32_t)rand())
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Darch.h72 #define LWIP_RAND() ((u32_t)rand())
/components/net/lwip/port/
A Dlwipopts.h36 #define LWIP_RAND rand
/components/libc/
A Dposix-info.txt235 + rand()
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG2325 * autoip.c: replace most of rand() calls by a macro LWIP_AUTOIP_RAND which compute
2328 rand(). Note that autoip_create_rand_addr doesn't use this macro.
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG3281 * autoip.c: replace most of rand() calls by a macro LWIP_AUTOIP_RAND which compute
3284 rand(). Note that autoip_create_rand_addr doesn't use this macro.
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG3534 * autoip.c: replace most of rand() calls by a macro LWIP_AUTOIP_RAND which compute
3537 rand(). Note that autoip_create_rand_addr doesn't use this macro.

Completed in 25 milliseconds