Home
last modified time | relevance | path

Searched full:saves (Results 1 – 20 of 20) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dsmtp_opts.h43 * during the smtp session, which saves some heap space. */
/nrf52832-nimble/rt-thread/components/net/uip/uip/
H A Dlc.h76 * The set operation saves the state of the function at the point
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/sntp/
H A Dsntp.c196 /** Saves the last server address to compare with response */
201 /** Saves the last timestamp sent (which is sent back by the server)
/nrf52832-nimble/rt-thread/components/drivers/spi/sfud/inc/
H A Dsfud_flash_def.h145 /* This table saves flash read-fast instructions in QSPI mode,
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/
H A Dsyscfg.yml207 This option saves both both code and RAM.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dalgorithm.txt55 but saves time since there are both fewer insertions and fewer searches.
H A Ddeflate.h178 * greater than this length. This saves time but degrades compression.
H A Ddeflate.c1507 * is not too large. This saves time but degrades compression.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/sntp/
H A Dsntp.c261 /** Saves the last server address to compare with response */
266 /** Saves the last timestamp sent (which is sent back by the server)
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A DINSTALL34 and enabled with `--cache-file=config.cache' or simply `-C') that saves
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/
H A Da00191.html96 <a name="l00076"></a>00076 <span class="comment"> * The set operation saves the state of the functi…
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Dmem.c91 plus a struct memp_malloc_helper that saves the pool this element came from? */ in mem_malloc()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Dmem.c175 plus a struct memp_malloc_helper that saves the pool this element came from? */ in mem_malloc()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Dmem.c260 plus a struct memp_malloc_helper that saves the pool this element came from? */ in mem_malloc()
/nrf52832-nimble/nordic/cmsis/include/
H A Darm_math.h4000 float32_t energy; /**< saves previous frame energy. */
4001 float32_t x0; /**< saves previous input sample. */
4052 q31_t energy; /**< saves previous frame energy. */
4053 q31_t x0; /**< saves previous input sample. */
4106 q15_t energy; /**< saves previous frame energy. */
4107 q15_t x0; /**< saves previous input sample. */
/nrf52832-nimble/rt-thread/components/CMSIS/Include/
H A Darm_math.h4162 float32_t energy; /**< saves previous frame energy. */
4163 float32_t x0; /**< saves previous input sample. */
4216 q31_t energy; /**< saves previous frame energy. */
4217 q31_t x0; /**< saves previous input sample. */
4272 q15_t energy; /**< saves previous frame energy. */
4273 q15_t x0; /**< saves previous input sample. */
/nrf52832-nimble/rt-thread/tools/
H A Dkconfiglib.py1277 # _sync_deps() and saves some work
1945 # syntax checking. Inlining _next_token() and _peek_token() into them saves
5508 # This saves work if we run into the symbol/choice again in later calls
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Dauth.c1590 /* note: set_allowed_addrs() saves opts (but not addrs):
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A Dauth.c1590 /* note: set_allowed_addrs() saves opts (but not addrs):
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dopt.h2067 * This saves RAM (counters per socket) and code (netconn event callback), which