OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SuccessorHigh
(Results
1 - 2
of
2
) sorted by null
/external/lzma/C/
Ppmd.h
48
UInt16
SuccessorHigh
;
Ppmd7.c
277
#define SUCCESSOR(p) ((CPpmd_Void_Ref)((p)->SuccessorLow | ((UInt32)(p)->
SuccessorHigh
<< 16)))
282
(p)->
SuccessorHigh
= (UInt16)(((UInt32)(v) >> 16) & 0xFFFF);
Completed in 788 milliseconds