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 537 const RetainSummary *Summ = I->second;
538 M[K] = Summ;
539 return Summ;
648 RetainSummary Summ(getArgEffects(), RetEff, DefaultEff, ReceiverEff);
649 return getPersistentSummary(Summ);
669 void addNSObjectClsMethSummary(Selector S, const RetainSummary *Summ) {
670 ObjCClassMethodSummaries[S] = Summ;
673 void addNSObjectMethSummary(Selector S, const RetainSummary *Summ) {
674 ObjCMethodSummaries[S] = Summ;
678 const RetainSummary *Summ, bool isNullary = true)
    [all...]

Completed in 51 milliseconds