Home
last modified time | relevance | path

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

/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dsign.c1482 …bool bytesMatch = bytesScore >= (options ? options->bytes_diff_threshold : SIGN_DIFF_MATCH_BYTES_T… in r_sign_diff() local
1485 if (bytesMatch) { in r_sign_diff()
1541 …bool bytesMatch = bytesScore >= (options ? options->bytes_diff_threshold : SIGN_DIFF_MATCH_BYTES_T… in r_sign_diff_by_name() local
1543 if ((bytesMatch && !not_matching) || (!bytesMatch && not_matching)) { in r_sign_diff_by_name()