/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | algorithm.txt | 68 input less than the length of longest code. It gets that many bits from the 70 code is that many bits or less and how many, and if it is, it will tell 74 How many bits to make the first lookup is a tradeoff between the time it 79 codes are replicated many times in such a table. What inflate() does is 109 symbols, you could have as many levels of lookups as is efficient. For 117 You may wonder: why not just have one lookup table for how ever many bits the 157 Each entry is what the bits decode as and how many bits that is, i.e. how 158 many bits to gobble. Or the entry points to another table, with the number of
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 62 This option specifies how many Proxy Filter entries the local 68 This option specifies how many subnets a Mesh network can 74 This option specifies how many application keys the device can 80 This option specifies how many application keys each model can 86 This option specifies how many group addresses each model can 92 This option specifies how many Label UUIDs can be stored. 129 in Progress, we need to keep track of how many hours has passed 136 how many hours the node has been in the state. This doesn't 143 option allows specifying a divider, i.e. how many intervals 165 determines also how many segments incoming segmented messages [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | errno.h | 71 #define EMFILE 24 /* Too many open files */ 78 #define EMLINK 31 /* Too many links */ 87 #define ELOOP 40 /* Too many symbolic links encountered */ 131 #define ELIBMAX 82 /* Attempting to link in too many shared libraries */ 136 #define EUSERS 87 /* Too many users */ 158 #define ETOOMANYREFS 109 /* Too many references: cannot splice */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | errno.h | 71 #define EMFILE 24 /* Too many open files */ 78 #define EMLINK 31 /* Too many links */ 87 #define ELOOP 40 /* Too many symbolic links encountered */ 131 #define ELIBMAX 82 /* Attempting to link in too many shared libraries */ 136 #define EUSERS 87 /* Too many users */ 158 #define ETOOMANYREFS 109 /* Too many references: cannot splice */
|
/nrf52832-nimble/rt-thread/components/utilities/ymodem/ |
H A D | ymodem.h | 48 /* how many ticks wait for chars between packet. */ 52 /* how many ticks wait for between packet. */ 56 /* how many ticks between two handshake code. */ 61 /* how many CAN be sent when user active end the session. */
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | arch.h | 102 #define EMFILE 24 /* Too many open files */ 109 #define EMLINK 31 /* Too many links */ 118 #define ELOOP 40 /* Too many symbolic links encountered */ 162 #define ELIBMAX 82 /* Attempting to link in too many shared libraries */ 167 #define EUSERS 87 /* Too many users */ 189 #define ETOOMANYREFS 109 /* Too many references: cannot splice */
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/ |
H A D | UPGRADING | 67 prevent creating many small pbufs when calling tcp_write with many small 132 * Implemented many nonblocking socket/netconn functions
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/ |
H A D | UPGRADING | 44 * MANY new and moved files! 158 prevent creating many small pbufs when calling tcp_write with many small 223 * Implemented many nonblocking socket/netconn functions
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/ |
H A D | uffs_ecc.h | 66 * >0 -- how many bits are corrected 81 * >0 -- how many bits are corrected
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/ |
H A D | UPGRADING | 87 * MANY new and moved files! 201 prevent creating many small pbufs when calling tcp_write with many small 266 * Implemented many nonblocking socket/netconn functions
|
/nrf52832-nimble/packages/NimBLE-latest/docs/mesh/ |
H A D | index.rst | 17 …Mesh is a new standard from Bluetooth SIG that was released in 2017. It enables many-to-many device
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/ |
H A D | sockets_priv.h | 86 /** counter of how many threads are waiting for this socket using select */ 90 /* counter of how many threads are using a struct lwip_sock (not the 'int') */
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/functions/ |
H A D | mbutils.c | 63 /* How many bits precede our bits to set. */ in xMBUtilSetBits() 97 /* How many bits precede our bits to set. */ in xMBUtilGetBits()
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | AUTHORS | 9 will not try to list the many authors here.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/store/ram/src/ |
H A D | ble_store_ram.c | 159 BLE_HS_LOG(DEBUG, "error persisting our sec; too many entries " in ble_store_ram_write_our_sec() 273 BLE_HS_LOG(DEBUG, "error persisting peer sec; too many entries " in ble_store_ram_write_peer_sec() 371 BLE_HS_LOG(DEBUG, "error persisting cccd; too many entries (%d)\n", in ble_store_ram_write_cccd()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/store/config/src/ |
H A D | ble_store_config.c | 158 BLE_HS_LOG(DEBUG, "error persisting our sec; too many entries " in ble_store_config_write_our_sec() 289 BLE_HS_LOG(DEBUG, "error persisting peer sec; too many entries " in ble_store_config_write_peer_sec() 399 BLE_HS_LOG(DEBUG, "error persisting cccd; too many entries (%d)\n", in ble_store_config_write_cccd()
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/ |
H A D | cmac_mode.h | 72 * many CMAC computations. 88 * Steps (1)-(3) can be repeated as many times as you want to CMAC
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/fuzz/ |
H A D | README | 8 try to modify them to exercise as many code paths as possible, by instrumenting
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | mppe.c | 178 * know how many times we've rekeyed. (If we rekey and THEN get another 403 * Take LCP down if the peer is sending too many bogons. in mppe_decompress() 407 lcp_close(pcb, "Too many MPPE errors"); in mppe_decompress()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | mppe.c | 178 * know how many times we've rekeyed. (If we rekey and THEN get another 403 * Take LCP down if the peer is sending too many bogons. in mppe_decompress() 407 lcp_close(pcb, "Too many MPPE errors"); in mppe_decompress()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/fuzz/ |
H A D | README | 8 try to modify them to exercise as many code paths as possible, by instrumenting
|
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/ |
H A D | hwtimer.h | 74 … rt_int32_t cycles; /* how many times will generate a timeout event after overflow */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/ |
H A D | uffs_ecc.c | 183 * >0 -- how many bits corrected 249 * >0 -- how many bits corrected 334 * >0 -- how many bits corrected
|
/nrf52832-nimble/rt-thread/libcpu/arm/realview-a8-vmm/ |
H A D | gic.c | 9 * 2014-04-03 Grissiom many enhancements 200 /* Find out how many interrupts are supported. */ in arm_gic_dist_init()
|
/nrf52832-nimble/rt-thread/components/drivers/include/ipc/ |
H A D | ringblk_buf.h | 16 …* The rbb is the ring buffer which is composed with many blocks. It is different from the ring buf…
|