GET_PRICEa        642 third_party/lzma_sdk/LzmaEnc.c     price += GET_PRICEa(probs[symbol >> 8], (symbol >> 7) & 1);
GET_PRICEa        657 third_party/lzma_sdk/LzmaEnc.c     price += GET_PRICEa(probs[offs + (matchByte & offs) + (symbol >> 8)], (symbol >> 7) & 1);
GET_PRICEa        699 third_party/lzma_sdk/LzmaEnc.c     price += GET_PRICEa(probs[symbol >> 1], symbol & 1);
GET_PRICEa        714 third_party/lzma_sdk/LzmaEnc.c     price += GET_PRICEa(probs[m], bit);