HomeSort by: relevance | last modified time | path
    Searched defs:packets (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/gprofng/src/
Stats_data.h 43 Stats_data (DataView *packets);
56 DataView *packets; member in class:Stats_data
Ovw_data.h 99 DataView *packets; member in class:Ovw_data
DbeView.cc 1863 DataView *packets = get_filtered_events (index, DATA_SAMPLE); local
1864 if (packets == NULL)
1866 return new Stats_data (packets);
1872 DataView *packets = get_filtered_events (index, DATA_SAMPLE); local
1877 if (packets == NULL)
1879 return new Ovw_data (packets, starttime);
2271 DataView *packets = get_filtered_events (idx, DATA_CLOCK); local
2272 if (packets && packets->getSize () != 0)
2276 GTXT ("\nTotal Clock Profiling Packets: %d Experiment: %s\n")
2339 DataView *packets = get_filtered_events (idx, DATA_SYNCH); local
2398 DataView *packets = get_filtered_events (idx, DATA_IOTRACE); local
2507 DataView *packets = get_filtered_events (idx, DATA_HWC); local
2580 DataView *packets = get_filtered_events (idx, DATA_HEAP); local
2921 DataView *packets = get_filtered_events (idx, data_id); local
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Stats_data.h 43 Stats_data (DataView *packets);
56 DataView *packets; member in class:Stats_data
Ovw_data.h 99 DataView *packets; member in class:Ovw_data
DbeView.cc 1863 DataView *packets = get_filtered_events (index, DATA_SAMPLE); local
1864 if (packets == NULL)
1866 return new Stats_data (packets);
1872 DataView *packets = get_filtered_events (index, DATA_SAMPLE); local
1877 if (packets == NULL)
1879 return new Ovw_data (packets, starttime);
2271 DataView *packets = get_filtered_events (idx, DATA_CLOCK); local
2272 if (packets && packets->getSize () != 0)
2276 GTXT ("\nTotal Clock Profiling Packets: %d Experiment: %s\n")
2339 DataView *packets = get_filtered_events (idx, DATA_SYNCH); local
2398 DataView *packets = get_filtered_events (idx, DATA_IOTRACE); local
2507 DataView *packets = get_filtered_events (idx, DATA_HWC); local
2580 DataView *packets = get_filtered_events (idx, DATA_HEAP); local
2921 DataView *packets = get_filtered_events (idx, data_id); local
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/
test-packet.c 17 * This file contains tools for generating SRP update packets that can be fed directly into the
46 message_t *packets[MAX_PACKETS]; member in struct:test_packet_state
103 TEST_FAIL_CHECK(state, packet_state->num_packets < MAX_PACKETS, "more than maximum number of packets");
106 packet_state->packets[i] = packet_state->packets[i - 1];
108 packet_state->packets[0] = message;
110 packet_state->packets[packet_state->num_packets] = message;
127 packet_state->packets, packet_state->num_packets);
150 ioloop_message_release(state->packets[index]);
153 state->packets[j++] = state->packets[i]
    [all...]
test-srpl.c 44 message_t *packets[MAX_PACKETS]; member in struct:test_packet_state
  /src/tests/kernel/
t_pty.c 4 * Allocates a pty(4) device, and sends the specified number of packets of the
50 static size_t packets = 2; variable
81 for (i = 0; i < packets; i++) {
250 if (total != buffer_size * packets)
252 "Lost data %zu != %zu\n", total, buffer_size * packets);
266 "Usage: %s [-v] [-q <qsize>] [-s <packetsize>] [-n <packets>]\n",
280 packets = (size_t)atoi(optarg);
298 if (packets < 1 || packets > 100)
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_device_queue_manager.h 179 struct packet_manager packets; member in struct:device_queue_manager
  /src/usr.sbin/fwctl/
fwdv.c 268 int len, tlen, header, fd, frames, packets, vec, offset, nhdr, i; local
337 packets = 0;
362 header = (packets == 0 || packets % npackets[lsystem] == 0);
395 ciph->dbc = packets++ % 256;
  /src/external/bsd/tcpdump/dist/
print-cnfp.c 70 nd_uint32_t packets; /* packets in the flow */ member in struct:nfrec_v1
71 nd_uint32_t octets; /* layer 3 octets in the packets of the flow */
102 nd_uint32_t packets; /* packets in the flow */ member in struct:nfrec_v5
103 nd_uint32_t octets; /* layer 3 octets in the packets of the flow */
136 nd_uint32_t packets; /* packets in the flow */ member in struct:nfrec_v6
137 nd_uint32_t octets; /* layer 3 octets in the packets of the flow */
240 GET_BE_U_4(nr->packets),
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
mapper-client.cc 325 auto packets = c->Uncork (); local
327 auto &connect = packets[0];
333 auto &repo = packets[1];
  /src/external/gpl3/gcc.old/dist/gcc/cp/
mapper-client.cc 315 auto packets = c->Uncork (); local
317 auto &connect = packets[0];
323 auto &repo = packets[1];
  /src/external/mpl/bind/dist/tests/isc/
dnsstream_utils_test.c 304 isc_region_t *packets; member in struct:verify_regions_cbdata
314 uint8_t *message = (uint8_t *)vdata->packets[0].base;
320 if (vdata->packets != NULL) {
328 if (vdata->packets != NULL &&
336 vdata->packets++;
508 isc_region_t packets[] = { local
519 const size_t npackets = sizeof(packets) / sizeof(packets[0]);
525 isc_buffer_putmem(&dnsbuf, packets[i].base, packets[i].length)
    [all...]
  /src/sys/altq/
altq.h 165 u_int64_t packets; member in struct:pktcntr
170 do { (cntr)->packets++; (cntr)->bytes += len; } while (/*CONSTCOND*/ 0)
  /src/sys/dev/ic/
athrate-sample.c 104 * packets at bit-rates other than the current one to estimate when
311 /* let the bit-rate switch quickly during the first few packets */
325 DPRINTF(sc, "%s: %s size %d switch rate %d (%d/%d) -> %d (%d/%d) after %d packets mrr %d\n",
347 * to the rate of small packets
443 /* just average the first few packets */
445 int packets = sn->stats[size_bin][ndx0].total_packets; local
446 sn->stats[size_bin][ndx0].average_tx_time = (tt+(avg_tx*packets))/(packets+1);
458 /* also say larger packets failed since we
805 osc->ath_sample_rate = 10; /* send a different bit-rate 1/X packets */
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
btrace.h 322 /* A vector of decoded packets. */
323 std::vector<btrace_pt_packet> *packets; member in struct:btrace_maint_info::__anon176::__anon178
326 We are iterating over the above PACKETS vector. */
btrace.c 53 /* Control whether to skip PAD packets when computing the packet history. */
2198 delete btinfo->maint.variant.pt.packets;
2200 btinfo->maint.variant.pt.packets = NULL;
3032 /* Decode packets into MAINT using DECODER. */
3040 if (maint->variant.pt.packets == NULL)
3041 maint->variant.pt.packets = new std::vector<btrace_pt_packet>;
3063 maint->variant.pt.packets->push_back (packet);
3071 maint->variant.pt.packets->push_back (packet);
3172 if (btinfo->maint.variant.pt.packets == nullptr)
3173 btinfo->maint.variant.pt.packets = new std::vector<btrace_pt_packet>
3222 const std::vector<btrace_pt_packet> &packets local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
btrace.h 322 /* A vector of decoded packets. */
323 std::vector<btrace_pt_packet> *packets; member in struct:btrace_maint_info::__anon247::__anon249
326 We are iterating over the above PACKETS vector. */
btrace.c 53 /* Control whether to skip PAD packets when computing the packet history. */
2198 delete btinfo->maint.variant.pt.packets;
2200 btinfo->maint.variant.pt.packets = NULL;
3032 /* Decode packets into MAINT using DECODER. */
3040 if (maint->variant.pt.packets == NULL)
3041 maint->variant.pt.packets = new std::vector<btrace_pt_packet>;
3063 maint->variant.pt.packets->push_back (packet);
3071 maint->variant.pt.packets->push_back (packet);
3172 if (btinfo->maint.variant.pt.packets == nullptr)
3173 btinfo->maint.variant.pt.packets = new std::vector<btrace_pt_packet>
3222 const std::vector<btrace_pt_packet> &packets local
    [all...]
  /src/external/bsd/libpcap/dist/
pcap-usb-linux.c 768 int packets = 0; local
779 * There's no limit on the number of packets
780 * to process, so try to fetch VEC_SIZE packets.
785 * Try to fetch as many packets as we have left
786 * to process, or VEC_SIZE packets, whichever
791 * would be true) and max_packets > packets
794 * max_packets <= packets), so limit is
797 limit = max_packets - packets;
837 * we read the indices of packets into a
839 * to fetch more packets, those packets wil
    [all...]
  /src/sys/dev/ieee1394/
fwohci.c 91 "nocyclemaster", SYSCTL_DESCR("Do not send cycle start packets"),
1560 int packets = 0, ch, err = 0; local
1677 packets++;
1687 if (dbch->xferq.queued > 0 || packets > 0)
1690 if ((dbch->flags & FWOHCI_DBCH_FULL) && packets > 0) {
2160 /* pending all pre-bus_reset packets */
  /src/sys/dev/pci/ixgbe/
ixgbe.h 135 * value allows the driver to buffer more incoming packets. Each descriptor
386 u64 packets; member in struct:tx_ring
434 u64 packets; member in struct:rx_ring
  /src/external/gpl3/gdb.old/dist/gdbserver/
server.cc 134 /* Set if you want to disable optional thread related packets support
645 /* Handle all of the extended 'Q' packets. */
1095 /* Handle store memory tags packets. */
1247 /* Handle qSearch:memory packets. */
2503 /* Add supported btrace packets to BUF. */
2519 /* Handle all of the extended 'q' packets. */
3094 /* Handle fetch memory tags packets. */
3180 /* Parse vCont packets. */
3549 /* Handle all of the extended 'v' packets. */
3906 " Disable support for RSP packets or features.\n
4264 char *packets = *next_arg += sizeof ("--disable-packet=") - 1; local
    [all...]

Completed in 41 milliseconds

1 2