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

  /external/libpcap/
sf-pcap-ng.c 221 bpf_u_int32 ifcount; /* number of interfaces seen in this capture */ member in struct:pcap_ng_sf
532 ps->ifcount++;
537 if (ps->ifcount > ps->ifaces_size) {
562 ps->ifcount);
580 ps->ifaces[ps->ifcount - 1].tsresol = tsresol;
581 ps->ifaces[ps->ifcount - 1].tsoffset = tsoffset;
595 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH;
602 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_DOWN;
609 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_UP;
619 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH
    [all...]
  /art/runtime/
cha.cc 500 const size_t ifcount = klass->GetIfTableCount(); local
501 for (size_t i = 0; i < ifcount; ++i) {
class_linker.cc 6272 const size_t ifcount = klass->GetIfTableCount(); local
6575 int32_t ifcount = interface->GetIfTableCount(); local
6592 int32_t ifcount = interface->GetIfTableCount(); local
6651 size_t ifcount = super_ifcount + num_interfaces; local
7300 const size_t ifcount = klass_->GetIfTableCount(); local
7341 const size_t ifcount = klass->GetIfTableCount(); local
    [all...]
class_linker.h 444 mirror::IfTable* AllocIfTable(Thread* self, size_t ifcount)
    [all...]

Completed in 81 milliseconds