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

/macosx-10.9.5/rsync-42/rsync/
H A Drsync.h353 * take special action in a "#if SIZEOF_INT32 > 4" section. */
357 # define SIZEOF_INT32 4 macro
360 # define SIZEOF_INT32 4 macro
363 # define SIZEOF_INT32 4 macro
366 # define SIZEOF_INT32 SIZEOF_INT macro
369 # define SIZEOF_INT32 SIZEOF_LONG macro
374 # define SIZEOF_INT32 4 macro
/macosx-10.9.5/ruby-104/ruby/
H A Drandom.c274 #define SIZEOF_INT32 (31/CHAR_BIT + 1) macro
396 unsigned int buf0[SIZEOF_LONG / SIZEOF_INT32 * 4], *buf = buf0;
406 #if SIZEOF_LONG > SIZEOF_INT32
418 if (blen > MT_MAX_STATE * SIZEOF_INT32 / SIZEOF_BDIGITS)
419 blen = MT_MAX_STATE * SIZEOF_INT32 / SIZEOF_BDIGITS;
420 len = roomof((int)blen * SIZEOF_BDIGITS, SIZEOF_INT32);
427 j = i * SIZEOF_BDIGITS / SIZEOF_INT32;
428 #if SIZEOF_BDIGITS < SIZEOF_INT32
553 #if SIZEOF_INT32 / SIZEOF_BDIGITS > 1
626 #if SIZEOF_BDIGITS < SIZEOF_INT32
[all...]

Completed in 75 milliseconds