Searched refs:parse_offset (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/apps/mdns/ |
D | mdns.c | 206 u16_t parse_offset; member 1052 pkt->parse_offset = mdns_readname(pkt->pbuf, pkt->parse_offset, &info->domain); in mdns_read_rr_info() 1053 if (pkt->parse_offset == MDNS_READNAME_ERROR) { in mdns_read_rr_info() 1057 copied = pbuf_copy_partial(pkt->pbuf, &field16, sizeof(field16), pkt->parse_offset); in mdns_read_rr_info() 1061 pkt->parse_offset += copied; in mdns_read_rr_info() 1064 copied = pbuf_copy_partial(pkt->pbuf, &field16, sizeof(field16), pkt->parse_offset); in mdns_read_rr_info() 1068 pkt->parse_offset += copied; in mdns_read_rr_info() 1086 if (pkt->pbuf->tot_len < pkt->parse_offset) { in mdns_read_question() 1126 if (pkt->pbuf->tot_len < pkt->parse_offset) { in mdns_read_answer() 1146 copied = pbuf_copy_partial(pkt->pbuf, &ttl, sizeof(ttl), pkt->parse_offset); in mdns_read_answer() [all …]
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_load_store_vectorize.c | 315 parse_offset(nir_ssa_scalar *base, uint64_t *base_mul, uint64_t *offset) in parse_offset() function 433 parse_offset(&base, &base_mul, &offset); in create_entry_key_from_deref() 480 parse_offset(&base, &new_mul, &new_offset); in parse_entry_key_from_offset()
|