OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIN_COUNT
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/include/
specnorm.h
39
#define
MIN_COUNT
1 /* was 20 */
/external/srec/srec/clib/
specnorm.c
100
if (spec->count <
MIN_COUNT
) return(spec->median);
134
if (spec->count <
MIN_COUNT
) return;
168
if (spec->count <
MIN_COUNT
) return;
Completed in 42 milliseconds