Searched refs:i (Results 76 – 82 of 82) sorted by relevance
1234
/lib/liblwip/doc/ |
D | contrib.txt | 17 2. indentation is two spaces per level (i.e. per tab).
|
D | sys_arch.txt | 78 (i.e., it was already signaled), the function may return zero. 129 parameter that is set by the function (i.e., by doing "*msg =
|
/lib/liblwip/src/netif/ppp/ |
D | lcp.c | 448 int i; in lcp_rprotrej() local 473 for (i = 0; (protp = ppp_protocols[i]) != NULL; ++i) { in lcp_rprotrej()
|
/lib/liblwip/src/core/snmp/ |
D | mib2.c | 907 u16_t i = n; in ocstrncpy() local 908 while (i > 0) { in ocstrncpy() 909 i--; in ocstrncpy() 923 u8_t i = n; in objectidncpy() local 924 while(i > 0) { in objectidncpy() 925 i--; in objectidncpy()
|
/lib/liblwip/src/core/ |
D | tcp_out.c | 903 s16_t i = 0; in tcp_output() local 982 ntohl(seg->tcphdr->seqno), pcb->lastack, i)); in tcp_output() 983 ++i; in tcp_output()
|
/docs/ |
D | Doxyfile | 233 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as 374 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want 445 # the documentation of the scope in which they are defined (i.e. file, 600 # filesystem is case sensitive (i.e. it supports files in the same directory 954 # *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, 969 *.i++ \ 1116 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES). 1214 # tools must be available from the command line (i.e. in the search path). 1646 # (i.e. any modern browser). Windows users are probably better off using the 1757 # this will be translated into chtml), NativeMML (i.e. MathML. Only supported [all …]
|
/lib/liblwip/ |
D | CHANGELOG | 715 "symbol already defined" i.e. when linking to winsock 2307 assumption is made that this pbuf is in one piece (i.e. not chained). These
|
1234