HomeSort by relevance Sort by last modified time
    Searched refs:Bandwidth (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
schedule.h 24 ULONG Bandwidth;
nldef.h 155 ULONG64 Bandwidth;
169 ULONG64 Bandwidth;
qos2.h 64 UINT64 Bandwidth;
sdpblb.h     [all...]
  /external/webrtc/webrtc/tools/rtcbot/rtcBotReportVisualizer/
main.js 56 // Send bandwidth
57 analyzeData(reports, filesNames, "Available Send Bandwidth-bot1", "bot1",
59 analyzeData(reports, filesNames, "Available Send Bandwidth-bot2", "bot2",
62 // Receive bandwidth
63 analyzeData(reports, filesNames, "Available Receive Bandwidth-bot1", "bot1",
65 analyzeData(reports, filesNames, "Available Receive Bandwidth-bot2", "bot2",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
TftpServer.c 1080 // Display the bandwidth
1083 UINT64 Bandwidth;
1099 Bandwidth = pContext->LengthInBytes;
1102 Bandwidth,
1109 Bandwidth = MultU64x32 ( Bandwidth, 8 * 1000 * 1000 );
1110 Bandwidth /= NanoSeconds;
1111 if ( 1000 > Bandwidth ) {
1112 Value = (UINT32)Bandwidth;
1113 Print ( L"Bandwidth: %d Kbits/Sec\r\n",
    [all...]
  /external/fio/tools/plot/
fio2gnuplot 324 # Let's process the avg value by estimated the global bandwidth per file
365 print '-b or --bandwidth : A predefined pattern for selecting *_bw.log files'
410 opts, args = getopt.getopt(argv[1:],"ghkbivo:d:t:p:G:m:M:",['bandwidth', 'iops', 'pattern', 'outputfile', 'outputdir', 'title', 'min_time', 'max_time', 'gnuplot', 'Global', 'help', 'verbose','keep'])
417 if opt in ("-b", "--bandwidth"):
469 mode="Bandwidth (KB/sec)"
473 if "Bandwidth" in mode:
474 title='Bandwidth benchmark with %d fio results' % len(fio_data_file)
  /hardware/interfaces/nfc/1.0/vts/functional/
VtsHalNfcV1_0TargetTest.cpp 329 * Bandwidth:
336 TEST_F(NfcHidlTest, Bandwidth) {

Completed in 643 milliseconds