Searched refs:this_frame (Results 1 – 7 of 7) sorted by relevance
664 unsigned char rxing_page, this_frame, next_frame; in ei_receive() local679 this_frame = ei_inb_p(e8390_base + EN0_BOUNDARY) + 1; in ei_receive()680 if (this_frame >= ei_local->stop_page) in ei_receive()681 this_frame = ei_local->rx_start_page; in ei_receive()690 this_frame != ei_local->current_page && in ei_receive()691 (this_frame != 0x0 || rxing_page != 0xFF)) in ei_receive()694 this_frame, ei_local->current_page); in ei_receive()696 if (this_frame == rxing_page) /* Read all the frames? */ in ei_receive()699 current_offset = this_frame << 8; in ei_receive()700 ei_get_8390_hdr(dev, &rx_frame, this_frame); in ei_receive()[all …]
1342 unsigned char rxing_page, this_frame, next_frame; in ei_receive() local1355 this_frame = inb_p(e8390_base + EN0_BOUNDARY) + 1; in ei_receive()1356 if (this_frame >= ei_local->stop_page) in ei_receive()1357 this_frame = ei_local->rx_start_page; in ei_receive()1366 this_frame != ei_local->current_page && in ei_receive()1367 (this_frame != 0x0 || rxing_page != 0xFF)) in ei_receive()1369 this_frame, ei_local->current_page); in ei_receive()1371 if (this_frame == rxing_page) /* Read all the frames? */ in ei_receive()1374 current_offset = this_frame << 8; in ei_receive()1375 ei_get_8390_hdr(dev, &rx_frame, this_frame); in ei_receive()[all …]
334 unsigned long this_frame = stack_entries[skipnr]; in print_report() local354 if (rate_limit_report(this_frame, other_frame)) in print_report()367 cmp = sym_strcmp((void *)other_frame, (void *)this_frame); in print_report()370 (void *)(cmp < 0 ? other_frame : this_frame), in print_report()371 (void *)(cmp < 0 ? this_frame : other_frame)); in print_report()376 (void *)this_frame); in print_report()
95 memmove(p->mp3_buffer, mad_stream.this_frame, leftover); in mp3_duration()115 unsigned available = (mad_stream.bufend - mad_stream.this_frame); in mp3_duration()116 tagsize = tagtype(mad_stream.this_frame, (size_t) available); in mp3_duration()131 consumed += mad_stream.next_frame - mad_stream.this_frame; in mp3_duration()
331 if ((tagsize = tagtype(p->Stream.this_frame, remaining))) in sox_mp3_inputtag()467 p->Stream.next_frame = p->Stream.this_frame; in startread()593 memmove(p->mp3_buffer, p->Stream.this_frame, leftover); in sox_mp3seek()616 unsigned available = (p->Stream.bufend - p->Stream.this_frame); in sox_mp3seek()617 tagsize = tagtype(p->Stream.this_frame, (size_t) available); in sox_mp3seek()631 consumed += p->Stream.next_frame - p->Stream.this_frame; in sox_mp3seek()
179 stream->this_frame - buffer->start); in error()
1--- libmad-0.15.1b.orig/debian/changelog 2++ ...