| /components/utilities/libadt/avl/ |
| A D | avl.h | 96 struct util_avl_struct *first = root->root_node; in util_avl_first() local 97 if (first) in util_avl_first() 99 while (first->avl_left) in util_avl_first() 100 first = first->avl_left; in util_avl_first() 102 return first; in util_avl_first()
|
| /components/libc/compilers/common/ |
| A D | cwchar.c | 16 long first; member 25 if (ucs < table[0].first || ucs > table[max].last) in bisearch() 37 else if (ucs < table[mid].first) in bisearch()
|
| /components/libc/posix/libdl/ |
| A D | dlmodule.c | 41 const char *first, *end, *ptr; in _dlmodule_set_name() local 44 ptr = first = (char *)path; in _dlmodule_set_name() 50 first = ptr + 1; in _dlmodule_set_name() 57 size = end - first + 1; in _dlmodule_set_name() 60 rt_strncpy(object->name, first, size); in _dlmodule_set_name()
|
| /components/libc/cplusplus/cpp11/gcc/ |
| A D | mutex | 359 unique_lock<L0> u0(l0, try_to_lock); // try to lock the first Lockable 398 // we first lock the one that is the most difficult to lock 495 // is exclusive to only the first calling thread
|
| /components/net/lwip/lwip-1.4.1/src/core/ipv4/ |
| A D | ip.c | 406 int first = 1; local 438 if (first) { 439 first = 0;
|
| /components/net/lwip/lwip-2.0.3/src/core/ipv4/ |
| A D | ip4.c | 489 int first = 1; local 524 if (first) { 534 first = 0;
|
| /components/net/lwip/lwip-2.0.3/src/core/ipv6/ |
| A D | ip6.c | 501 int first = 1; in ip6_input() local 515 if (first) { in ip6_input() 530 first = 0; in ip6_input()
|
| /components/drivers/usb/cherryusb/ |
| A D | Kconfig | 162 prompt "Select usb device template, please select class driver first" 415 menu "Select USB host template, please select class driver first"
|
| A D | Kconfig.rtt | 169 prompt "Select usb device template, please select class driver first" 444 menu "Select USB host template, please select class driver first"
|
| A D | Kconfig.rttpkg | 168 prompt "Select usb device template, please select class driver first" 443 menu "Select USB host template, please select class driver first"
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | mdns.txt | 73 The netif first needs to be registered. Then run
|
| A D | rawapi.txt | 395 netif and pass a pointer to this structure as the first argument. 435 Creates a new DHCP client for this interface on the first call. 448 The first thing you want to optimize is the lwip_standard_checksum()
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | mdns.txt | 73 The netif first needs to be registered. Then run
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | rawapi.txt | 423 netif and pass a pointer to this structure as the first argument. 453 Creates a new DHCP client for this interface on the first call. 462 The first thing you want to optimize is the lwip_standard_checksum()
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | 00history.txt | 13 The first release.
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | 00history.txt | 13 The first release.
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv 184 # first line (until the first dot) of a Javadoc-style comment as the brief 192 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first 193 # line (until the first dot) of a Qt-style comment as the brief description. If 349 # tag is set to YES then doxygen will reuse the documentation of the first 576 # destructors are listed first. If set to NO the constructors will appear in the 1696 # generated LaTeX document. The header should contain everything until the first
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv 184 # first line (until the first dot) of a Javadoc-style comment as the brief 192 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first 193 # line (until the first dot) of a Qt-style comment as the brief description. If 358 # tag is set to YES then doxygen will reuse the documentation of the first 585 # destructors are listed first. If set to NO the constructors will appear in the 1707 # generated LaTeX document. The header should contain everything until the first
|
| A D | lwip.Doxyfile.cmake.in | 22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv 184 # first line (until the first dot) of a Javadoc-style comment as the brief 192 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first 193 # line (until the first dot) of a Qt-style comment as the brief description. If 358 # tag is set to YES then doxygen will reuse the documentation of the first 585 # destructors are listed first. If set to NO the constructors will appear in the 1707 # generated LaTeX document. The header should contain everything until the first
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 1577 * ip.c: ip_input: check if a packet is for inp first before checking all other 1642 it. This is a first release which have to be improve for TCP. Note it used the 1748 The igmp_join/leavegroup first parameter change from a netif to an ipaddr. 1758 * init.c: Add first version of lwip_sanity_check for task #7142 "Sanity check 2143 * udp.c: first attempt to fix bug #21655 (DHCP doesn't work reliably with multiple 2859 * etharp.c: Make sure the first pbuf queued on an ARP entry 2984 * PBUF_POOL chains had their tot_len field not set for non-first 2995 * ARP queueuing now queues the latest packet instead of the first.
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 220 * added sntp client as first "supported" application layer protocol implementation 2533 * ip.c: ip_input: check if a packet is for inp first before checking all other 2598 it. This is a first release which have to be improve for TCP. Note it used the 2704 The igmp_join/leavegroup first parameter change from a netif to an ipaddr. 2714 * init.c: Add first version of lwip_sanity_check for task #7142 "Sanity check 3099 * udp.c: first attempt to fix bug #21655 (DHCP doesn't work reliably with multiple 3815 * etharp.c: Make sure the first pbuf queued on an ARP entry 3940 * PBUF_POOL chains had their tot_len field not set for non-first 3951 * ARP queueuing now queues the latest packet instead of the first.
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 473 * added sntp client as first "supported" application layer protocol implementation 2786 * ip.c: ip_input: check if a packet is for inp first before checking all other 2851 it. This is a first release which have to be improve for TCP. Note it used the 2957 The igmp_join/leavegroup first parameter change from a netif to an ipaddr. 2967 * init.c: Add first version of lwip_sanity_check for task #7142 "Sanity check 3352 * udp.c: first attempt to fix bug #21655 (DHCP doesn't work reliably with multiple 4068 * etharp.c: Make sure the first pbuf queued on an ARP entry 4193 * PBUF_POOL chains had their tot_len field not set for non-first 4204 * ARP queueuing now queues the latest packet instead of the first.
|