Home
last modified time | relevance | path

Searched full:longer (Results 1 – 25 of 122) sorted by relevance

12345

/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dalgorithm.txt39 a longer match at the next input byte. If a longer match is found, the
46 the current match is long enough, deflate() reduces the search for a longer
64 codes are much more common than longer codes, so pay attention to decoding the
65 short codes fast, and let the long codes take longer to decode.
72 grabs more bits and tries to decode a longer code.
78 building the table ends up taking a lot longer for more bits since short
86 those cases, the table ended up one bit longer than the ``average'' code
103 If the symbol is longer than nine bits, then that entry in the table points
H A Ddeflate.h144 * byte no longer takes part in the hash key, that is:
186 /* Use a faster search when the previous match is longer than this */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_hs_pvcy_test.c328 /* Ensure GAP procedures are no longer preempted. */ in TEST_CASE()
355 /* Ensure GAP procedures are no longer preempted. */ in TEST_CASE()
393 /* Ensure GAP procedures are no longer preempted. */ in TEST_CASE()
432 /* Ensure GAP procedures are no longer preempted. */ in TEST_CASE()
482 /* Ensure GAP procedures are no longer preempted. */ in TEST_CASE()
H A Dble_gatts_notify_test.c627 * notifications are not sent and are no longer enabled. in TEST_CASE()
737 * indications are not sent and are no longer enabled. in TEST_CASE()
989 /* Verify 'updated' state is no longer persisted. */ in TEST_CASE()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/linux/
H A Djffs2.h120 /* The uid, gid, atime, mtime and ctime members could be longer, but
188 /* The uid, gid, atime, mtime and ctime members could be longer, but
/nrf52832-nimble/rt-thread/libcpu/arm/s3c44b0/
H A Dserial.c34 /* wait until the transmitter is no longer busy */ in serial_flush_output()
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/
H A Dble_lp_clock.rst31 for OS cputime clock and is no longer used. The configuration will look
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/
H A Ddiskio.h53 #define CTRL_TRIM 4 /* Inform device that the data on the block of sectors is no longer used (nee…
H A D00history.txt261 Added a file open method FA_OPEN_APPEND. An f_lseek() following f_open() is no longer needed.
/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A Duip-code-style.c57 * Put a longer description of what the function does
/nrf52832-nimble/rt-thread/components/utilities/ulog/syslog/
H A Dsyslog.h78 * LOG_ODELAY no longer does anything.
/nrf52832-nimble/packages/NimBLE-latest/docs/
H A Dindex.rst12 reliability over longer distances. It also features 0-dBm (1 mW) power
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Dpbuf.c585 * Dereference a pbuf chain or queue and deallocate any no-longer-used
654 /* this pbuf is no longer referenced to? */ in pbuf_free()
773 * using it. Use pbuf_cat() instead if you no longer use t.
819 /* q is no longer referenced by p, free it */ in pbuf_dechain()
824 ("pbuf_dechain: deallocated %p (as it is no longer referenced)\n", (void *)q)); in pbuf_dechain()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dauth.h78 /* a network protocol no longer needs link */
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/src/
H A Dmain.c115 * exited and the stack is no longer valid.
525 * the button and its corresponding led are no longer in button_pressed_worker()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Dpbuf.c682 * Dereference a pbuf chain or queue and deallocate any no-longer-used
751 /* this pbuf is no longer referenced to? */ in pbuf_free()
869 * using it. Use pbuf_cat() instead if you no longer use t.
915 /* q is no longer referenced by p, free it */ in pbuf_dechain()
920 ("pbuf_dechain: deallocated %p (as it is no longer referenced)\n", (void *)q)); in pbuf_dechain()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/smtp/
H A Dsmtp.c920 size_t longer = (source_len % 3) ? (3 - (source_len % 3)) : 0; in smtp_base64_encode() local
921 size_t source_len_b64 = source_len + longer; in smtp_base64_encode()
942 for (i = len - longer; i < len; i++) { in smtp_base64_encode()
1113 /* @todo: support base64-encoded longer than 64k */ in smtp_prepare_auth_login_uname()
1129 /* @todo: support base64-encoded longer than 64k */ in smtp_prepare_auth_login_pass()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dnodemgmt.c66 * If one block is actually erased, it is not longer counted as dirty_space in jffs2_reserve_space()
573 /* Nodes which have been marked obsolete no longer need to be in jffs2_mark_node_obsolete()
664 * If one block is actually erased, it is not longer counted as dirty_space in jffs2_thread_should_wake()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Dpbuf.c692 * Dereference a pbuf chain or queue and deallocate any no-longer-used
757 /* this pbuf is no longer referenced to? */ in pbuf_free()
882 * using it. Use pbuf_cat() instead if you no longer use t.
928 /* q is no longer referenced by p, free it */ in pbuf_dechain()
933 ("pbuf_dechain: deallocated %p (as it is no longer referenced)\n", (void *)q)); in pbuf_dechain()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/
H A DUPGRADING55 enabled as some longer lasting functions like big writes still need to delay)
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_i2s.h131 * passed previously to the driver that will no longer
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/
H A Dsyscfg.yml137 last longer than the number of slots allocated here and may also end earlier
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dsnmp_opts.h260 …* repetitions could block the thread for a longer time. Setting limit here will keep the stack mor…
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dsnmp_opts.h260 …* repetitions could block the thread for a longer time. Setting limit here will keep the stack mor…
/nrf52832-nimble/rt-thread/components/utilities/zmodem/
H A Dzdef.h100 #define ZMNEWL 1 /* transfer if source newer or longer */

12345