OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:swap_count
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/egl/drivers/dri2/
platform_x11.c
711
int64_t
swap_count
= -1;
local
731
swap_count
= (((int64_t)reply->swap_hi) << 32) | reply->swap_lo;
742
return
swap_count
;
[
all
...]
/external/libdrm/tests/modetest/
modetest.c
698
int
swap_count
;
member in struct:pipe_arg
929
pipe->
swap_count
++;
930
if (pipe->
swap_count
== 60) {
934
fprintf(stderr, "freq: %.02fHz\n", pipe->
swap_count
/ t);
935
pipe->
swap_count
= 0;
1222
pipe->
swap_count
= 0;
[
all
...]
/external/opencv3/modules/video/src/
bgfg_gaussmix2.cpp
591
int
swap_count
= 0;
local
656
swap_count
++;
674
gmm[mode-
swap_count
].weight = weight;//update weight by the calculated value
[
all
...]
Completed in 2292 milliseconds