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 225 bpf_u_int32 ifcount; /* number of interfaces seen in this capture */ member in struct:pcap_ng_sf
544 ps->ifcount++;
549 if (ps->ifcount > ps->ifaces_size) {
634 ps->ifcount);
656 ps->ifaces[ps->ifcount - 1].tsresol = tsresol;
657 ps->ifaces[ps->ifcount - 1].tsoffset = tsoffset;
668 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH;
675 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_DOWN_BIN;
680 ps->ifaces[ps->ifcount - 1].scale_factor = tsresol/ps->user_tsresol;
681 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_DOWN_DEC
    [all...]
  /art/runtime/
cha.cc 490 const size_t ifcount = klass->GetIfTableCount(); local
491 for (size_t i = 0; i < ifcount; ++i) {
class_linker.cc 6286 const size_t ifcount = klass->GetIfTableCount(); local
6589 int32_t ifcount = interface->GetIfTableCount(); local
6606 int32_t ifcount = interface->GetIfTableCount(); local
6665 size_t ifcount = super_ifcount + num_interfaces; local
7315 const size_t ifcount = klass_->GetIfTableCount(); local
7356 const size_t ifcount = klass->GetIfTableCount(); local
    [all...]
class_linker.h 449 mirror::IfTable* AllocIfTable(Thread* self, size_t ifcount)
    [all...]

Completed in 86 milliseconds