HomeSort by relevance Sort by last modified time
    Searched refs:ifcount (Results 1 - 5 of 5) 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/
debug_print.cc 160 size_t ifcount = iftable->Count(); local
165 << " ifcount=" << ifcount
167 for (size_t i = 0; i != ifcount; ++i) {
cha.cc 161 const size_t ifcount = klass->GetIfTableCount<kDefaultVerifyFlags, kWithoutReadBarrier>(); local
162 for (size_t i = 0; i < ifcount; ++i) {
605 const size_t ifcount = klass->GetIfTableCount(); local
606 for (size_t i = 0; i < ifcount; ++i) {
class_linker.cc 6186 const size_t ifcount = klass->GetIfTableCount(); local
6489 int32_t ifcount = interface->GetIfTableCount(); local
6506 int32_t ifcount = interface->GetIfTableCount(); local
6565 size_t ifcount = super_ifcount + num_interfaces; local
7217 const size_t ifcount = klass_->GetIfTableCount(); local
7258 const size_t ifcount = klass->GetIfTableCount(); local
    [all...]
class_linker.h 503 mirror::IfTable* AllocIfTable(Thread* self, size_t ifcount)
    [all...]

Completed in 378 milliseconds