Searched refs:DATA_SEG_BITS (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/m/
H A Dm68k.h79 #define DATA_SEG_BITS 0x80000000 macro
H A Daviion.h38 /* Define DATA_SEG_BITS if pointers need to be corrected with
42 #define DATA_SEG_BITS 0xef000000 macro
H A Dibmrt.h89 #define DATA_SEG_BITS 0x10000000
88 #define DATA_SEG_BITS macro
H A Dpfa50.h69 #define DATA_SEG_BITS 0x60000000 macro
H A Dcydra5.h87 #define DATA_SEG_BITS 0x20000000 macro
H A Dgould-np1.h89 #define DATA_SEG_BITS 0x1000000 macro
H A Datt3b.h128 #define DATA_SEG_BITS 0x80000000 macro
H A Dsr2k.h111 #define DATA_SEG_BITS 0x40000000
109 #define DATA_SEG_BITS macro
H A Dhp800.h131 #define DATA_SEG_BITS 0x40000000
127 #define DATA_SEG_BITS macro
H A Dmacppc.h105 #define DATA_SEG_BITS 0x10000000
H A Dpmax.h63 #define DATA_SEG_BITS 0x10000000 macro
H A Dibmrs6000.h78 #define DATA_SEG_BITS 0x20000000 macro
80 #define DATA_SEG_BITS 0 macro
H A Damdx86-64.h100 /* Define XPNTR to avoid or'ing with DATA_SEG_BITS */
101 #undef DATA_SEG_BITS macro
H A Dconvex.h102 #define DATA_SEG_BITS (1 << (BITS_PER_INT-1))
101 #define DATA_SEG_BITS macro
H A Dibmps2-aix.h108 #define DATA_SEG_BITS 0x00800000 macro
H A Dibmrt-aix.h74 #define DATA_SEG_BITS 0x20000000 macro
H A Dintel386.h195 #define DATA_SEG_BITS 0x08000000 macro
H A Diris4d.h115 * DATA_SEG_BITS forces extra bits to be or'd in with any pointers which
121 #define DATA_SEG_BITS 0x10000000 macro
H A Dmips.h125 #define DATA_SEG_BITS 0x10000000 macro
/macosx-10.9.5/emacs-92/emacs/src/s/
H A Dcygwin.h125 #define DATA_SEG_BITS 0x20000000 macro
126 #define LINKER $(CC) -Wl,--image-base,DATA_SEG_BITS
/macosx-10.9.5/emacs-92/emacs/src/
H A Dmem-limits.h87 #elif defined DATA_SEG_BITS
89 (((EMACS_UINT) (ptr) & ~DATA_SEG_BITS) >> VALBITS)
99 #ifndef DATA_SEG_BITS
H A Demacs.c108 #ifdef DATA_SEG_BITS
109 EMACS_INT gdb_data_seg_bits = DATA_SEG_BITS;
H A Dlisp.h483 (XUINT (a) | (XUINT (a) > pure_size ? DATA_SEG_BITS : PURE_SEG_BITS))
485 #ifdef DATA_SEG_BITS
491 #define XPNTR(a) (XUINT (a) | DATA_SEG_BITS)

Completed in 131 milliseconds