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

  /external/lzma/C/
Ppmd.h 20 #define PPMD_GET_MEAN_SPEC(summ, shift, round) (((summ) + (1 << ((shift) - (round)))) >> (shift))
21 #define PPMD_GET_MEAN(summ) PPMD_GET_MEAN_SPEC((summ), PPMD_PERIOD_BITS, 2)
37 UInt16 Summ; /* Freq */
43 { (p)->Summ <<= 1; (p)->Count = (Byte)(3 << (p)->Shift++); }
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 550 const RetainSummary *Summ = I->second;
551 M[K] = Summ;
552 return Summ;
661 RetainSummary Summ(getArgEffects(), RetEff, DefaultEff, ReceiverEff);
662 return getPersistentSummary(Summ);
682 void addNSObjectClsMethSummary(Selector S, const RetainSummary *Summ) {
683 ObjCClassMethodSummaries[S] = Summ;
686 void addNSObjectMethSummary(Selector S, const RetainSummary *Summ) {
687 ObjCMethodSummaries[S] = Summ;
691 const RetainSummary *Summ, bool isNullary = true)
    [all...]

Completed in 161 milliseconds