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

/macosx-10.10.1/ruby-106/ruby/
H A Dbignum.c36 #define BDIGITS(x) (RBIGNUM_DIGITS(x)) macro
50 (BDIGITS(x)[0] == 0 && \
62 printf("_%08"PRIxBDIGIT, BDIGITS(x)[i]);
82 BDIGIT *ds = BDIGITS(x);
197 MEMCPY(BDIGITS(z), BDIGITS(x), BDIGIT, len);
206 BDIGIT *ds = BDIGITS(x);
219 ds = BDIGITS(x);
234 BDIGIT *ds = BDIGITS(x);
248 BDIGIT *ds = BDIGITS(
[all...]
H A Drandom.c263 #define BDIGITS(x) (RBIGNUM_DIGITS(x)) macro
281 BDIGIT *xd = BDIGITS(x);
293 xd = BDIGITS(m);
310 xd = BDIGITS(x);
745 d = BDIGITS(state) + len;

Completed in 91 milliseconds