Home
last modified time | relevance | path

Searched full:avoid (Results 1 – 25 of 135) sorted by relevance

123456

/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A DChangeLog11 - 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 Dinffast.c59 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 Dzutil.h38 * avoid conflict with other libraries that use the same workaround.
61 /* (size given to avoid silly warnings with Visual C++) */
H A Ddeflate.c20 * 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 Dcoding_style_en.txt21 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 Duip-1.0-changelog.txt57 * 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 Ddepcomp78 # 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 Dmem_std.c15 /* avoid the heap and heap-using library functions supplied by arm */
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/include/asm/
H A Dtypes.h35 * These aren't exported outside the kernel to avoid name space clashes
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/include/nimble/
H A Dnpl_shell.h58 /** @brief Optionally register a default module, to avoid typing it in
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/
H A D00history.txt105 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 Dsntp.c144 * 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 Dmips_types.h61 * 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 Dmqtt_opts.h61 …* If one wants to avoid fragmented incoming publish, set length to max incoming topic length + max…
H A Dsmtp.h95 * 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 Dmqtt_opts.h61 …* 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 Dapi.h66 /** Should this netconn avoid blocking? */
122 /* forward-declare some structs to avoid to include their headers */
H A Dmemp.h73 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 DNO_SYS_SampleCode.c5 /* 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 DNO_SYS_SampleCode.c6 /* Allocate pbuf from pool (avoid using heap in interrupts) */ in eth_mac_irq()
/nrf52832-nimble/rt-thread/components/net/uip/uip/
H A Duip-split.h65 * Module for splitting outbound TCP segments in two to avoid the
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/
H A DCHANGELOG1290 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 Da00134.html22 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 Dkconfig-language.txt113 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 DKconfig271 to check memory block to avoid memory overwritten.

123456