SIZEOF_VALUE     3145 bignum.c           VALUE big = bignew(bdigit_roomof(SIZEOF_VALUE), 1);
SIZEOF_VALUE     3148 bignum.c       #if SIZEOF_BDIGIT >= SIZEOF_VALUE
SIZEOF_VALUE     3151 bignum.c           for (i = 0; i < bdigit_roomof(SIZEOF_VALUE); i++) {
SIZEOF_VALUE     3157 bignum.c           i = bdigit_roomof(SIZEOF_VALUE);
SIZEOF_VALUE      739 compile.c        #if defined(HAVE_TRUE_LONG_LONG) && SIZEOF_LONG_LONG > SIZEOF_VALUE
SIZEOF_VALUE      742 compile.c          #define ALIGNMENT_SIZE SIZEOF_VALUE
SIZEOF_VALUE      767 compile.c      #if ALIGNMENT_SIZE > SIZEOF_VALUE
SIZEOF_VALUE     6651 compile.c      #if SIZEOF_VALUE <= SIZEOF_LONG
SIZEOF_VALUE     2992 ext/bigdecimal/bigdecimal.c 	char buf[DECIMAL_SIZE_OF_BITS(SIZEOF_VALUE * CHAR_BIT) + 4];
SIZEOF_VALUE       96 ext/bigdecimal/bigdecimal.h #if SIZEOF_VALUE <= SIZEOF_INT
SIZEOF_VALUE       98 ext/bigdecimal/bigdecimal.h #elif SIZEOF_VALUE <= SIZEOF_LONG
SIZEOF_VALUE      100 ext/bigdecimal/bigdecimal.h #elif SIZEOF_VALUE <= SIZEOF_LONG_LONG
SIZEOF_VALUE      383 id_table.c         (UNALIGNED_WORD_ACCESS == 0) && (SIZEOF_VALUE == 8)
SIZEOF_VALUE     1155 id_table.c     #if SIZEOF_VALUE == 8
SIZEOF_VALUE     1168 id_table.c     #if SIZEOF_VALUE == 8
SIZEOF_VALUE      301 include/ruby/ruby.h #if SIZEOF_INT < SIZEOF_VALUE
SIZEOF_VALUE      385 include/ruby/ruby.h #if SIZEOF_VALUE >= SIZEOF_DOUBLE
SIZEOF_VALUE      480 internal.h     # if (SIZEOF_VALUE*3/SIZEOF_ACTUAL_BDIGIT) < (1 << BIGNUM_EMBED_LEN_NUMBITS)-1
SIZEOF_VALUE      481 internal.h     #   define BIGNUM_EMBED_LEN_MAX (SIZEOF_VALUE*3/SIZEOF_ACTUAL_BDIGIT)
SIZEOF_VALUE     1994 iseq.c         #if SIZEOF_VALUE <= SIZEOF_LONG
SIZEOF_VALUE     3152 numeric.c          char buf[SIZEOF_VALUE*CHAR_BIT + 1], *const e = buf + sizeof buf, *b = e;
SIZEOF_VALUE      117 re.c           # if SIZEOF_VALUE == 8
SIZEOF_VALUE      119 re.c           # elif SIZEOF_VALUE == 4
SIZEOF_VALUE      123 re.c               VALUE hx, hy, mask = VALUE_MAX >> ((SIZEOF_VALUE - m) * CHAR_BIT);
SIZEOF_VALUE      125 re.c               if (m > SIZEOF_VALUE)
SIZEOF_VALUE      272 re.c           	if (m <= SIZEOF_VALUE) {
SIZEOF_VALUE      205 ruby_atomic.h  # if SIZEOF_VALUE == SIZEOF_SIZE_T
SIZEOF_VALUE      219 ruby_atomic.h  # if SIZEOF_VALUE == SIZEOF_SIZE_T