Home
last modified time | relevance | path

Searched refs:num_packets (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h369 TestPacketSpeed (const uint32_t num_packets);
DGDBRemoteCommunicationClient.cpp2423 GDBRemoteCommunicationClient::TestPacketSpeed (const uint32_t num_packets) in TestPacketSpeed() argument
2461 for (i=0; i<num_packets; ++i) in TestPacketSpeed()
2481 …float packets_per_second = (((float)num_packets)/(float)total_time_nsec) * (float)TimeValue::NanoS… in TestPacketSpeed()
2483 num_packets, in TestPacketSpeed()
2494 num_packets, in TestPacketSpeed()
/freebsd-10-stable/sys/mips/rmi/dev/sec/
Drmilib.h582 unsigned int num_packets; member
Drmisec.c433 cmd->op.num_packets = 1; in xlr_sec_process()