OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:high_entry
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/clib/
specnorm.c
47
else if (spec_val > spec->
high_entry
) spec->high_counts += UNIT_SIZE;
104
for (ii = 0; ii <= (spec->
high_entry
- spec->low_entry); ii++)
109
for (ii = 0; ii <= (spec->
high_entry
- spec->low_entry)
114
for (jj = ii; jj <= (spec->
high_entry
- spec->low_entry); jj++)
137
span = spec->
high_entry
- spec->low_entry;
138
for (ii = 0, jj = spec->
high_entry
- spec->low_entry;
158
spec->sv6 = spec->
high_entry
- accum / count;
216
int low_entry, int
high_entry
,
223
if (
high_entry
< low_entry) return(NULL);
235
spec->hist = (long *) CALLOC_CLR(
high_entry
- low_entry + 1
[
all
...]
/external/srec/srec/include/
specnorm.h
57
int
high_entry
;
member in struct:__anon11378
74
int low_entry, int
high_entry
,
Completed in 17 milliseconds