Home
last modified time | relevance | path

Searched refs:read_hist (Results 1 – 11 of 11) sorted by relevance

/dports/www/squid/squid-4.15/src/
H A DIoStats.h21 int read_hist[histSize]; member
H A Dstat.cc201 stats.http_read_hist[i] = IOStats.Http.read_hist[i]; in GetIoStats()
207 stats.ftp_read_hist[i] = IOStats.Ftp.read_hist[i]; in GetIoStats()
213 stats.gopher_read_hist[i] = IOStats.Gopher.read_hist[i]; in GetIoStats()
H A Dgopher.cc776 ++IOStats.Gopher.read_hist[bin]; in gopherReadReply()
H A Dhttp.cc1186 ++ IOStats.Http.read_hist[bin]; in readReply()
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/libmng/
H A Dlibmng_chunk_io.h74 READ_CHUNK (read_hist) ;
131 #define read_hist 0 macro
/dports/lang/yorick/yorick-y_2_2_04/i/
H A Dtestb.i344 read_hist, f; in test_hist()
362 func read_hist(f) in read_hist() function
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_dialog.erl1919 read_hist(Type, -1, Ctrl);
1921 read_hist(Type, 1, Ctrl);
1923 read_hist(Type, -1, Ctrl);
1925 read_hist(Type, 1, Ctrl);
1948 read_hist(Type, Step, Ctrl) -> function
/dports/math/sc/sc-7.16/
H A Dsc.h523 extern void read_hist();
H A Dvi.c1678 read_hist(); in write_hist()
1705 read_hist() in read_hist() function
H A Dsc.c335 read_hist(); in main()
/dports/www/squid/squid-4.15/src/clients/
H A DFtpClient.cc958 ++ IOStats.Ftp.read_hist[bin]; in dataRead()