HomeSort by relevance Sort by last modified time
    Searched refs:next_offset (Results 126 - 130 of 130) sorted by null

1 2 3 4 56

  /external/qemu/hw/
usb-ohci.c 617 uint32_t start_offset, next_offset, end_offset = 0; local
693 next_offset = iso_td.offset[relative_frame_number + 1];
697 !(OHCI_BM(next_offset, TD_PSW_CC) & 0xe))) {
699 start_offset, next_offset);
703 if ((relative_frame_number < frame_count) && (start_offset > next_offset)) {
704 printf("usb-ohci: ISO_TD start_offset=0x%.8x > next_offset=0x%.8x\n",
705 start_offset, next_offset);
718 end_offset = next_offset - 1;
    [all...]
  /external/chromium/net/tools/spdyshark/
packet-spdy.c 1484 gint offset = 0, next_offset; local
    [all...]
  /external/qemu/
exec.c 717 int next_offset)
723 *ptb = *(TranslationBlock **)((char *)tb1 + next_offset);
726 ptb = (TranslationBlock **)((char *)tb1 + next_offset);
    [all...]
  /external/iptables/iptables/
ip6tables.c     [all...]
iptables.c     [all...]

Completed in 1345 milliseconds

1 2 3 4 56