Searched defs:distance (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzmaDec.c256 UInt32 distance; local
262 distance = rep1;
271 distance = rep2;
276 distance = rep3;
282 rep0 = distance;
322 UInt32 distance; local
325 TREE_6_DECODE(prob, distance);
326 if (distance >= kStartPosModelIndex)
328 unsigned posSlot = (unsigned)distance;
329 int numDirectBits = (int)(((distance >>
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzmaDec.c237 UInt32 distance; local
243 distance = rep1;
252 distance = rep2;
257 distance = rep3;
263 rep0 = distance;
303 UInt32 distance; local
306 TREE_6_DECODE(prob, distance);
307 if (distance >= kStartPosModelIndex)
309 unsigned posSlot = (unsigned)distance;
310 int numDirectBits = (int)(((distance >>
[all...]
H A DLzmaEnc.c870 UInt32 distance = p->matches[numPairs - 1] + 1; local
875 const Byte *pby2 = pby - distance;
1117 UInt32 distance = matches[offs + 1]; local
1121 if (distance < kNumFullDistances)
1122 curAndLenPrice += p->distancesPrices[lenToPosState][distance];
1126 GetPosSlot2(distance, slot);
1127 curAndLenPrice += p->alignPrices[distance & kAlignMask] + p->posSlotPrices[lenToPosState][slot];
1134 opt->backPrev = distance + LZMA_NUM_REPS;
1843 UInt32 distance = p->reps[pos]; local
1856 p->reps[0] = distance;
[all...]
/vbox/src/libs/libpng-1.2.8/
H A Dpngrtran.c457 png_bytep distance; local
471 distance = (png_bytep)png_malloc(png_ptr, (png_uint_32)(num_entries *
474 png_memset(distance, 0xff, num_entries * png_sizeof(png_byte));
505 if (d < (int)distance[d_index])
507 distance[d_index] = (png_byte)d;
515 png_free(png_ptr, distance);
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dprmsgc.c320 unsigned int distance; local
327 distance = (OFFSETOF(p) - OFFSETOF(sp->base)) >> 2;
328 index = distance >> PR_BITS_PER_WORD_LOG2;
329 mask = 1L << (distance&(PR_BITS_PER_WORD-1));
337 unsigned int distance; local
344 distance = (OFFSETOF(p) - OFFSETOF(sp->base)) >> 2;
345 index = distance >> PR_BITS_PER_WORD_LOG2;
346 mask = 1L << (distance&(PR_BITS_PER_WORD-1));
354 unsigned int distance; local
361 distance
[all...]

Completed in 402 milliseconds