Searched refs:BITS_PER_EMACS_INT (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/m/
H A Dia64.h24 #define BITS_PER_EMACS_INT 64 macro
H A Dibms390x.h37 #define BITS_PER_EMACS_INT 64 macro
H A Damdx86-64.h27 #define BITS_PER_EMACS_INT 64 macro
/macosx-10.10.1/emacs-93/emacs/src/
H A Dpuresize.h51 #if BITS_PER_EMACS_INT > 32
H A Dlisp.h66 #define BITS_PER_EMACS_INT BITS_PER_LONG macro
74 #define BITS_PER_EMACS_INT BITS_PER_INT macro
183 #define VALBITS (BITS_PER_EMACS_INT - GCTYPEBITS)
408 #define XINT(a) ((((EMACS_INT) (a)) << (BITS_PER_EMACS_INT - VALBITS)) \
409 >> (BITS_PER_EMACS_INT - VALBITS))
445 #define XINT(a) (((a).s.val << (BITS_PER_EMACS_INT - VALBITS)) \
446 >> (BITS_PER_EMACS_INT - VALBITS))
H A Ddata.c2865 if (XINT (count) >= BITS_PER_EMACS_INT)
2869 else if (XINT (count) <= -BITS_PER_EMACS_INT)
2888 if (XINT (count) >= BITS_PER_EMACS_INT)
2892 else if (XINT (count) <= -BITS_PER_EMACS_INT)
H A Dmac.c1108 #if BITS_PER_EMACS_INT > 32

Completed in 134 milliseconds