Searched refs:SEGMENT_MASK (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/emacs-93/emacs/src/m/
H A Dtargon31.h93 #define SEGMENT_MASK 0xffff macro
H A Dsun1.h77 #define SEGMENT_MASK (SEGSIZ - 1) macro
H A Dibm370aix.h39 #undef SEGMENT_MASK macro
43 #define SEGMENT_MASK 0 macro
H A D7300.h90 #define SEGMENT_MASK 0xffff macro
H A Dns16000.h74 #define SEGMENT_MASK (NBPS - 1)
73 #define SEGMENT_MASK macro
H A Dsun2.h86 #define SEGMENT_MASK (SEGSIZ - 1) macro
H A Dtad68k.h102 #define SEGMENT_MASK (128*1024-1) /* 128k offsets required in unexec */ macro
H A Damdahl.h134 #define SEGMENT_MASK (SEGSIZ - 1) macro
H A Disi-ov.h68 #define SEGMENT_MASK 0x1ffff macro
H A Dsps7.h113 #define SEGMENT_MASK (NBPS-1)
112 #define SEGMENT_MASK macro
H A Dnext.h67 #define SEGMENT_MASK (SEGSIZ - 1) macro
H A Dsparc.h65 #define SEGMENT_MASK (SEGSIZ - 1) macro
H A Dintel386.h214 #define SEGMENT_MASK ((SEGMENT_SIZE)-1) macro
/macosx-10.10/emacs-93/emacs/src/s/
H A Dumax.h148 #define SEGMENT_MASK (64 * 1024 - 1) macro
H A Dnextstep.h58 #define SEGMENT_MASK (SEGSIZ - 1)
/macosx-10.10/emacs-93/emacs/src/
H A Dunexec.c117 * SEGMENT_MASK
122 boundary is needed, define SEGMENT_MASK to a mask of
410 #ifdef SEGMENT_MASK
411 data_start = data_start & ~SEGMENT_MASK; /* (Down) to segment boundary. */

Completed in 206 milliseconds