HomeSort by relevance Sort by last modified time
    Searched refs:SuccessorLow (Results 1 - 2 of 2) sorted by null

  /external/lzma/C/
Ppmd.h 47 UInt16 SuccessorLow;
Ppmd7.c 277 #define SUCCESSOR(p) ((CPpmd_Void_Ref)((p)->SuccessorLow | ((UInt32)(p)->SuccessorHigh << 16)))
281 (p)->SuccessorLow = (UInt16)((UInt32)(v) & 0xFFFF);

Completed in 39 milliseconds