Home
last modified time | relevance | path

Searched refs:length_up (Results 1 – 1 of 1) sorted by relevance

/system/tools/aidl/tests/
Dtest_util.cpp93 size_t length_up = table[i-1][j].longest_common_subsequence_length; in PrintDiff() local
98 if (length_up >= length_left) { in PrintDiff()
100 length = length_up; in PrintDiff()
103 if (length_left >= length_up) { in PrintDiff()