Home
last modified time | relevance | path

Searched defs:d (Results 1 – 15 of 15) sorted by relevance

/lib/libc/
Ddir.c13 DIR *d = (DIR *)malloc(sizeof(DIR)); in opendir() local
25 readdir(DIR *d) in readdir()
36 rewinddir(DIR *d) in rewinddir()
42 seekdir(DIR *d, long offset) in seekdir()
48 telldir(DIR *d) in telldir()
54 closedir(DIR *d) in closedir()
Dstring.c61 char *d = dst; in strncat() local
179 uint8_t *d = (uint8_t *)dst; in memcpy() local
/sys/kern/
Ddisk.c33 Disk *d; in Disk_GetByID() local
64 Disk *d; in Debug_Disks() local
91 Disk *d = Disk_GetByID(ctrlNo, diskNo); in Debug_DumpDisk() local
Dlibc.c136 uint8_t *d = (uint8_t *)dst; in memcpy() local
/lib/liblwip/src/netif/ppp/
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
Dppp_impl.h213 #define BCOPY(s, d, l) MEMCPY((d), (s), (l)) argument
Dipcp.c890 int d; in ipcp_reqci() local
/lib/liblwip/src/include/lwip/
Dsys.h63 #define sys_mbox_fetch(m,d) argument
64 #define sys_mbox_tryfetch(m,d) argument
65 #define sys_mbox_post(m,d) argument
66 #define sys_mbox_trypost(m,d) argument
Dsockets.h353 #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
356 #define recv(a,b,c,d) lwip_recv(a,b,c,d) argument
357 #define recvfrom(a,b,c,d,e,f) lwip_recvfrom(a,b,c,d,e,f) argument
358 #define send(a,b,c,d) lwip_send(a,b,c,d) argument
359 #define sendto(a,b,c,d,e,f) lwip_sendto(a,b,c,d,e,f) argument
361 #define select(a,b,c,d,e) lwip_select(a,b,c,d,e) argument
/lib/liblwip/src/include/ipv6/lwip/
Dip_addr.h71 #define IP6_ADDR(ipaddr, a,b,c,d,e,f,g,h) do { (ipaddr)->addr[0] = htonl((u32_t)((a & 0xffff) << 16… argument
/lib/liblwip/src/include/ipv4/lwip/
Dip_addr.h139 #define IP4_ADDR(ipaddr, a,b,c,d) \ argument
147 #define IP4_ADDR(ipaddr, a,b,c,d) \ argument
Dinet.h79 #define IN_CLASSD(d) IP_CLASSD(d) argument
/lib/liblwip/test/unit/tcp/
Dtest_tcp.c511 u8_t d = (u8_t)i; in test_tcp_tx_full_window_lost() local
/sys/amd64/include/
Damd64op.h88 uint32_t a, b, c, d; in cpuid() local
/lib/liblwip/src/core/
Dtcp_out.c1458 char *d = ((char *)p->payload + TCP_HLEN); in tcp_zero_window_probe() local