Searched defs:BDIGIT (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Ddefines.h93 # define BDIGIT unsigned int macro
100 # define BDIGIT unsigned int macro
107 # define BDIGIT unsigned short macro
114 # define BDIGIT unsigned short macro
/macosx-10.9.5/ruby-104/ruby/
H A Dbignum.c197 MEMCPY(BDIGITS(z), BDIGITS(x), BDIGIT, len); local
2213 MEMCPY(BDIGITS(h), vds + ln, BDIGIT, hn - 1); local
2219 MEMCPY(BDIGITS(l), vds, BDIGIT, ln - 1); local
[all...]

Completed in 148 milliseconds