/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | ChangeLog | 11 - Avoid some Visual C warnings in deflate.c 12 - Avoid more silly Visual C warnings in inflate.c and inftrees.c for 64-bit 21 - Add cast in trees.c t avoid a warning [Oberhumer] 22 - Avoid some warnings in fitblk.c, gun.c, gzjoin.c in examples [Oberhumer] 50 - Add casts in crc32.c to avoid warnings [Oberhumer] 56 avoid implicit memcpy calls (portability for no-library compilation) 87 - Avoid warning under NO_GZCOMPRESS in gzio.c; fix typo [Truta] 211 - Avoid inclusion of the nonstandard <memory.h> in contrib/iostream, 213 - Fix the ZCR_SEED2 constant to avoid warnings in contrib/minizip 215 - Avoid the use of backslash (\) in contrib/minizip [Vollant] [all …]
|
H A D | inffast.c | 59 Therefore if strm->avail_in >= 6, then there is enough input to avoid 64 requires strm->avail_out >= 258 for each loop to avoid checking for 307 - Different op definition to avoid & for extra bits (do & for table bits)
|
H A D | zutil.h | 38 * avoid conflict with other libraries that use the same workaround. 61 /* (size given to avoid silly warnings with Visual C++) */
|
H A D | deflate.c | 20 * insertions and avoid deletions. The matching algorithm for small 529 * to avoid allocating a large strm->next_out buffer and copying into it. 770 /* Make sure there is something to do and avoid duplicate consecutive 797 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */ 822 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */ 952 * this function so some applications may wish to modify it to avoid 1306 /* %%% avoid this when Z_RLE */ 1387 * NOTE: this function should be optimized to avoid extra copying from 1481 * of window index 0 (in particular we have to avoid a match 1591 * of window index 0 (in particular we have to avoid a match
|
/nrf52832-nimble/rt-thread/documentation/ |
H A D | coding_style_en.txt | 21 referencing other places, it can have the original name. To avoid naming 27 To avoid include the same header file for multiple times, you need to define a 35 The symbol should begin and end with "__" to avoid naming collision. The words
|
/nrf52832-nimble/rt-thread/components/net/uip/ |
H A D | uip-1.0-changelog.txt | 57 * Prefixed TCP state names with UIP_ to avoid name space 60 * Changed declarations of uip_appdatap and friends to void * to avoid
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/ |
H A D | depcomp | 78 # we still have to create a dummy depfile, to avoid errors with the 97 # which is needed to avoid the deleted-header problem. 131 # Avoid interferences from the environment. 232 ## typically no way to rebuild the header). We avoid this by adding 354 # dummy dependency, to avoid the deleted-header problem. 382 # problems in parallel builds. Use a locking strategy to avoid stomping on
|
/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/ |
H A D | mem_std.c | 15 /* avoid the heap and heap-using library functions supplied by arm */
|
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/include/asm/ |
H A D | types.h | 35 * These aren't exported outside the kernel to avoid name space clashes
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/include/nimble/ |
H A D | npl_shell.h | 58 /** @brief Optionally register a default module, to avoid typing it in
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/ |
H A D | 00history.txt | 105 Renamed string functions to avoid name collision. 174 Changed f_open() and f_opendir() reject null object pointer to avoid crash.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/sntp/ |
H A D | sntp.c | 144 * Unix time in seconds and microseconds. Take care to avoid overflow if the 146 * avoid special values like 0, and to mask round-off errors that would 308 /* In order to avoid overflows, skip the compensation if the clock step in sntp_process() 531 /* ignore any broken packet, poll mode: retry after timeout to avoid flooding */ in sntp_recv()
|
/nrf52832-nimble/rt-thread/libcpu/mips/common/ |
H A D | mips_types.h | 61 * These aren't exported outside the kernel to avoid name space clashes
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | mqtt_opts.h | 61 …* If one wants to avoid fragmented incoming publish, set length to max incoming topic length + max…
|
H A D | smtp.h | 95 * by writing length=0 to avoid hogging system resources
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | mqtt_opts.h | 61 …* If one wants to avoid fragmented incoming publish, set length to max incoming topic length + max…
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | api.h | 66 /** Should this netconn avoid blocking? */ 122 /* forward-declare some structs to avoid to include their headers */
|
H A D | memp.h | 73 We use this helper type and these defines so we can avoid using const memp_t values */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | NO_SYS_SampleCode.c | 5 /* Allocate pbuf from pool (avoid using heap in interrupts) */ in eth_mac_irq()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/ |
H A D | NO_SYS_SampleCode.c | 6 /* Allocate pbuf from pool (avoid using heap in interrupts) */ in eth_mac_irq()
|
/nrf52832-nimble/rt-thread/components/net/uip/uip/ |
H A D | uip-split.h | 65 * Module for splitting outbound TCP segments in two to avoid the
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/ |
H A D | CHANGELOG | 1290 SO(F)_BROADCAST filter for all API layers. Avoid the unindented reception 1436 * dns.c: Hard-code structure sizes, to avoid issues on some compilers where 1716 LWIP_NETIF_LINK_CALLBACK=1) to resend reports once the link is up (avoid to wait 1748 value). It will avoid potential fragmentation problems, use a counter to know 1887 of 6 to avoid loading netif->hwaddr_len every time (since this file is only 2098 * mem.c, stats.c, mem.h: apply patch #6414 to avoid compiler errors 2115 * opt.h, ip.c: Rename IP_OPTIONS define to IP_OPTIONS_ALLOWED to avoid 2371 MEM_ALIGN in LWIP_MEM_ALIGN and MEM_ALIGN_SIZE in LWIP_MEM_ALIGN_SIZE to avoid 2421 which parameters are used by which do_xxx function, and to avoid "misusing" 2517 * api_msg.c: add a "pcb_new" helper function to avoid redundant code, and to add [all …]
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/ |
H A D | a00134.html | 22 Module for splitting outbound TCP segments in two to avoid the delayed ACK throughput degradation.
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/ |
H A D | kconfig-language.txt | 113 That will limit the usefulness but on the other hand avoid 447 Note: we use the existing config option and avoid creating a new 453 The dependencies are moved to the symbol GENERIC_IOMAP and we avoid the
|
/nrf52832-nimble/rt-thread/src/ |
H A D | Kconfig | 271 to check memory block to avoid memory overwritten.
|