Searched defs:distances (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/content/common/input/
H A Dsynthetic_smooth_scroll_gesture_params.h28 std::vector<gfx::Vector2d> distances; // Positive X/Y to scroll left/up. member in struct:content::SyntheticSmoothScrollGestureParams
/external/lzma/CS/7zip/Compress/LZ/
H A DIMatchFinder.cs21 UInt32 GetMatches(UInt32[] distances); argument
H A DLzBinTree.cs118 public UInt32 GetMatches(UInt32[] distances) argument
160 distances[offset++] = maxLen = 2;
161 distances[offset++] = _pos - curMatch2 - 1;
168 distances[offset++] = maxLen = 3;
169 distances[offset++] = _pos - curMatch3 - 1;
194 distances[offset++] = maxLen = kNumHashDirectBytes;
195 distances[offset++] = _pos - curMatch - 1;
223 distances[offset++] = maxLen = len;
224 distances[offset++] = delta - 1;
/external/lzma/Java/SevenZip/Compression/LZ/
H A DBinTree.java118 public int GetMatches(int[] distances) throws IOException argument
160 distances[offset++] = maxLen = 2;
161 distances[offset++] = _pos - curMatch2 - 1;
168 distances[offset++] = maxLen = 3;
169 distances[offset++] = _pos - curMatch3 - 1;
194 distances[offset++] = maxLen = kNumHashDirectBytes;
195 distances[offset++] = _pos - curMatch - 1;
223 distances[offset++] = maxLen = len;
224 distances[offset++] = delta - 1;
/external/tcpdump/
H A Dprint-egp.c144 int gateways, distances, networks; local
182 distances = *cp++;
189 while (--distances >= 0) {
/external/chromium_org/third_party/lzma_sdk/
H A DLzFind.c324 UInt32 *distances, UInt32 maxLen)
331 return distances;
343 *distances++ = maxLen = len;
344 *distances++ = delta - 1;
346 return distances;
355 UInt32 *distances, UInt32 maxLen)
366 return distances;
380 *distances++ = maxLen = len;
381 *distances++ = delta - 1;
386 return distances;
322 Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument
353 GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument
484 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument
495 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument
506 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument
539 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument
586 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument
635 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument
[all...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzFind.c325 UInt32 *distances, UInt32 maxLen)
332 return distances;
344 *distances++ = maxLen = len;
345 *distances++ = delta - 1;
347 return distances;
356 UInt32 *distances, UInt32 maxLen)
367 return distances;
381 *distances++ = maxLen = len;
382 *distances++ = delta - 1;
387 return distances;
323 Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument
354 GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument
485 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument
496 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument
507 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument
540 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument
587 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument
636 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument
[all...]
/external/lzma/C/
H A DLzFind.c324 UInt32 *distances, UInt32 maxLen)
331 return distances;
343 *distances++ = maxLen = len;
344 *distances++ = delta - 1;
346 return distances;
355 UInt32 *distances, UInt32 maxLen)
366 return distances;
380 *distances++ = maxLen = len;
381 *distances++ = delta - 1;
386 return distances;
322 Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument
353 GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument
484 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument
495 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument
506 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument
539 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument
586 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument
635 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument
[all...]
H A DLzFindMt.c240 UInt32 *distances = _distances + 1; local
268 *distances++ = maxLen = len;
269 *distances++ = delta - 1;
298 UInt32 num = (UInt32)(distances - _distances);
311 void BtGetMatches(CMatchFinderMt *p, UInt32 *distances) argument
316 distances[1] = p->hashNumAvail;
322 distances[1] = numProcessed + p->hashNumAvail;
326 distances[curPos++] = 0;
347 UInt32 *startDistances = distances + curPos;
361 distances
557 MixMatches2(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *distances) argument
577 MixMatches3(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *distances) argument
667 MatchFinderMt2_GetMatches(CMatchFinderMt *p, UInt32 *distances) argument
685 MatchFinderMt_GetMatches(CMatchFinderMt *p, UInt32 *distances) argument
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsCommon.cpp495 DistanceLessThan(double* distances) : fDistances(distances) { } argument
552 SkTArray<double, true> distances; local
553 distances.push_back_n(entries);
567 distances[row + iIndex] = dist; // oStart distance from iStart
575 SkTQSort<int>(sortedDist.begin(), sortedDist.end() - 1, DistanceLessThan(distances.begin()));
/external/skia/src/pathops/
H A DSkPathOpsCommon.cpp495 DistanceLessThan(double* distances) : fDistances(distances) { } argument
552 SkTArray<double, true> distances; local
553 distances.push_back_n(entries);
567 distances[row + iIndex] = dist; // oStart distance from iStart
575 SkTQSort<int>(sortedDist.begin(), sortedDist.end() - 1, DistanceLessThan(distances.begin()));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1232 milliseconds