Searched refs:find_center (Results 1 - 2 of 2) sorted by relevance

/external/abi-dumper/
H A Dabi-dumper.pl3003 if(my $C = find_center($Name, "<"))
3081 if(my $Cent = find_center($Name, "<"))
3779 sub find_center($$) subroutine
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl4479 while(my $CPos = find_center($TParams, "<"))
4497 while(my $CPos = find_center($Name, ":"))
13204 my $Suffix = substr($Signature, find_center($Signature, "("));
15320 my $SCenter = find_center($Signature, "(");
15403 if(my $ShortName = substr($Signature, 0, find_center($Signature, "(")))
15451 sub find_center($$) subroutine

Completed in 90 milliseconds