Home
last modified time | relevance | path

Searched refs:distance (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c256 UInt32 distance; in LzmaDec_DecodeReal() local
262 distance = rep1; in LzmaDec_DecodeReal()
271 distance = rep2; in LzmaDec_DecodeReal()
276 distance = rep3; in LzmaDec_DecodeReal()
282 rep0 = distance; in LzmaDec_DecodeReal()
322 UInt32 distance; in LzmaDec_DecodeReal() local
325 TREE_6_DECODE(prob, distance); in LzmaDec_DecodeReal()
326 if (distance >= kStartPosModelIndex) in LzmaDec_DecodeReal()
328 unsigned posSlot = (unsigned)distance; in LzmaDec_DecodeReal()
329 int numDirectBits = (int)(((distance >> 1) - 1)); in LzmaDec_DecodeReal()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaDec.c237 UInt32 distance; in LzmaDec_DecodeReal() local
243 distance = rep1; in LzmaDec_DecodeReal()
252 distance = rep2; in LzmaDec_DecodeReal()
257 distance = rep3; in LzmaDec_DecodeReal()
263 rep0 = distance; in LzmaDec_DecodeReal()
303 UInt32 distance; in LzmaDec_DecodeReal() local
306 TREE_6_DECODE(prob, distance); in LzmaDec_DecodeReal()
307 if (distance >= kStartPosModelIndex) in LzmaDec_DecodeReal()
309 unsigned posSlot = (unsigned)distance; in LzmaDec_DecodeReal()
310 int numDirectBits = (int)(((distance >> 1) - 1)); in LzmaDec_DecodeReal()
[all …]
DLzmaEnc.c870 UInt32 distance = p->matches[numPairs - 1] + 1; in ReadMatchDistances() local
875 const Byte *pby2 = pby - distance; in ReadMatchDistances()
1117 UInt32 distance = matches[offs + 1]; in GetOptimum() local
1121 if (distance < kNumFullDistances) in GetOptimum()
1122 curAndLenPrice += p->distancesPrices[lenToPosState][distance]; in GetOptimum()
1126 GetPosSlot2(distance, slot); in GetOptimum()
1127 … curAndLenPrice += p->alignPrices[distance & kAlignMask] + p->posSlotPrices[lenToPosState][slot]; in GetOptimum()
1134 opt->backPrev = distance + LZMA_NUM_REPS; in GetOptimum()
1843 UInt32 distance = p->reps[pos]; in LzmaEnc_CodeOneBlock() local
1856 p->reps[0] = distance; in LzmaEnc_CodeOneBlock()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c256 UInt32 distance; in LzmaDec_DecodeReal() local
262 distance = rep1; in LzmaDec_DecodeReal()
271 distance = rep2; in LzmaDec_DecodeReal()
276 distance = rep3; in LzmaDec_DecodeReal()
282 rep0 = distance; in LzmaDec_DecodeReal()
322 UInt32 distance; in LzmaDec_DecodeReal() local
325 TREE_6_DECODE(prob, distance); in LzmaDec_DecodeReal()
326 if (distance >= kStartPosModelIndex) in LzmaDec_DecodeReal()
328 unsigned posSlot = (unsigned)distance; in LzmaDec_DecodeReal()
329 int numDirectBits = (int)(((distance >> 1) - 1)); in LzmaDec_DecodeReal()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.h315 # define _tr_tally_dist(s, distance, length, flush) \ argument
317 ush dist = (distance); \
327 # define _tr_tally_dist(s, distance, length, flush) \ argument
328 flush = _tr_tally(s, distance, length)
Dalgorithm.txt6 pointer to the previous string, in the form of a pair (distance,
84 of the first table is nine bits. Also the distance trees have 30 possible
191 byte (a "literal"), or it can be either a length or a distance which
DChangeLog133 dynamic blocks with only literals and no distance codes --
135 - Add a note to puff.c on no distance codes case.
189 - Perform more rigorous check for distance-too-far in inffast.c
256 - Make inflate distance-too-far checks more rigorous
303 - When Z_RLE requested, restrict matches to distance one
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.h330 # define _tr_tally_dist(s, distance, length, flush) \ argument
332 ush dist = (distance); \
342 # define _tr_tally_dist(s, distance, length, flush) \ argument
343 flush = _tr_tally(s, distance, length)
Dalgorithm.txt6 pointer to the previous string, in the form of a pair (distance,
84 of the first table is nine bits. Also the distance trees have 30 possible
191 byte (a "literal"), or it can be either a length or a distance which
DChangeLog518 - Add puff compile option to permit invalid distance-too-far streams
540 - Add compile option to permit invalid distance-too-far streams
750 dynamic blocks with only literals and no distance codes --
752 - Add a note to puff.c on no distance codes case.
806 - Perform more rigorous check for distance-too-far in inffast.c
873 - Make inflate distance-too-far checks more rigorous
920 - When Z_RLE requested, restrict matches to distance one
/device/generic/goldfish/sensors/
Dsensors_qemu.c363 events[ID_PROXIMITY].distance = params[0]; in sensor_device_poll_event_locked()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp587 initEv(&nev[cnt++], timestamp, type, sensor)->distance = sample->fdata; in processSample()