Home
last modified time | relevance | path

Searched refs:res_idx (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/core/
Ddns.c1267 u16_t res_idx; in dns_recv() local
1340 res_idx = dns_compare_name(entry->name, p, SIZEOF_DNS_HDR); in dns_recv()
1341 if (res_idx == 0xFFFF) { in dns_recv()
1347 if (pbuf_copy_partial(p, &qry, SIZEOF_DNS_QUERY, res_idx) != SIZEOF_DNS_QUERY) { in dns_recv()
1357 if (res_idx + SIZEOF_DNS_QUERY > 0xFFFF) { in dns_recv()
1360 res_idx = (u16_t)(res_idx + SIZEOF_DNS_QUERY); in dns_recv()
1380 while ((nanswers > 0) && (res_idx < p->tot_len)) { in dns_recv()
1382 res_idx = dns_skip_name(p, res_idx); in dns_recv()
1383 if (res_idx == 0xFFFF) { in dns_recv()
1388 if (pbuf_copy_partial(p, &ans, SIZEOF_DNS_ANSWER, res_idx) != SIZEOF_DNS_ANSWER) { in dns_recv()
[all …]
/third_party/gstreamer/gstplugins_bad/gst/fieldanalysis/
Dgstfieldanalysis.c1088 const guint64 res_idx = (i - 1) / block_width; in block_score_for_row_32detect() local
1102 block_scores[res_idx]++; in block_score_for_row_32detect()
1106 block_scores[res_idx]++; in block_score_for_row_32detect()
1110 block_scores[res_idx]++; in block_score_for_row_32detect()
1176 const guint64 res_idx = (i - 1) / block_width; in block_score_for_row_iscombed() local
1191 block_scores[res_idx]++; in block_score_for_row_iscombed()
1195 block_scores[res_idx]++; in block_score_for_row_iscombed()
1199 block_scores[res_idx]++; in block_score_for_row_iscombed()
1285 const guint64 res_idx = (i - 1) / block_width; in block_score_for_row_5_tap() local
1300 block_scores[res_idx]++; in block_score_for_row_5_tap()
[all …]