Home
last modified time | relevance | path

Searched defs:distances (Results 1 – 10 of 10) sorted by relevance

/external/lzma/C/
DLzFind.c359 UInt32 *distances, UInt32 maxLen) in Hc_GetMatchesSpec()
390 UInt32 *distances, UInt32 maxLen) in GetMatchesSpec1()
526 static UInt32 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt2_MatchFinder_GetMatches()
537 UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt3Zip_MatchFinder_GetMatches()
548 static UInt32 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt3_MatchFinder_GetMatches()
572 distances[0] = maxLen; in Bt3_MatchFinder_GetMatches() local
585 static UInt32 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt4_MatchFinder_GetMatches()
626 distances[offset - 2] = maxLen; in Bt4_MatchFinder_GetMatches() local
717 static UInt32 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Hc4_MatchFinder_GetMatches()
758 distances[offset - 2] = maxLen; in Hc4_MatchFinder_GetMatches() local
[all …]
DLzFindMt.c242 UInt32 *distances = _distances + 1; in GetMatchesSpecN() local
313 static void BtGetMatches(CMatchFinderMt *p, UInt32 *distances) in BtGetMatches()
564 static UInt32 * MixMatches2(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *distances) in MixMatches2()
585 static UInt32 * MixMatches3(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *distances) in MixMatches3()
677 static UInt32 MatchFinderMt2_GetMatches(CMatchFinderMt *p, UInt32 *distances) in MatchFinderMt2_GetMatches()
695 static UInt32 MatchFinderMt_GetMatches(CMatchFinderMt *p, UInt32 *distances) in MatchFinderMt_GetMatches()
/external/lzma/CS/7zip/Compress/LZ/
DIMatchFinder.cs21 UInt32 GetMatches(UInt32[] distances); in GetMatches()
DLzBinTree.cs118 public UInt32 GetMatches(UInt32[] distances) in GetMatches()
/external/skia/src/pathops/
DSkPathWriter.cpp179 DistanceLessThan(double* distances) : fDistances(distances) { } in DistanceLessThan()
226 SkSTArray<8, double, true> distances(entries); in assemble() local
/external/skqp/src/pathops/
DSkPathWriter.cpp179 DistanceLessThan(double* distances) : fDistances(distances) { } in DistanceLessThan()
226 SkSTArray<8, double, true> distances(entries); in assemble() local
/external/tensorflow/tensorflow/contrib/factorization/kernels/
Dclustering_ops_test.cc121 Tensor distances(DT_FLOAT, TensorShape({num_points})); in SetUpKMC2Initialization() local
Dclustering_ops.cc251 auto distances = distances_tensor.flat<float>(); in Compute() local
/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java118 public int GetMatches(int[] distances) throws IOException in GetMatches()
/external/tcpdump/
Dprint-egp.c138 int gateways, distances, networks; in egpnrprint() local