Home
last modified time | relevance | path

Searched refs:counter_map (Results 1 – 3 of 3) sorted by relevance

/external/iptables/libiptc/
Dlibiptc.c80 struct counter_map struct
102 struct counter_map counter_map; argument
123 struct counter_map counter_map; member
830 h->chain_iterator_cur->counter_map.maptype = in __iptcc_p_del_policy()
832 h->chain_iterator_cur->counter_map.mappos = num-1; in __iptcc_p_del_policy()
1004 r->counter_map.maptype = COUNTER_MAP_NORMAL_MAP; in cache_add_entry()
1005 r->counter_map.mappos = r->index; in cache_add_entry()
1789 r->counter_map.maptype = COUNTER_MAP_SET; in TC_INSERT_ENTRY()
1839 r->counter_map.maptype = COUNTER_MAP_SET; in TC_REPLACE_ENTRY()
1878 r->counter_map.maptype = COUNTER_MAP_SET; in TC_APPEND_ENTRY()
[all …]
/external/v8/src/debug/
Ddebug-coverage.cc486 SharedToCounterMap counter_map; in Collect() local
507 counter_map.Add(shared, count); in Collect()
523 counter_map.Add(shared, count); in Collect()
559 uint32_t count = counter_map.Get(info); in Collect()
/external/webrtc/webrtc/video/
Dvie_channel.cc857 std::map<uint32_t, RtcpPacketTypeCounter> counter_map = in GetSendRtcpPacketTypeCounter() local
862 counter.Add(counter_map[rtp_rtcp->SSRC()]); in GetSendRtcpPacketTypeCounter()
868 std::map<uint32_t, RtcpPacketTypeCounter> counter_map = in GetReceiveRtcpPacketTypeCounter() local
872 counter.Add(counter_map[vie_receiver_.GetRemoteSsrc()]); in GetReceiveRtcpPacketTypeCounter()