Searched defs:newBound (Results  1 – 6 of 6) sorted by relevance
| /external/lzma/Java/SevenZip/Compression/RangeCoder/ | 
| D | Decoder.java | 57 		int newBound = (Range >>> kNumBitModelTotalBits) * prob;  in DecodeBit()  local
 | 
| D | Encoder.java | 105 		int newBound = (Range >>> kNumBitModelTotalBits) * prob;  in Encode()  local
 | 
| /external/lzma/C/ | 
| D | Ppmd7Enc.c | 59   UInt32 newBound = (p->Range >> 14) * size0;  in RangeEnc_EncodeBit_1()  local
 | 
| D | Ppmd7Dec.c | 56   UInt32 newBound = (p->Range >> 14) * size0;  in Range_DecodeBit()  local
 | 
| D | LzmaEnc.c | 685   UInt32 range, ttt, newBound;  in RangeEnc_EncodeBit_0()  local698     UInt32 ttt, newBound;  in LitEnc_Encode()  local
 716     UInt32 ttt, newBound;  in LitEnc_EncodeMatched()  local
 809     UInt32 ttt, newBound;  in RcTree_ReverseEncode()  local
 833   UInt32 range, ttt, newBound;  in LenEnc_Encode()  local
 2000     UInt32 ttt, newBound;  in WriteEndMarker()  local
 2020       UInt32 ttt, newBound;  in WriteEndMarker()  local
 2045       UInt32 ttt, newBound;  in WriteEndMarker()  local
 2299     UInt32 range, ttt, newBound;  in LzmaEnc_CodeOneBlock()  local
 
 | 
| /external/clang/lib/StaticAnalyzer/Core/ | 
| D | ProgramState.cpp | 332   SVal newBound =  in assumeInBound()  local
 |