/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
H A D | LzmaEnc.h | 17 int lc; /* 0 <= lc <= 8, default = 3 */ member in struct:_CLzmaEncProps
|
H A D | LzmaDec.h | 26 unsigned lc, lp, pb; member in struct:_CLzmaProps
|
H A D | LzmaDec.c | 110 #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp))) 145 unsigned lc = p->prop.lc; local 173 prob += (LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) + 174 (dic[(dicPos == 0 ? dicBufSize : dicPos) - 1] >> (8 - lc)))); 520 ((((p->processedPos) & ((1 << (p->prop.lp)) - 1)) << p->prop.lc) + 521 (p->dic[(p->dicPos == 0 ? p->dicBufSize : p->dicPos) - 1] >> (8 - p->prop.lc)))); 717 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp)); 924 p->lc = d % 9;
|
H A D | LzmaEnc.c | 62 p->lc = p->lp = p->pb = p->algo = p->fb = p->btMode = p->numHashBytes = p->numThreads = -1; 72 if (p->lc < 0) p->lc = 3; 332 unsigned lc, lp, pb; member in struct:_CLzmaEnc 431 if (props.lc > LZMA_LC_MAX || props.lp > LZMA_LP_MAX || props.pb > LZMA_PB_MAX || 444 p->lc = props.lc; 961 #define LIT_PROBS(pos, prevByte) (p->litProbs + ((((pos) & p->lpMask) << p->lc) + ((prevByte) >> (8 - p->lc))) * 0x300) 1946 unsigned lclp = p->lc [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
H A D | LzmaDec.h | 26 unsigned lc, lp, pb; member in struct:_CLzmaProps
|
H A D | LzmaDec.c | 129 #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp))) 164 unsigned lc = p->prop.lc; local 192 prob += (LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) + 193 (dic[(dicPos == 0 ? dicBufSize : dicPos) - 1] >> (8 - lc)))); 539 ((((p->processedPos) & ((1 << (p->prop.lp)) - 1)) << p->prop.lc) + 540 (p->dic[(p->dicPos == 0 ? p->dicBufSize : p->dicPos) - 1] >> (8 - p->prop.lc)))); 735 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp)); 942 p->lc = d % 9;
|
/vbox/src/libs/zlib-1.2.6/ |
H A D | trees.c | 1008 int ZLIB_INTERNAL _tr_tally (s, dist, lc) 1011 unsigned lc; /* match length-MIN_MATCH or unmatched char (if dist==0) */ 1014 s->l_buf[s->last_lit++] = (uch)lc; 1016 /* lc is the unmatched char */ 1017 s->dyn_ltree[lc].Freq++; 1020 /* Here, lc is the match length - MIN_MATCH */ 1023 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) && 1026 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++; 1064 int lc; /* match length or unmatched char (if dist == 0) */ local 1071 lc 1074 Tracecv(isgraph(lc), (stderr," '%c' ", lc)); local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/ |
H A D | fsw_hfs.c | 822 int apos, bpos, lc; local 844 for (lc = 0; lc == 0 && apos < key1Len; apos++) { 846 lc = ac; 848 ac = (fsw_u16)lc; 851 for (lc = 0; lc == 0 && bpos < ckey2->nodeName.length; bpos++) { 853 lc = bc; 855 bc = (fsw_u16)lc; 868 int apos, bpos, lc; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/ |
H A D | _regset.h | 192 unsigned long lc; member in struct:_callee_saved
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/ |
H A D | dtrace.c | 6954 char lc = '\0'; local 6968 if (c == '-' && lc != '\0' && *p != ']') { 6975 if (s1 < lc || s1 > c) 6979 } else if (lc <= s1 && s1 <= c) 6985 lc = c; /* save left-hand 'c' for next iteration */
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | xpath.c | 10495 int lc = 1; /* Should we branch to LocationPath ? */ local 10503 lc = 0; 10506 lc = 1; 10509 lc = 1; 10512 lc = 1; 10515 lc = 1; 10535 lc = 1; 10548 lc = 1; 10558 lc = 1; 10567 lc [all...] |
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | sjsxp.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |