OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMP_STATS
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/include/
comp_stats.h
2
*
comp_stats
.h *
92
COMP_STATS
;
103
COMP_STATS
*init_comp_stats(void);
111
void dump_comp_stats(
COMP_STATS
*c, PFile* fp);
118
extern
COMP_STATS
*
comp_stats
;
/external/srec/srec/crec/
comp_stats.c
2
*
comp_stats
.c *
26
#include "
comp_stats
.h"
38
COMP_STATS
*
comp_stats
= NULL;
variable
43
/* create
COMP_STATS
object */
45
COMP_STATS
*init_comp_stats(void)
47
static
COMP_STATS
c;
49
/*c = (
COMP_STATS
*) calloc( 1, sizeof(
COMP_STATS
));*/
50
/*c = (
COMP_STATS
*) NEW( COMP_STATS, L("crec.comp_stats")); *
[
all
...]
Completed in 66 milliseconds