/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | infback.c | 257 code last; /* parent table entry */ local 271 state->last = 0; 280 /* Inflate until end of block marked as last */ 285 if (state->last) { 291 state->last = BITS(1); 296 state->last ? " (last)" : "")); 302 state->last ? " (last)" : "")); 307 state->last ? " (last)" : "")); 482 last = this; 484 this = state->lencode[last.val + [all …]
|
H A D | infblock.c | 1 /* infblock.c -- interpret and process block types to last block 45 Huffman codes, but the last two had better not show up in the data. 58 really is 258. The last length deserves its own, short code 142 s->last = t & 1; 147 s->last ? " (last)" : "")); 155 s->last ? " (last)" : "")); 173 s->last ? " (last)" : "")); 197 s->mode = s->sub.left ? STORED : (s->last ? DRY : TYPE); 214 s->mode = s->last ? DRY : TYPE; 348 if (!s->last)
|
H A D | inflate.c | 46 * - Unroll last copy for window match in inflate_fast() 114 state->last = 0; 310 Update the window with the last wsize (normally 32K) bytes written before 318 advantage, since only the last 32K of output is copied to the sliding window 538 When there is a window, goto inf_leave will update the window with the last 568 code last; /* parent table entry */ local 776 if (state->last) { 782 state->last = BITS(1); 787 state->last ? " (last)" : "")); 793 state->last ? " (last)" : "")); [all …]
|
H A D | inffast.c | 73 unsigned char FAR *last; /* while in < last, enough input available */ local 100 last = in + (strm->avail_in - 5); 285 } while (in < last && out < end); 296 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last));
|
H A D | infutil.h | 23 DONE, /* finished last block, done */ 48 uInt last; /* true if this block is the last block */ member
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/ |
H A D | os_mbuf.c | 355 struct os_mbuf *last; in os_mbuf_append() local 368 /* Scroll to last mbuf in the chain */ in os_mbuf_append() 369 last = om; in os_mbuf_append() 370 while (SLIST_NEXT(last, om_next) != NULL) { in os_mbuf_append() 371 last = SLIST_NEXT(last, om_next); in os_mbuf_append() 375 space = OS_MBUF_TRAILINGSPACE(last); in os_mbuf_append() 385 memcpy(OS_MBUF_DATA(last, uint8_t *) + last->om_len , data, space); in os_mbuf_append() 387 last->om_len += space; in os_mbuf_append() 405 SLIST_NEXT(last, om_next) = new; in os_mbuf_append() 406 last = new; in os_mbuf_append() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | friend.c | 32 * to resend the last sent PDU, which sits separately outside of the queue. 168 if (frnd->last) { in friend_clear() 171 BT_MESH_ADV(frnd->last)->busy = 0; in friend_clear() 174 net_buf_unref(frnd->last); in friend_clear() 175 frnd->last = NULL; in friend_clear() 449 if (frnd->last) { in enqueue_sub_cfm() 450 BT_DBG("Discarding last PDU"); in enqueue_sub_cfm() 451 net_buf_unref(frnd->last); in enqueue_sub_cfm() 454 frnd->last = buf; in enqueue_sub_cfm() 593 if (msg->fsn == frnd->fsn && frnd->last) { in bt_mesh_friend_poll() [all …]
|
H A D | net.h | 45 u32_t beacon_sent; /* Timestamp of last sent beacon */ 46 u8_t beacons_last; /* Number of beacons during last 53 u8_t beacon_cache[21]; /* Cached last authenticated beacon */ 119 struct os_mbuf *last; member 186 /* Duration reported for last advertising packet */ 212 /* Don't touch - intentionally last */
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/qconf/ |
H A D | qconf.cc | 429 ConfigItem* last = 0; in updateList() local 453 last = item; in updateList() 457 item = last ? last->nextSibling() : firstChild(); in updateList() 459 item = new ConfigItem(this, last, rootEntry, true); in updateList() 590 ConfigItem* last; in updateMenuList() local 603 last = parent->firstChild(); in updateMenuList() 604 if (last && !last->goParent) in updateMenuList() 605 last = 0; in updateMenuList() 607 item = last ? last->nextSibling() : parent->firstChild(); in updateMenuList() 628 item = new ConfigItem(parent, last, child, visible); in updateMenuList() [all …]
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_saadc.h | 192 …NRF_SAADC_EVENT_CH0_LIMITH = offsetof(NRF_SAADC_Type, EVENTS_CH[0].LIMITH), ///< Last result i… 193 …NRF_SAADC_EVENT_CH0_LIMITL = offsetof(NRF_SAADC_Type, EVENTS_CH[0].LIMITL), ///< Last result i… 194 …NRF_SAADC_EVENT_CH1_LIMITH = offsetof(NRF_SAADC_Type, EVENTS_CH[1].LIMITH), ///< Last result i… 195 …NRF_SAADC_EVENT_CH1_LIMITL = offsetof(NRF_SAADC_Type, EVENTS_CH[1].LIMITL), ///< Last result i… 196 …NRF_SAADC_EVENT_CH2_LIMITH = offsetof(NRF_SAADC_Type, EVENTS_CH[2].LIMITH), ///< Last result i… 197 …NRF_SAADC_EVENT_CH2_LIMITL = offsetof(NRF_SAADC_Type, EVENTS_CH[2].LIMITL), ///< Last result i… 198 …NRF_SAADC_EVENT_CH3_LIMITH = offsetof(NRF_SAADC_Type, EVENTS_CH[3].LIMITH), ///< Last result i… 199 …NRF_SAADC_EVENT_CH3_LIMITL = offsetof(NRF_SAADC_Type, EVENTS_CH[3].LIMITL), ///< Last result i… 200 …NRF_SAADC_EVENT_CH4_LIMITH = offsetof(NRF_SAADC_Type, EVENTS_CH[4].LIMITH), ///< Last result i… 201 …NRF_SAADC_EVENT_CH4_LIMITL = offsetof(NRF_SAADC_Type, EVENTS_CH[4].LIMITL), ///< Last result i… [all …]
|
H A D | nrf_nfct.h | 75 … = offsetof(NRF_NFCT_Type, EVENTS_TXFRAMEEND), /**< The end of the last transmitted on-air … 156 …NFCTAGSTATE_FrameDelay, /**< Counting Frame Delay Time since the last symbol of the last received … 419 * since the last symbol of the last received frame. 429 * @details The returned value is the last state before the autimatic collision resolution started. 448 …* the last symbol of the last received frame and the start of the transmission of a new T… 459 …* the last symbol of the last received frame and the start of the transmission of a new T… 469 …* the last symbol of the last received frame and the start of the transmission of a new T… 481 …* the last symbol of the last received frame and the start of the transmission of a new T…
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | netif.c | 615 struct pbuf *last; in netif_loop_output() local 665 /* let last point to the last pbuf in chain r */ in netif_loop_output() 666 for (last = r; last->next != NULL; last = last->next); in netif_loop_output() 670 LWIP_ASSERT("if first != NULL, last must also be != NULL", netif->loop_last != NULL); in netif_loop_output() 672 netif->loop_last = last; in netif_loop_output() 675 netif->loop_last = last; in netif_loop_output() 729 /* 'in_end' now points to the last pbuf from 'in' */ in netif_poll() 731 /* this was the last pbuf in the list */ in netif_poll() 736 LWIP_ASSERT("should not be null since first != last!", netif->loop_first != NULL); in netif_poll()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/ |
H A D | porting.h | 25 long st_atime; /* Last access time */ 26 long st_mtime; /* Last data modification time */ 27 long st_ctime; /* Last file status change time */
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_qspi.h | 156 * - blocking mode (without handler) - a delay occurs until the last operation still runs and 158 * - interrupt mode (with handler) - event emission occurs after the last operation 179 * - blocking mode (without handler) - a delay occurs until the last operation still runs and 181 * - interrupt mode (with handler) - event emission occurs after the last operation 206 * - blocking mode (without handler) - a delay occurs until the last operation still runs and 208 * - interrupt mode (with handler) - event emission occurs after the last operation
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | netif.c | 712 /* set ipaddr last to ensure netmask/gw have been set when status callback is called */ in netif_set_addr() 1081 struct pbuf *last; in netif_loop_output() local 1136 /* let last point to the last pbuf in chain r */ in netif_loop_output() 1137 for (last = r; last->next != NULL; last = last->next) { in netif_loop_output() 1138 /* nothing to do here, just get to the last pbuf */ in netif_loop_output() 1143 LWIP_ASSERT("if first != NULL, last must also be != NULL", netif->loop_last != NULL); in netif_loop_output() 1145 netif->loop_last = last; in netif_loop_output() 1148 netif->loop_last = last; in netif_loop_output() 1236 /* 'in_end' now points to the last pbuf from 'in' */ in netif_poll() 1238 /* this was the last pbuf in the list */ in netif_poll() [all …]
|
H A D | pbuf.c | 28 * The last pbuf of a packet has a ->tot_len field that equals the 29 * ->len field. It can be found by traversing the list. If the last 236 struct pbuf *q, *last; in pbuf_alloc() local 239 last = NULL; in pbuf_alloc() 265 last->next = q; in pbuf_alloc() 267 last = q; in pbuf_alloc() 393 * be skipped and left unchanged. The new last pbuf in the chain will be 433 /* we have now reached the new last pbuf (in q) */ in pbuf_realloc() 447 /* adjust length fields for new last pbuf */ in pbuf_realloc() 456 /* q is last packet in chain */ in pbuf_realloc() [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/linux/ |
H A D | jffs2.h | 137 jint32_t atime; /* Last access time. */ 138 jint32_t mtime; /* Last modification time. */ 205 jint32_t atime; /* Last access time. */ 206 jint32_t mtime; /* Last modification time. */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/ |
H A D | ip4_frag.c | 229 /* @todo Can't we simply remove the last datagram in the in ip_reass_remove_oldest_datagram() 336 * Also checks that the datagram passes basic continuity checks (if the last 436 * chain it to the last fragment */ in ip_reass_chain_frag_into_datagram_and_validate() 455 /* If we already received the last fragment */ in ip_reass_chain_frag_into_datagram_and_validate() 613 ("ip4_reass: last fragment seen, total len %"S16_F"\n", in ip4_reass() 619 /* the totally last fragment (flag more fragments = 0) was received at least in ip4_reass() 753 int last; in ip4_frag() local 769 /* already fragmented? if so, the last fragment we create must have MF, too */ in ip4_frag() 852 last = (left <= netif->mtu - IP_HLEN); in ip4_frag() 856 if (!last || mf_set) { in ip4_frag() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/ |
H A D | ip_frag.c | 223 /* @todo Can't we simply remove the last datagram in the in ip_reass_remove_oldest_datagram() 324 * Also checks that the datagram passes basic continuity checks (if the last 401 * chain it to the last fragment */ in ip_reass_chain_frag_into_datagram_and_validate() 420 /* If we already received the last fragment */ in ip_reass_chain_frag_into_datagram_and_validate() 562 ("ip_reass: last fragment seen, total len %"S16_F"\n", in ip_reass() 568 /* the totally last fragment (flag more fragments = 0) was received at least in ip_reass() 683 u16_t last; in ip_frag() local 723 last = (left <= mtu - IP_HLEN); in ip_frag() 727 if (!last) { in ip_frag() 732 cop = last ? left : nfb * 8; in ip_frag() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | netif.c | 364 /* set ipaddr last to ensure netmask/gw have been set when status callback is called */ in netif_set_addr() 802 struct pbuf *last; in netif_loop_output() local 851 /* let last point to the last pbuf in chain r */ in netif_loop_output() 852 for (last = r; last->next != NULL; last = last->next); in netif_loop_output() 856 LWIP_ASSERT("if first != NULL, last must also be != NULL", netif->loop_last != NULL); in netif_loop_output() 858 netif->loop_last = last; in netif_loop_output() 861 netif->loop_last = last; in netif_loop_output() 941 /* 'in_end' now points to the last pbuf from 'in' */ in netif_poll() 943 /* this was the last pbuf in the list */ in netif_poll() 948 LWIP_ASSERT("should not be null since first != last!", netif->loop_first != NULL); in netif_poll()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/src/ |
H A D | state_binding.c | 97 light_lightness_srv_user_data.last; in state_binding() 111 light_lightness_srv_user_data.last; in state_binding() 174 light_lightness_srv_user_data.last = in state_binding()
|
/nrf52832-nimble/rt-thread/components/utilities/logtrace/ |
H A D | log_trace.c | 73 rt_uint16_t first, last; in _lg_lookup_session() local 79 last = _the_sess_nr; in _lg_lookup_session() 81 unsigned int i = (first + last)/2; in _lg_lookup_session() 97 last = i; in _lg_lookup_session() 103 } while (first != last-1); in _lg_lookup_session()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/ |
H A D | uffs_fd.h | 100 unsigned int st_atime; /* time of last access */ 101 unsigned int st_mtime; /* time of last modification */ 102 unsigned int st_ctime; /* time of last status change */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/polarssl/ |
H A D | md4.c | 246 unsigned long last, padn; in md4_finish() local 257 last = ctx->total[0] & 0x3F; in md4_finish() 258 padn = ( last < 56 ) ? ( 56 - last ) : ( 120 - last ); in md4_finish()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/polarssl/ |
H A D | md4.c | 246 unsigned long last, padn; in md4_finish() local 257 last = ctx->total[0] & 0x3F; in md4_finish() 258 padn = ( last < 56 ) ? ( 56 - last ) : ( 120 - last ); in md4_finish()
|