/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/ |
H A D | kconfig-tweak.in | 80 local before="$1" 85 sed -e "s:$before:$after:" "$infile" >"$tmpfile" 101 local name=$1 new=$2 before=$3 104 before_re="^($before=|# $before is not set)" 105 if test -n "$before" && grep -Eq "$before_re" "$FN"; then 106 txt_append "^$before=" "$new" "$FN" 107 txt_append "^# $before is not set" "$new" "$FN"
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/ |
H A D | ble_ll_sched.c | 63 * -> Wait for current event to finish hoping it does before schedule item. 348 * 13 usecs before (this is important). in ble_ll_sched_master_new() 370 * before the window offset. Transmitting later is fine since we have the in ble_ll_sched_master_new() 371 * transmit window to do so. Transmitting before is bad, since the slave in ble_ll_sched_master_new() 474 /* We can insert if before entry in list */ in ble_ll_sched_master_new() 578 * 13 usecs before (this is important). in ble_ll_sched_master_new() 600 * before the window offset. Transmitting later is fine since we have the in ble_ll_sched_master_new() 601 * transmit window to do so. Transmitting before is bad, since the slave in ble_ll_sched_master_new() 660 /* We can insert if before entry in list */ in ble_ll_sched_master_new() 751 * does not matter if we turn on the receiver up to one tick before w in ble_ll_sched_slave_new() [all …]
|
H A D | ble_ll_xcvr.c | 143 * If the timer is on the list, we need to see if its expiry is before in ble_ll_xcvr_rfclk_timer_start() 144 * 'cputime'. If the expiry is before, no need to do anything. If it in ble_ll_xcvr_rfclk_timer_start()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/ |
H A D | zlib.h | 54 (providing more output space) before each call. 132 opaque before calling the init function. All other fields are set by the 223 zalloc, zfree and opaque must be initialized before by the caller. 263 Before the call of deflate(), the application should ensure that at least 266 should never be zero before the call. The application can consume the 273 decide how much data to accumualte before producing output, in order to 280 before the call.) Flushing may degrade compression for some compression 346 next_in, avail_in, zalloc, zfree and opaque must be initialized before by 383 Before the call of inflate(), the application should ensure that at least 397 the header and before the first block. When doing a raw inflate, inflate() [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/ |
H A D | zlib.h | 54 (providing more output space) before each call. 132 opaque before calling the init function. All other fields are set by the 223 zalloc, zfree and opaque must be initialized before by the caller. 263 Before the call of deflate(), the application should ensure that at least 266 should never be zero before the call. The application can consume the 273 decide how much data to accumualte before producing output, in order to 280 before the call.) Flushing may degrade compression for some compression 346 next_in, avail_in, zalloc, zfree and opaque must be initialized before by 383 Before the call of inflate(), the application should ensure that at least 397 the header and before the first block. When doing a raw inflate, inflate() [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | README | 24 http://www.zlib.org or http://www.gzip.org/zlib/ Before reporting a problem, 29 PLEASE read the zlib FAQ http://www.gzip.org/zlib/zlib_faq.html before asking 82 installed before testing (do "make install" before "make test"), since the
|
H A D | zlib.3 | 24 (providing more output space) before each call. 119 Before reporting a problem, 132 before asking for help.
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_qspi.h | 154 * Write, read, and erase operations check memory device busy state before starting the operation. 177 * Write, read, and erase operations check memory device busy state before starting the operation. 186 * before the write operation checked if memory was busy. 204 * Write, read, and erase operations check memory device busy state before starting the operation. 213 * before the erase operation checked if memory was busy.
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/ |
H A D | UPGRADING | 20 shutdown before): Now the application does *NOT* get any calls to the recv 52 still want to use your own timer implementation for NO_SYS==0 (as before). 62 binary semaphores instead of mutexes - as before)
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/ |
H A D | UPGRADING | 26 has to be set "up" before starting the DHCP client 111 shutdown before): Now the application does *NOT* get any calls to the recv 143 still want to use your own timer implementation for NO_SYS==0 (as before). 153 binary semaphores instead of mutexes - as before)
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/test/unit/tcp/ |
H A D | test_tcp_oos.c | 173 /* p1: 8 bytes before FIN */ in START_TEST() 176 /* p2: 4 bytes before p1, including the first 4 bytes of p1 (partly duplicate) */ in START_TEST() 182 /* p4: 14 bytes before FIN, includes data from p1 and p2, plus partly from pinseq */ in START_TEST() 311 /* p1: 7 bytes - 2 before FIN */ in START_TEST() 314 /* p2: 4 bytes before p1, including the first 4 bytes of p1 (partly duplicate) */ in START_TEST() 320 /* p4: 13 bytes - 2 before FIN - should be ignored as contained in p1 and p3 */ in START_TEST() 326 /* p5: last byte before FIN */ in START_TEST() 844 /* dropped normal data before */ in test_tcp_recv_ooseq_double_FINs() 858 /* dropped normal FIN before */ in test_tcp_recv_ooseq_double_FINs() 867 /* dropped data-after-FIN before */ in test_tcp_recv_ooseq_double_FINs() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/ |
H A D | snmp_agent.txt | 74 Before starting the agent you should supply pointers 88 Also before starting the agent you need to setup 131 using snmp_set_sysobjid(&my_object_id), just before snmp_init().
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 224 will wait before starting to look for Friend nodes. 265 requests are received by the Friend node before the 283 is in practice how much time in advance before the Receive Window 495 one used before power off. 507 to set this value to anything else than 0 (a power loss before
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/documentation/ |
H A D | tinycrypt.rst | 138 cleans the state context before exiting. Thus, applications do not need to 145 * Before using HMAC-PRNG, you *must* find an entropy source to produce a seed. 170 * Before using CTR-PRNG, you *must* find an entropy source to produce a seed. 190 most 2^48 calls to tc_cmac_update function before re-calling tc_cmac_setup 254 before calling uECC_make_key() or uECC_sign().
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/tcp/ |
H A D | test_tcp_oos.c | 184 /* p1: 8 bytes before FIN */ in START_TEST() 187 /* p2: 4 bytes before p1, including the first 4 bytes of p1 (partly duplicate) */ in START_TEST() 193 /* p4: 14 bytes before FIN, includes data from p1 and p2, plus partly from pinseq */ in START_TEST() 318 /* p1: 7 bytes - 2 before FIN */ in START_TEST() 321 /* p2: 4 bytes before p1, including the first 4 bytes of p1 (partly duplicate) */ in START_TEST() 327 /* p4: 13 bytes - 2 before FIN - should be ignored as contained in p1 and p3 */ in START_TEST() 333 /* p5: last byte before FIN */ in START_TEST() 917 /* dropped normal data before */ in test_tcp_recv_ooseq_double_FINs() 931 /* dropped normal FIN before */ in test_tcp_recv_ooseq_double_FINs() 940 /* dropped data-after-FIN before */ in test_tcp_recv_ooseq_double_FINs() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/prot/ |
H A D | autoip.h | 61 #define ANNOUNCE_WAIT 2 /* seconds (delay before announcing) */ 62 #define MAX_CONFLICTS 10 /* (max conflicts before rate limiting) */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/prot/ |
H A D | autoip.h | 61 #define ANNOUNCE_WAIT 2 /* seconds (delay before announcing) */ 62 #define MAX_CONFLICTS 10 /* (max conflicts before rate limiting) */
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/ |
H A D | os_cputime.h | 87 /** evaluates to true if t1 is before t2 in time */ 98 * and before any other timer API are used. This should be called only once 99 * and should be called before the hardware timer is used.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/unit/tcp/ |
H A D | test_tcp_oos.c | 179 /* p1: 8 bytes before FIN */ in START_TEST() 182 /* p2: 4 bytes before p1, including the first 4 bytes of p1 (partly duplicate) */ in START_TEST() 188 /* p4: 14 bytes before FIN, includes data from p1 and p2, plus partly from pinseq */ in START_TEST() 319 /* p1: 7 bytes - 2 before FIN */ in START_TEST() 322 /* p2: 4 bytes before p1, including the first 4 bytes of p1 (partly duplicate) */ in START_TEST() 328 /* p4: 13 bytes - 2 before FIN - should be ignored as contained in p1 and p3 */ in START_TEST() 334 /* p5: last byte before FIN */ in START_TEST() 948 /* dropped normal data before */ in test_tcp_recv_ooseq_double_FINs() 962 /* dropped normal FIN before */ in test_tcp_recv_ooseq_double_FINs() 971 /* dropped data-after-FIN before */ in test_tcp_recv_ooseq_double_FINs() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/ |
H A D | UPGRADING | 69 has to be set "up" before starting the DHCP client 154 shutdown before): Now the application does *NOT* get any calls to the recv 186 still want to use your own timer implementation for NO_SYS==0 (as before). 196 binary semaphores instead of mutexes - as before)
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_eddystone.h | 67 * this struct before calling this function. 86 * this struct before calling this function.
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/ |
H A D | cmac_mode.h | 55 * 2^48 calls to the tc_cmac_update function before re-calling 89 * multiple messages. A practical limit is 2^48 1K messages before you 127 /* calls to tc_cmac_update left before re-key */
|
H A D | sha256.h | 44 * the string being hashed is prefix-free encoded before hashing. 47 * tc_sha256_state_struct before hashing a new string.
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/test/ |
H A D | test_npl_sem.c | 111 * This function performs initializations that are required before tasks run. 120 * before initializing the tasks with the OS. in init_app_tasks()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/src/ |
H A D | main.c | 101 * These values had saved before power down. in light_default_status_init() 118 * This value had saved before power down. in light_default_status_init()
|