Searched refs:ch_end (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dinput.c663 __u8 *ch_end; local
674 ch_end = ((__u8 *)ch) + WORD_ROUND(ntohs(ch->length));
675 if (ch_end > skb_tail_pointer(skb))
714 ch = (sctp_chunkhdr_t *) ch_end;
715 } while (ch_end < skb_tail_pointer(skb));
1050 __u8 *ch_end; local
1061 ch_end = ((__u8 *)ch) + WORD_ROUND(ntohs(ch->length));
1062 if (ch_end > skb_tail_pointer(skb))
1094 ch = (sctp_chunkhdr_t *) ch_end;
1096 } while (ch_end < skb_tail_pointe
[all...]
H A Dsm_statefuns.c3294 __u8 *ch_end; local
3321 ch_end = ((__u8 *)ch) + WORD_ROUND(ntohs(ch->length));
3322 if (ch_end > skb_tail_pointer(skb))
3326 ch = (sctp_chunkhdr_t *) ch_end;
3327 } while (ch_end < skb_tail_pointer(skb));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwmaprodec.c997 float** ch_end = ch_data + num_channels; local
1013 for (ch = ch_data; ch < ch_end; ch++)
1016 for (ch = ch_data; ch < ch_end; ch++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwmaprodec.c1007 float** ch_end = ch_data + num_channels; local
1023 for (ch = ch_data; ch < ch_end; ch++)
1026 for (ch = ch_data; ch < ch_end; ch++) {

Completed in 140 milliseconds