Home
last modified time | relevance | path

Searched full:many (Results 1 – 25 of 171) sorted by relevance

1234567

/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dalgorithm.txt68 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 Dsyscfg.yml62 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 Derrno.h71 #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 Derrno.h71 #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 Dymodem.h48 /* 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 Darch.h102 #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 DUPGRADING67 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 DUPGRADING44 * 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 Duffs_ecc.h66 * >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 DUPGRADING87 * 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 Dindex.rst17 …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 Dsockets_priv.h86 /** 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 Dmbutils.c63 /* 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 DAUTHORS9 will not try to list the many authors here.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/store/ram/src/
H A Dble_store_ram.c159 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 Dble_store_config.c158 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 Dcmac_mode.h72 * 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 DREADME8 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 Dmppe.c178 * 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 Dmppe.c178 * 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 DREADME8 try to modify them to exercise as many code paths as possible, by instrumenting
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dhwtimer.h74 … 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 Duffs_ecc.c183 * >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 Dgic.c9 * 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 Dringblk_buf.h16 …* The rbb is the ring buffer which is composed with many blocks. It is different from the ring buf…

1234567