Home
last modified time | relevance | path

Searched defs:posState (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/xz-java/src/org/tukaani/xz/lzma/
H A DLZMAEncoder.java233 int posState = (lz.getPos() - readAhead) & posMask; in encodeLZMA1EndMarker() local
289 int posState = (lz.getPos() - readAhead) & posMask; in encodeSymbol() local
319 private void encodeMatch(int dist, int len, int posState) in encodeMatch()
352 private void encodeRepMatch(int rep, int len, int posState) in encodeRepMatch()
397 int getAnyMatchPrice(State state, int posState) { in getAnyMatchPrice()
411 int getShortRepPrice(int anyRepPrice, State state, int posState) { in getShortRepPrice()
418 int getLongRepPrice(int anyRepPrice, int rep, State state, int posState) { in getLongRepPrice()
439 int getLongRepAndLenPrice(int rep, int len, State state, int posState) { in getLongRepAndLenPrice()
447 int dist, int len, int posState) { in getMatchAndLenPrice()
691 void encode(int len, int posState) throws IOException { in encode()
[all …]
H A DLZMADecoder.java53 int posState = lz.getPos() & posMask; in decode() local
72 private int decodeMatch(int posState) throws IOException { in decodeMatch()
101 private int decodeRepMatch(int posState) throws IOException { in decodeRepMatch()
187 int decode(int posState) throws IOException { in decode()
H A DLZMAEncoderNormal.java176 int posState = pos & posMask; in getNextSymbol() local
/aosp_15_r20/external/coreboot/util/cbfstool/lzma/C/
H A DLzmaEnc.c667 …tic void LenEnc_Encode(struct CLenEnc *p, struct CRangeEnc *rc, uint32_t symbol, uint32_t posState) in LenEnc_Encode()
690 static void LenEnc_SetPrices(struct CLenEnc *p, uint32_t posState, uint32_t numSymbols, uint32_t *p… in LenEnc_SetPrices()
713 static void LenPriceEnc_UpdateTable(struct CLenPriceEnc *p, uint32_t posState, uint32_t *ProbPrices) in LenPriceEnc_UpdateTable()
721 uint32_t posState; in LenPriceEnc_UpdateTables() local
726 …ode2(struct CLenPriceEnc *p, struct CRangeEnc *rc, uint32_t symbol, uint32_t posState, bool update… in LenEnc_Encode2()
777 static uint32_t GetRepLen1Price(struct CLzmaEnc *p, uint32_t state, uint32_t posState) in GetRepLen1Price()
784 … uint32_t GetPureRepPrice(struct CLzmaEnc *p, uint32_t repIndex, uint32_t state, uint32_t posState) in GetPureRepPrice()
806 …GetRepPrice(struct CLzmaEnc *p, uint32_t repIndex, uint32_t len, uint32_t state, uint32_t posState) in GetRepPrice()
852 uint32_t numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur; in GetOptimum() local
1504 static void WriteEndMarker(struct CLzmaEnc *p, uint32_t posState) in WriteEndMarker()
[all …]
H A DLzmaDec.c152 unsigned posState = processedPos & pbMask; in LzmaDec_DecodeReal() local
494 unsigned posState = (p->processedPos) & ((1 << p->prop.pb) - 1); in LzmaDec_TryDummy() local
/aosp_15_r20/external/lzma/C/
H A DLzmaEnc.c337 #define GET_PRICE_LEN(p, posState, len) \ argument
928 static void LenEnc_Encode(CLenEnc *p, CRangeEnc *rc, unsigned sym, unsigned posState) in LenEnc_Encode()
990 unsigned posState; in LenPriceEnc_UpdateTables() local
1058 unsigned posState; in LenPriceEnc_UpdateTables() local
1132 #define GetPrice_ShortRep(p, state, posState) \ argument
1135 #define GetPrice_Rep_0(p, state, posState) ( \ argument
1142 static UInt32 GetPrice_PureRep(const CLzmaEnc *p, unsigned repIndex, size_t state, size_t posState) in GetPrice_PureRep()
1228 unsigned numPairs, mainLen, repMaxIndex, i, posState; in GetOptimum() local
1446 unsigned newLen, numPairs, prev, state, posState, startLen; in GetOptimum() local
2100 static void WriteEndMarker(CLzmaEnc *p, unsigned posState) in WriteEndMarker()
[all …]
H A DLzmaDec.c260 unsigned posState = CALC_POS_STATE(processedPos, pbMask); in LZMA_DECODE_REAL() local
729 unsigned posState = CALC_POS_STATE(p->processedPos, ((unsigned)1 << p->prop.pb) - 1); in LzmaDec_TryDummy() local
/aosp_15_r20/out/soong/.intermediates/external/xz-java/xz-java/android_common/javac/
Dxz-java.jarMETA-INF/ META-INF/MANIFEST.MF LZMADecDemo.class LZMADecDemo.java package LZMADecDemo ...
/aosp_15_r20/out/soong/.intermediates/external/xz-java/xz-java/android_common_apex10000/javac/
Dxz-java.jarMETA-INF/ META-INF/MANIFEST.MF LZMADecDemo.class LZMADecDemo.java package LZMADecDemo ...
/aosp_15_r20/external/coreboot/payloads/libpayload/liblzma/
H A Dlzmadecode.c166 int posState = (int)( in LzmaDecode() local
/aosp_15_r20/external/coreboot/src/lib/
H A Dlzmadecode.c235 int posState = (int)((nowPos)&posStateMask); in LzmaDecode() local
/aosp_15_r20/out/target/common/obj/APPS/DocumentsUI_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/activity_release.kotlin_module META ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/DocumentsUI/DocumentsUI/android_common/withres/
DDocumentsUI.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/activity_release.kotlin_module META ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/android/TerminalApp/VmTerminalApp/android_common_apex10000/withres/
DVmTerminalApp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/activity_release.kotlin_module META ...
/aosp_15_r20/tools/tradefederation/prebuilts/filegroups/tradefed/
Dtradefed.jarFileMd5$FileChecksum$1.class FileMd5.java package FileMd5$FileChecksum$1 extends com. ...