OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DTOP_GEN_SIZE
(Results
1 - 2
of
2
) sorted by null
/device/google/marlin/dataservices/datatop/src/
datatop_gen_poll.c
52
#define
DTOP_GEN_SIZE
8192
53
#define DTOP_GEN_LINE (
DTOP_GEN_SIZE
>>2)
69
read = dt_read_file(dpg->file, &data,
DTOP_GEN_SIZE
);
70
line_len = dt_read_line(line, DTOP_GEN_LINE, data,
DTOP_GEN_SIZE
, 0);
108
read = dt_read_file(dpg->file, &data,
DTOP_GEN_SIZE
);
109
line_len = dt_read_line(line, DTOP_GEN_LINE, data,
DTOP_GEN_SIZE
, 0);
datatop_cpu_stats_poll.c
53
#define
DTOP_GEN_SIZE
8192
54
#define DTOP_GEN_LINE (
DTOP_GEN_SIZE
>>2)
Completed in 3468 milliseconds