HomeSort by relevance Sort by last modified time
    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 90 milliseconds