Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFind.c391 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 …]
DLzFindMt.c247UInt32 *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/
DIMatchFinder.cs21 UInt32 GetMatches(UInt32[] distances); in GetMatches()
DLzBinTree.cs118 public UInt32 GetMatches(UInt32[] distances) in GetMatches()
/external/skia/src/pathops/
DSkPathWriter.cpp187 DistanceLessThan(double* distances) : fDistances(distances) { } in DistanceLessThan()
277 SkSTArray<8, double, true> distances(entries); in assemble() local
/external/skqp/src/pathops/
DSkPathWriter.cpp187 DistanceLessThan(double* distances) : fDistances(distances) { } in DistanceLessThan()
277 SkSTArray<8, double, true> distances(entries); in assemble() local
/external/tensorflow/tensorflow/core/kernels/
Dclustering_ops_test.cc121 Tensor distances(DT_FLOAT, TensorShape({num_points})); in SetUpKMC2Initialization() local
Dclustering_ops.cc252 auto distances = distances_tensor.flat<float>(); in Compute() local
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/deflate64/
DHuffmanDecoder.java181 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/
DBinTree.java118 public int GetMatches(int[] distances) throws IOException in GetMatches()
/external/tcpdump/
Dprint-egp.c138 int gateways, distances, networks; in egpnrprint() local