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

/macosx-10.10/ruby-106/ruby/
H A Dbignum.c1050 big2str_orig(VALUE x, int base, char* ptr, long len, long hbase, int trim) function
1097 return big2str_orig(x, base, ptr, len, hbase, trim);
1144 len = off + big2str_orig(xx, base, ptr + off, n2, hbase, trim);

Completed in 90 milliseconds