Home
last modified time | relevance | path

Searched full:previous (Results 1 – 25 of 176) sorted by relevance

12345678

/nrf52832-nimble/nordic/nrfx/soc/
H A Dnrfx_atomic.h64 * @brief Function for storing a value to an atomic object and returning its previous value.
69 * @return Previous value stored in the atomic object.
85 * and returning its previous value.
90 * @return Previous value stored in the atomic object.
107 * and returning its previous value.
112 * @return Previous value stored in the atomic object.
129 * and returning its previous value.
134 * @return Previous value stored in the atomic object.
151 * and returning its previous value.
156 * @return Previous value stored in the atomic object.
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Datomic.h56 * @return Previous value of @a target.
72 * @return Previous value of @a target.
88 * @return Previous value of @a target.
104 * @return Previous value of @a target.
133 * the previous value of @a target.
138 * @return Previous value of @a target.
145 * writes value into *ptr, and returns the previous contents of *ptr. in atomic_set()
154 * This routine atomically sets @a target to zero and returns its previous
159 * @return Previous value of @a target.
177 * @return Previous value of @a target.
[all …]
H A Dnet.h127 u16_t frnd; /* Previous Friend's address */
183 /* Previous Friend of this LPN */
/nrf52832-nimble/nordic/nrfx/templates/
H A Dnrfx_glue.h169 * @brief Macro for storing a value to an atomic object and returning its previous value.
174 * @return Previous value of the atomic object.
179 …* @brief Macro for running a bitwise OR operation on an atomic object and returning its previous v…
184 * @return Previous value of the atomic object.
190 * and returning its previous value.
195 * @return Previous value of the atomic object.
201 * and returning its previous value.
206 * @return Previous value of the atomic object.
212 * and returning its previous value.
217 * @return Previous value of the atomic object.
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/
H A Dip4_frag.c160 * @param prev the previous datagram in the linked list
252 /* older than the previous oldest */ in ip_reass_remove_oldest_datagram()
285 /* No matching previous fragment found, allocate a new reassdata struct */ in ip_reass_enqueue_new_datagram()
389 /* fragment overlaps with previous or following, throw away */ in ip_reass_chain_frag_into_datagram_and_validate()
396 * and the previous fragment */ in ip_reass_chain_frag_into_datagram_and_validate()
423 * and the previous fragment */ in ip_reass_chain_frag_into_datagram_and_validate()
446 LWIP_ASSERT("no previous fragment, this must be the first fragment!", in ip_reass_chain_frag_into_datagram_and_validate()
553 * remembering the previous in the queue for later dequeueing. */ in ip4_reass()
559 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip4_reass: matching previous fragment ID=%"X16_F"\n", in ip4_reass()
651 /* find the previous entry in the linked list */ in ip4_reass()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Ddeflate.h105 int last_flush; /* value of flush param for previous deflate call */
154 IPos prev_match; /* previous match */
155 int match_available; /* set if previous match exists */
161 /* Length of the best match at previous step. Matches not greater than this
186 /* Use a faster search when the previous match is longer than this */
H A Dalgorithm.txt6 pointer to the previous string, in the form of a pair (distance,
8 to 258 bytes. When a string does not occur anywhere in the previous
40 previous match is truncated to a length of one (thus producing a single
H A Ddeflate.c18 * string matches are performed only when the previous match ends. So it
25 * A previous version of this file used a more sophisticated algorithm
168 * previous key instead of complete recalculation each time.
174 * Insert string str in the dictionary and set match_head to the previous head
176 * the previous length of the hash chain.
556 int old_flush; /* value of flush param for previous deflate call */
1614 /* If there was a match at the previous step and the current
1615 * match is not better, output the previous match:
1645 /* If there was no match at the previous position, output a
1647 * is longer, truncate the previous match to a single literal.
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/
H A Dip4_frag.c156 * @param prev the previous datagram in the linked list
248 /* older than the previous oldest */ in ip_reass_remove_oldest_datagram()
281 /* No matching previous fragment found, allocate a new reassdata struct */ in ip_reass_enqueue_new_datagram()
373 /* fragment overlaps with previous or following, throw away */ in ip_reass_chain_frag_into_datagram_and_validate()
396 * and the previous fragment */ in ip_reass_chain_frag_into_datagram_and_validate()
419 LWIP_ASSERT("no previous fragment, this must be the first fragment!", in ip_reass_chain_frag_into_datagram_and_validate()
525 * remembering the previous in the queue for later dequeueing. */ in ip4_reass()
531 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip4_reass: matching previous fragment ID=%"X16_F"\n", in ip4_reass()
606 /* find the previous entry in the linked list */ in ip4_reass()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/
H A Dip_frag.c154 * @param prev the previous datagram in the linked list
244 /* older than the previous oldest */ in ip_reass_remove_oldest_datagram()
272 /* No matching previous fragment found, allocate a new reassdata struct */ in ip_reass_enqueue_new_datagram()
365 /* fragment overlaps with previous or following, throw away */ in ip_reass_chain_frag_into_datagram_and_validate()
388 * and the previous fragment */ in ip_reass_chain_frag_into_datagram_and_validate()
411 LWIP_ASSERT("no previous fragment, this must be the first fragment!", in ip_reass_chain_frag_into_datagram_and_validate()
519 * remembering the previous in the queue for later dequeueing. */ in ip_reass()
525 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_reass: matching previous fragment ID=%"X16_F"\n", in ip_reass()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/tests/
H A Dzlib1.c106 "Code or any previous Modifications. When Covered Code is\n"
111 " previous Modifications.\n"
114 " Original Code or previous Modifications.\n"
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/crc/
H A Dcrc.h78 // previous CRC calculation
88 // Ethernet FCS algorithm, but accumulate the result from a previous
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/src/
H A Dmain.c198 u8_t previous; member
370 if (state->previous != state->current && in gen_onoff_set_unack()
373 state->previous, in gen_onoff_set_unack()
375 state->previous = state->current; in gen_onoff_set_unack()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/
H A Dsockets_priv.h75 /** data that was left from the previous read */
159 /** Pointer to the previous waiting task */
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_pdm.h164 * @retval NRFX_ERROR_BUSY If a previous start/stop operation is in progress.
176 * @retval NRFX_ERROR_BUSY If a previous start/stop operation is in progress.
H A Dnrfx_i2s.h138 * the previous time the data handler signaled such need.
139 * This means that data corruption occurred (the previous
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/lxdialog/
H A Dtextbox.c172 case 'K': /* Previous line */ in dialog_textbox()
182 case 'B': /* Previous page */ in dialog_textbox()
351 /* Clear 'residue' of previous line */ in print_line()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/
H A Dppp.txt477 from previous lwIP version is pretty easy:
479 * Previous PPP API used an integer to identify PPP sessions, we are now
490 * Previous PPP API used CamelCase, we are now using snake_case.
492 * Previous PPP API mixed PPPoS and PPPoE calls, this isn't the case anymore,
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Dppp.txt477 from previous lwIP version is pretty easy:
479 * Previous PPP API used an integer to identify PPP sessions, we are now
490 * Previous PPP API used CamelCase, we are now using snake_case.
492 * Previous PPP API mixed PPPoS and PPPoE calls, this isn't the case anymore,
/nrf52832-nimble/rt-thread/components/finsh/
H A Dfinsh_heap.c239 /* find out the previous header */ in finsh_block_merge()
249 /* merge to previous node */ in finsh_block_merge()
/nrf52832-nimble/rt-thread/components/net/sal_socket/impl/
H A Daf_inet_lwip.c48 /** data that was left from the previous read */
50 /** offset in the data that was left from the previous read */
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/
H A Duffs_buf.h64 struct uffs_BufSt *prev; //!< link to previous buffer
66 struct uffs_BufSt *prev_dirty; //!< link to previous dirty buffer
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv6/
H A Dip6_frag.c234 /* older than the previous oldest */ in ip6_reass_remove_oldest_datagram()
292 * remembering the previous in the queue for later dequeueing. */ in ip6_reass()
409 /* fragment overlaps with previous, throw away */ in ip6_reass()
442 * and the previous fragment */ in ip6_reass()
465 LWIP_ASSERT("no previous fragment, this must be the first fragment!", in ip6_reass()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv6/
H A Dip6_frag.c247 /* older than the previous oldest */ in ip6_reass_remove_oldest_datagram()
317 * remembering the previous in the queue for later dequeueing. */ in ip6_reass()
444 /* fragment overlaps with previous, throw away */ in ip6_reass()
474 * and the previous fragment */ in ip6_reass()
497 LWIP_ASSERT("no previous fragment, this must be the first fragment!", in ip6_reass()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/kernel/linux/
H A Drbtree.h43 /* Find logical next and previous nodes in a tree */

12345678