OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNIT_SIZE
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/include/
specnorm.h
43
#define
UNIT_SIZE
1
/external/srec/srec/clib/
specnorm.c
46
if (spec_val < spec->low_entry) spec->low_counts +=
UNIT_SIZE
;
47
else if (spec_val > spec->high_entry) spec->high_counts +=
UNIT_SIZE
;
48
else spec->hist[spec_val - spec->low_entry] +=
UNIT_SIZE
;
/external/lzma/C/
Ppmd7.c
13
#define
UNIT_SIZE
12
15
#define U2B(nu) ((UInt32)(nu) *
UNIT_SIZE
)
109
+
UNIT_SIZE
292
p->LoUnit = p->UnitsStart = p->HiUnit - p->Size / 8 /
UNIT_SIZE
* 7 *
UNIT_SIZE
;
299
p->MinContext = p->MaxContext = (CTX_PTR)(p->HiUnit -=
UNIT_SIZE
); /* AllocContext(p); */
394
c1 = (CTX_PTR)(p->HiUnit -=
UNIT_SIZE
);
Completed in 36 milliseconds