OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DMX_STAT_BINS
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxstat.h
42
#define
DMX_STAT_BINS
3 /**< number of bins */
dmxstat.c
69
unsigned long bins[
DMX_STAT_BINS
];
152
for (i = 0, thresh = DMX_STAT_BIN0; i <
DMX_STAT_BINS
-1; i++) {
159
if (i ==
DMX_STAT_BINS
-1) ++s->bins[i];
200
for (j = 0; j <
DMX_STAT_BINS
; j++)
206
for (j = 0; j <
DMX_STAT_BINS
; j++) s->bins[j] = 0;
Completed in 5 milliseconds
Indexes created Fri Jul 24 00:25:35 UTC 2026