Home
last modified time | relevance | path

Searched defs:newBound (Results 1 – 7 of 7) sorted by relevance

/external/lzma/Java/SevenZip/Compression/RangeCoder/
DDecoder.java57 int newBound = (Range >>> kNumBitModelTotalBits) * prob; in DecodeBit() local
DEncoder.java105 int newBound = (Range >>> kNumBitModelTotalBits) * prob; in Encode() local
/external/lzma/C/
DPpmd7Enc.c59 UInt32 newBound = (p->Range >> 14) * size0; in RangeEnc_EncodeBit_1() local
DPpmd7Dec.c56 UInt32 newBound = (p->Range >> 14) * size0; in Range_DecodeBit() local
DLzmaEnc.c685 UInt32 range, ttt, newBound; in RangeEnc_EncodeBit_0() local
698 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/llvm-project/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp348 SVal newBound = in assumeInBound() local
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp332 SVal newBound = in assumeInBound() local