Symbol: W_TYPE_SIZE
src/system/libroot/posix/glibc/stdlib/longlong.h
1053
&& W_TYPE_SIZE == 64
src/system/libroot/posix/glibc/stdlib/longlong.h
1118
#if defined (__vax__) && W_TYPE_SIZE == 32
src/system/libroot/posix/glibc/stdlib/longlong.h
112
#if defined (__alpha) && W_TYPE_SIZE == 64
src/system/libroot/posix/glibc/stdlib/longlong.h
1163
#if defined (__z8000__) && W_TYPE_SIZE == 16
src/system/libroot/posix/glibc/stdlib/longlong.h
1316
if (W_TYPE_SIZE <= 32) \
src/system/libroot/posix/glibc/stdlib/longlong.h
1324
for (__a = W_TYPE_SIZE - 8; __a > 0; __a -= 8) \
src/system/libroot/posix/glibc/stdlib/longlong.h
1329
(count) = W_TYPE_SIZE - (__clz_tab[__xr >> __a] + __a); \
src/system/libroot/posix/glibc/stdlib/longlong.h
1331
#define COUNT_LEADING_ZEROS_0 W_TYPE_SIZE
src/system/libroot/posix/glibc/stdlib/longlong.h
1342
(count) = W_TYPE_SIZE - 1 - __ctz_c; \
src/system/libroot/posix/glibc/stdlib/longlong.h
167
#if defined (__arc__) && W_TYPE_SIZE == 32
src/system/libroot/posix/glibc/stdlib/longlong.h
197
&& W_TYPE_SIZE == 32
src/system/libroot/posix/glibc/stdlib/longlong.h
252
#if defined (__hppa) && W_TYPE_SIZE == 32
src/system/libroot/posix/glibc/stdlib/longlong.h
312
#if (defined (__i370__) || defined (__mvs__)) && W_TYPE_SIZE == 32
src/system/libroot/posix/glibc/stdlib/longlong.h
353
#if (defined (__i386__) || defined (__i486__)) && W_TYPE_SIZE == 32
src/system/libroot/posix/glibc/stdlib/longlong.h
37
#define __BITS4 (W_TYPE_SIZE / 4)
src/system/libroot/posix/glibc/stdlib/longlong.h
38
#define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
src/system/libroot/posix/glibc/stdlib/longlong.h
396
#if defined (__i960__) && W_TYPE_SIZE == 32
src/system/libroot/posix/glibc/stdlib/longlong.h
40
#define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
src/system/libroot/posix/glibc/stdlib/longlong.h
415
#if defined (__M32R__) && W_TYPE_SIZE == 32
src/system/libroot/posix/glibc/stdlib/longlong.h
42
#ifndef W_TYPE_SIZE
src/system/libroot/posix/glibc/stdlib/longlong.h
438
#if defined (__mc68000__) && W_TYPE_SIZE == 32
src/system/libroot/posix/glibc/stdlib/longlong.h
536
#if defined (__m88000__) && W_TYPE_SIZE == 32
src/system/libroot/posix/glibc/stdlib/longlong.h
594
#if defined (__mips__) && W_TYPE_SIZE == 32
src/system/libroot/posix/glibc/stdlib/longlong.h
605
#if defined (__ns32000__) && W_TYPE_SIZE == 32
src/system/libroot/posix/glibc/stdlib/longlong.h
652
) && W_TYPE_SIZE == 32
src/system/libroot/posix/glibc/stdlib/longlong.h
718
#if (defined (_ARCH_PPC64) || defined (__powerpc64__)) && W_TYPE_SIZE == 64
src/system/libroot/posix/glibc/stdlib/longlong.h
771
#if defined (__ibm032__) /* RT/ROMP */ && W_TYPE_SIZE == 32
src/system/libroot/posix/glibc/stdlib/longlong.h
838
#if defined (__sh2__) && W_TYPE_SIZE == 32
src/system/libroot/posix/glibc/stdlib/longlong.h
850
#if defined (__SH5__) && __SHMEDIA__ && W_TYPE_SIZE == 32
src/system/libroot/posix/glibc/stdlib/longlong.h
866
&& W_TYPE_SIZE == 32