Searched refs:end_pos (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Drelay.c932 size_t read_subbuf, padding, end_pos; local
939 end_pos = (read_subbuf + 1) * subbuf_size;
941 end_pos = read_pos + count;
942 if (end_pos >= subbuf_size * n_subbufs)
943 end_pos = 0;
945 return end_pos;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpegaudiodec.c1439 static void switch_buffer(MPADecodeContext *s, int *pos, int *end_pos, int *end_pos2){ argument
1444 skip_bits_long(&s->gb, *pos - *end_pos);
1446 *end_pos= *end_pos2 + get_bits_count(&s->gb) - *pos;
1458 int end_pos= FFMIN(end_pos2, s->gb.size_in_bits); local
1484 if (pos >= end_pos){
1485 // av_log(NULL, AV_LOG_ERROR, "pos: %d %d %d %d\n", pos, end_pos, end_pos2, s_index);
1486 switch_buffer(s, &pos, &end_pos, &end_pos2);
1487 // av_log(NULL, AV_LOG_ERROR, "new pos: %d %d\n", pos, end_pos);
1488 if(pos >= end_pos)
1551 if (pos >= end_pos) {
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dparser.in.h94 unsigned long end_pos; member in struct:_xmlParserNodeInfo
H A DSAX2.c1738 node_info.end_pos = ctxt->input->cur - ctxt->input->base;
2318 node_info.end_pos = ctxt->input->cur - ctxt->input->base;
H A DHTMLparser.c3981 node_info.end_pos = ctxt->input->consumed +
4016 node_info.end_pos = ctxt->input->consumed +
H A Dparser.c8583 node_info.end_pos = ctxt->input->consumed +
8611 node_info.end_pos = ctxt->input->consumed +
8656 node_info.end_pos = ctxt->input->consumed +
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dparser.h94 unsigned long end_pos; member in struct:_xmlParserNodeInfo
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dparser.in.h94 unsigned long end_pos; member in struct:_xmlParserNodeInfo
H A DSAX2.c1738 node_info.end_pos = ctxt->input->cur - ctxt->input->base;
2318 node_info.end_pos = ctxt->input->cur - ctxt->input->base;
H A DHTMLparser.c3981 node_info.end_pos = ctxt->input->consumed +
4016 node_info.end_pos = ctxt->input->consumed +
H A Dparser.c8583 node_info.end_pos = ctxt->input->consumed +
8611 node_info.end_pos = ctxt->input->consumed +
8656 node_info.end_pos = ctxt->input->consumed +
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DSAX2.c1751 node_info.end_pos = ctxt->input->cur - ctxt->input->base;
2334 node_info.end_pos = ctxt->input->cur - ctxt->input->base;
H A DHTMLparser.c4061 node_info.end_pos = ctxt->input->consumed +
4096 node_info.end_pos = ctxt->input->consumed +
H A Dparser.c9394 node_info.end_pos = ctxt->input->consumed +
9422 node_info.end_pos = ctxt->input->consumed +
9467 node_info.end_pos = ctxt->input->consumed +

Completed in 234 milliseconds