Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/utils/check_cfc/
H A Dobj_diff.py39 def first_diff(a, b, fromfile, tofile): function
74 return first_diff(disa, disb, objfilea, objfileb)
84 return first_diff(dbga, dbgb, objfilea, objfileb)
/aosp_15_r20/external/mksh/src/
H A Dcheck.pl840 $why .= "\tunexpected $what - " . &first_diff($expect, $got) . "\n";
869 first_diff subroutine
/aosp_15_r20/art/libprofile/profile/
H A Dprofile_compilation_info.cc2918 bool first_diff = true; in ReadMethods() local
2925 if (diff_with_last_method_index == 0u && !first_diff) { in ReadMethods()
2929 first_diff = false; in ReadMethods()