Searched defs:distances (Results 1 – 11 of 11) sorted by relevance
/external/lzma/C/ |
D | LzFind.c | 391 UInt32 *distances, unsigned maxLen) in Hc_GetMatchesSpec() 467 UInt32 *distances, UInt32 maxLen) in GetMatchesSpec1() 605 static UInt32 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt2_MatchFinder_GetMatches() 616 UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt3Zip_MatchFinder_GetMatches() 627 static UInt32 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt3_MatchFinder_GetMatches() 652 distances[0] = (UInt32)maxLen; in Bt3_MatchFinder_GetMatches() local 665 static UInt32 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt4_MatchFinder_GetMatches() 708 distances[(size_t)offset - 2] = (UInt32)maxLen; in Bt4_MatchFinder_GetMatches() local 799 static UInt32 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Hc4_MatchFinder_GetMatches() 841 distances[(size_t)offset - 2] = (UInt32)maxLen; in Hc4_MatchFinder_GetMatches() local [all …]
|
D | LzFindMt.c | 247 …UInt32 *distances, UInt32 _maxLen, const UInt32 *hash, const UInt32 *limit, UInt32 size, UInt32 *p… in GetMatchesSpecN() 349 static void BtGetMatches(CMatchFinderMt *p, UInt32 *distances) in BtGetMatches() 606 static UInt32 * MixMatches2(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *distances) in MixMatches2() 627 static UInt32 * MixMatches3(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *distances) in MixMatches3() 719 static UInt32 MatchFinderMt2_GetMatches(CMatchFinderMt *p, UInt32 *distances) in MatchFinderMt2_GetMatches() 741 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 | 187 DistanceLessThan(double* distances) : fDistances(distances) { } in DistanceLessThan() 277 SkSTArray<8, double, true> distances(entries); in assemble() local
|
/external/skqp/src/pathops/ |
D | SkPathWriter.cpp | 187 DistanceLessThan(double* distances) : fDistances(distances) { } in DistanceLessThan() 277 SkSTArray<8, double, true> distances(entries); in assemble() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | clustering_ops_test.cc | 121 Tensor distances(DT_FLOAT, TensorShape({num_points})); in SetUpKMC2Initialization() local
|
D | clustering_ops.cc | 252 auto distances = distances_tensor.flat<float>(); in Compute() local
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/deflate64/ |
D | HuffmanDecoder.java | 181 int distances = (int) (readBits(5) + 1); in readDynamicTables() local 369 …ic void populateDynamicTables(BitInputStream reader, int[] literals, int[] distances) throws IOExc… in populateDynamicTables()
|
/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
|