HomeSort by relevance Sort by last modified time
    Searched refs:tcnt (Results 1 - 2 of 2) sorted by null

  /external/qemu/hw/
ne2000.c 131 uint16_t tcnt; member in struct:NE2000State
350 if (index + s->tcnt <= NE2000_PMEM_END) {
351 qemu_send_packet(s->vc, s->mem + index, s->tcnt);
381 s->tcnt = (s->tcnt & 0xff00) | val;
384 s->tcnt = (s->tcnt & 0x00ff) | (val << 8);
667 qemu_put_be16s(f, &s->tcnt);
709 qemu_get_be16s(f, &s->tcnt);
  /ndk/sources/host-tools/make-3.81/
main.c 3014 unsigned int tcnt = 1; local
    [all...]

Completed in 56 milliseconds