/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | algorithm.txt | 39 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 D | deflate.h | 144 * 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 D | ble_hs_pvcy_test.c | 328 /* 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 D | ble_gatts_notify_test.c | 627 * 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 D | jffs2.h | 120 /* 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 D | serial.c | 34 /* wait until the transmitter is no longer busy */ in serial_flush_output()
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/ |
H A D | ble_lp_clock.rst | 31 for OS cputime clock and is no longer used. The configuration will look
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/ |
H A D | diskio.h | 53 #define CTRL_TRIM 4 /* Inform device that the data on the block of sectors is no longer used (nee…
|
H A D | 00history.txt | 261 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 D | uip-code-style.c | 57 * Put a longer description of what the function does
|
/nrf52832-nimble/rt-thread/components/utilities/ulog/syslog/ |
H A D | syslog.h | 78 * LOG_ODELAY no longer does anything.
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | index.rst | 12 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 D | pbuf.c | 585 * 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 D | auth.h | 78 /* a network protocol no longer needs link */
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/src/ |
H A D | main.c | 115 * 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 D | pbuf.c | 682 * 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 D | smtp.c | 920 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 D | nodemgmt.c | 66 * 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 D | pbuf.c | 692 * 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 D | UPGRADING | 55 enabled as some longer lasting functions like big writes still need to delay)
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_i2s.h | 131 * passed previously to the driver that will no longer
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/ |
H A D | syscfg.yml | 137 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 D | snmp_opts.h | 260 …* 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 D | snmp_opts.h | 260 …* 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 D | zdef.h | 100 #define ZMNEWL 1 /* transfer if source newer or longer */
|