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

  /external/lzma/C/
Ppmd.h 21 #define PPMD_GET_MEAN_SPEC(summ, shift, round) (((summ) + (1 << ((shift) - (round)))) >> (shift))
22 #define PPMD_GET_MEAN(summ) PPMD_GET_MEAN_SPEC((summ), PPMD_PERIOD_BITS, 2)
35 UInt16 Summ; /* Freq */
41 { (p)->Summ <<= 1; (p)->Count = (Byte)(3 << (p)->Shift++); }
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 524 const RetainSummary *Summ = I->second;
525 M[K] = Summ;
526 return Summ;
635 RetainSummary Summ(getArgEffects(), RetEff, DefaultEff, ReceiverEff);
636 return getPersistentSummary(Summ);
656 void addNSObjectClsMethSummary(Selector S, const RetainSummary *Summ) {
657 ObjCClassMethodSummaries[S] = Summ;
660 void addNSObjectMethSummary(Selector S, const RetainSummary *Summ) {
661 ObjCMethodSummaries[S] = Summ;
665 const RetainSummary *Summ, bool isNullary = true)
    [all...]

Completed in 55 milliseconds