Searched refs:find_center (Results 1 – 2 of 2) sorted by relevance
/external/abi-dumper/ |
D | abi-dumper.pl | 3003 if(my $C = find_center($Name, "<")) 3081 if(my $Cent = find_center($Name, "<")) 3779 sub find_center($$) subroutine
|
/external/abi-compliance-checker/ |
D | abi-compliance-checker.pl | 4479 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
|