Searched refs:SI_TYPE_SIZE (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dlonglong.h23 #ifndef SI_TYPE_SIZE
24 #define SI_TYPE_SIZE 32 macro
27 #define __BITS4 (SI_TYPE_SIZE / 4)
28 #define __ll_B (1L << (SI_TYPE_SIZE / 2))
170 if (SI_TYPE_SIZE <= 32) \
178 for (__a = SI_TYPE_SIZE - 8; __a > 0; __a -= 8) \
183 (count) = SI_TYPE_SIZE - (__clz_tab[__xr >> __a] + __a); \
H A Dgcclib.h5 #define SI_TYPE_SIZE (sizeof (SItype) * BITS_PER_UNIT) macro
H A Dudivdi3.c79 n1 = (n1 << bm) | (n0 >> (SI_TYPE_SIZE - bm));
104 (Shifts counts of SI_TYPE_SIZE are undefined.) */
113 b = SI_TYPE_SIZE - bm;
191 b = SI_TYPE_SIZE - bm;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/lib/
H A Dgcclib.h31 #define SI_TYPE_SIZE (sizeof (SItype) * BITS_PER_UNIT) macro
H A Dmuldi3.c30 #ifndef SI_TYPE_SIZE
31 #define SI_TYPE_SIZE 32 macro
33 #define __ll_b (1L << (SI_TYPE_SIZE / 2))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/lib/
H A Dmuldi3.c23 #define SI_TYPE_SIZE 32 macro
25 #define __BITS4 (SI_TYPE_SIZE / 4)
26 #define __ll_B (1L << (SI_TYPE_SIZE / 2))

Completed in 41 milliseconds