Help for this page

Select Code to Download


  1. or download this
    #include <TM_TranslationAPI.h>
    #include "TM_DefaultParams.h"
    ...
      u64 lpid,
      u64 pid);
    
  2. or download this
    
    #include "/usr/include/stdio.h"
    ...
      u64 lpid
      u64 pid
    
  3. or download this
    TYPEMAP
    TM_TranslationAdresses *   T_PTROBJ
    ...
    OUTPUT
    T_U_LONG_LONG
        sv_setuv($arg, (UV)$var);
    
  4. or download this
    package trans;
    
    ...
    XSLoader::load('trans', $VERSION);
    
    1;
    
  5. or download this
    #!/usr/bin/perl -w
    use lib '/gpfs/haifa-p4/08/tm/team/hagaih/perlWithC/trans/blib/arch/au
    +to/trans';
    ...
    my $raAddress=Math::BigInt->new("0x00000000_01F560C0");
    my $result=trans::findEAsForGivenRAAndContext($raAddress, $lpid, $pid)
    +;
    print $result->addressCount;
    
  6. or download this
    Can't locate object method "addressCount" via package "TM_TranslationA
    +dressesPtr" at test_translations.pl ...