Searched defs:distances (Results 1 – 10 of 10) sorted by relevance
/external/lzma/C/ |
D | LzFind.c | 359 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 …]
|
D | LzFindMt.c | 242 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/ |
D | IMatchFinder.cs | 21 UInt32 GetMatches(UInt32[] distances); in GetMatches()
|
D | LzBinTree.cs | 118 public UInt32 GetMatches(UInt32[] distances) in GetMatches()
|
/external/skia/src/pathops/ |
D | SkPathWriter.cpp | 179 DistanceLessThan(double* distances) : fDistances(distances) { } in DistanceLessThan() 226 SkSTArray<8, double, true> distances(entries); in assemble() local
|
/external/skqp/src/pathops/ |
D | SkPathWriter.cpp | 179 DistanceLessThan(double* distances) : fDistances(distances) { } in DistanceLessThan() 226 SkSTArray<8, double, true> distances(entries); in assemble() local
|
/external/tensorflow/tensorflow/contrib/factorization/kernels/ |
D | clustering_ops_test.cc | 121 Tensor distances(DT_FLOAT, TensorShape({num_points})); in SetUpKMC2Initialization() local
|
D | clustering_ops.cc | 251 auto distances = distances_tensor.flat<float>(); in Compute() local
|
/external/lzma/Java/SevenZip/Compression/LZ/ |
D | BinTree.java | 118 public int GetMatches(int[] distances) throws IOException in GetMatches()
|
/external/tcpdump/ |
D | print-egp.c | 138 int gateways, distances, networks; in egpnrprint() local
|