Searched refs:offs (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | inftrees.c | 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local 141 offs[1] = 0; 143 offs[len + 1] = offs[len] + count[len]; 147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | inftrees.c | 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local 141 offs[1] = 0; 143 offs[len + 1] = offs[len] + count[len]; 147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzmaDec.c | 203 unsigned offs = 0x100; in LzmaDec_DecodeReal() local 210 bit = (matchByte & offs); in LzmaDec_DecodeReal() 211 probLit = prob + offs + bit + symbol; in LzmaDec_DecodeReal() 212 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit) in LzmaDec_DecodeReal() 551 unsigned offs = 0x100; in LzmaDec_TryDummy() local 558 bit = (matchByte & offs); in LzmaDec_TryDummy() 559 probLit = prob + offs + bit + symbol; in LzmaDec_TryDummy() 560 GET_BIT2_CHECK(probLit, symbol, offs &= ~bit, offs &= bit) in LzmaDec_TryDummy()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | LzmaDec.c | 184 unsigned offs = 0x100; in LzmaDec_DecodeReal() local 191 bit = (matchByte & offs); in LzmaDec_DecodeReal() 192 probLit = prob + offs + bit + symbol; in LzmaDec_DecodeReal() 193 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit) in LzmaDec_DecodeReal() 532 unsigned offs = 0x100; in LzmaDec_TryDummy() local 539 bit = (matchByte & offs); in LzmaDec_TryDummy() 540 probLit = prob + offs + bit + symbol; in LzmaDec_TryDummy() 541 GET_BIT2_CHECK(probLit, symbol, offs &= ~bit, offs &= bit) in LzmaDec_TryDummy()
|
D | LzmaEnc.c | 622 UInt32 offs = 0x100; in LitEnc_EncodeMatched() local 627 RangeEnc_EncodeBit(p, probs + (offs + (matchByte & offs) + (symbol >> 8)), (symbol >> 7) & 1); in LitEnc_EncodeMatched() 629 offs &= ~(matchByte ^ symbol); in LitEnc_EncodeMatched() 686 UInt32 offs = 0x100; in LitEnc_GetPriceMatched() local 691 price += GET_PRICEa(probs[offs + (matchByte & offs) + (symbol >> 8)], (symbol >> 7) & 1); in LitEnc_GetPriceMatched() 693 offs &= ~(matchByte ^ symbol); in LitEnc_GetPriceMatched() 1111 UInt32 offs = 0; in GetOptimum() local 1112 while (len > matches[offs]) in GetOptimum() 1113 offs += 2; in GetOptimum() 1117 UInt32 distance = matches[offs + 1]; in GetOptimum() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzmaDec.c | 203 unsigned offs = 0x100; in LzmaDec_DecodeReal() local 210 bit = (matchByte & offs); in LzmaDec_DecodeReal() 211 probLit = prob + offs + bit + symbol; in LzmaDec_DecodeReal() 212 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit) in LzmaDec_DecodeReal() 551 unsigned offs = 0x100; in LzmaDec_TryDummy() local 558 bit = (matchByte & offs); in LzmaDec_TryDummy() 559 probLit = prob + offs + bit + symbol; in LzmaDec_TryDummy() 560 GET_BIT2_CHECK(probLit, symbol, offs &= ~bit, offs &= bit) in LzmaDec_TryDummy()
|
/device/linaro/bootloader/edk2/BaseTools/UserManuals/ |
D | VolInfo_Utility_Man_Page.rtf | 139 \b\fs18\cf1\insrsid14511453 \hich\af39\dbch\af31505\loch\f39 VolInfo --offs\hich\af39\dbch\af31505…
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | firmware-design.md | 1732 `USE_COHERENT_MEM`. Each platform needs to consider these trade-offs to decide
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | powersqrt.decTest | 2867 -- some one-offs
|
D | squareroot.decTest | 2858 -- some one-offs
|