| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | proc-utils.h | 78 #define write(X,Y,Z) write_with_trace (X, Y, Z, __FILE__, __LINE__) argument 79 #define lseek(X,Y,Z) lseek_with_trace (X, Y, Z, __FILE__, __LINE__) argument 80 #define ioctl(X,Y,Z) ioctl_with_trace (X, Y, Z, __FILE__, __LINE__) argument 81 #define open(X,Y) open_with_trace (X, Y, __FILE__, __LINE__) argument 82 #define close(X) close_with_trace (X, __FILE__, __LINE__) argument 83 #define wait(X) wait_with_trace (X, __FILE__, __LINE__) argument 85 #define PROCFS_NOTE(X) procfs_note (X, __FILE__, __LINE__) argument 86 #define PROC_PRETTYFPRINT_STATUS(X,Y,Z,T) \ argument
|
| D | event-top.h | 73 #define PROMPT(X) the_prompts.prompt_stack[the_prompts.top + X].prompt argument 74 #define PREFIX(X) the_prompts.prompt_stack[the_prompts.top + X].prefix argument 75 #define SUFFIX(X) the_prompts.prompt_stack[the_prompts.top + X].suffix argument
|
| D | iq2000-tdep.c | 144 #define INSN_IS_ADDIU(X) (((X) & 0xfc000000) == 0x24000000) argument 145 #define ADDIU_REG_SRC(X) (((X) & 0x03e00000) >> 21) argument 146 #define ADDIU_REG_TGT(X) (((X) & 0x001f0000) >> 16) argument 147 #define ADDIU_IMMEDIATE(X) ((signed short) ((X) & 0x0000ffff)) argument 150 #define INSN_IS_MOVE(X) (((X) & 0xffe007ff) == 0x00000025) argument 151 #define MOVE_REG_SRC(X) (((X) & 0x001f0000) >> 16) argument 152 #define MOVE_REG_TGT(X) (((X) & 0x0000f800) >> 11) argument 155 #define INSN_IS_STORE_WORD(X) (((X) & 0xfc000000) == 0xac000000) argument 156 #define SW_REG_INDEX(X) (((X) & 0x03e00000) >> 21) argument 157 #define SW_REG_SRC(X) (((X) & 0x001f0000) >> 16) argument [all …]
|
| D | scm-lang.h | 27 #define SCM_ITAG8_DATA(X) ((X)>>8) argument 35 #define SCM_ITAG8(X) ((int)(X) & 0xff) argument
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-ns32k.h | 84 #define TC_FRAG_INIT(X) \ argument 94 #define frag_opcode_frag(X) (X)->tc_frag_data.fr_opcode_fragP argument 95 #define frag_opcode_offset(X) (X)->tc_frag_data.fr_opcode_offset argument 96 #define frag_bsr(X) (X)->tc_frag_data.fr_bsr argument 108 #define fix_im_disp(X) (X)->fx_im_disp argument 109 #define fix_bit_fixP(X) (X)->fx_bit_fixP argument 110 #define fix_opcode_frag(X) (X)->tc_fix_data.opcode_fragP argument 111 #define fix_opcode_offset(X) (X)->tc_fix_data.opcode_offset argument 112 #define fix_bsr(X) (X)->tc_fix_data.bsr argument 114 #define TC_INIT_FIX_DATA(X) \ argument
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | structdump.h | 10 #define DUMPSTRUCT_LINK(L,X) \ argument 46 #define DUMPSTRUCT_ANCHOR(A,X) \ argument 83 #define DUMPSTRUCT_FORMINFO(F,X) \ argument 133 #define DUMPSTRUCT_LINE(L,X) \ argument
|
| /mirbsd/src/sys/dev/ic/ |
| D | midwayreg.h | 31 #define MID_SZTOB(X) ((X) * 256 * 4) /* size to bytes */ argument 32 #define MID_BTOSZ(X) ((X) / 256 / 4) /* bytes to "size" */ argument 78 #define MID_VER(X) (((X) & 0xf0000000) >> 28) /* midway version # */ argument 79 #define MID_MID(X) (((X) & 0x700) >> 8) /* motherboard ID */ argument 80 #define MID_IS_SABRE(X) ((X) & 0x80) /* sabre controller? */ argument 81 #define MID_IS_SUNI(X) ((X) & 0x40) /* SUNI? vs utopia */ argument 82 #define MID_IS_UPIPE(X) ((X) & 0x20) /* utopia pipeline? */ argument 83 #define MID_DID(X) ((X) & 0x1f) /* daughterboard ID */ argument 107 #define MID_IPL(X) (((X) & 0x1c0) >> 6) /* IPL */ argument 121 #define MID_VTRASH(X) (((X) >> 16) & 0xffff) argument [all …]
|
| /mirbsd/src/sys/net/ |
| D | if_atm.h | 51 #define ATM_PH_FLAGS(X) ((X)->atm_ph[0]) argument 52 #define ATM_PH_VPI(X) ((X)->atm_ph[1]) argument 53 #define ATM_PH_VCI(X) ((((X)->atm_ph[2]) << 8) | ((X)->atm_ph[3])) argument 54 #define ATM_PH_SETVCI(X,V) { \ argument 91 #define ATM_LLC_TYPE(X) (((X)->type[0] << 8) | ((X)->type[1])) argument 92 #define ATM_LLC_SETTYPE(X,V) { \ argument
|
| /mirbsd/src/sys/dev/isa/ |
| D | isic_isapnp_sws.c | 75 #define SWS_BASE(X) ((unsigned int)X&~(SWS_REGS-1)) argument 76 #define SWS_PART(X) ((unsigned int)X& (SWS_REGS-1)) argument 77 #define SWS_ADDR(X) ((SWS_PART(X) == SWS_ISAC) ? (SWS_BASE(X)+SWS_ISAC) : (SWS_BASE(X)+SWS_HSCX0)… argument 78 #define SWS_REG(X,Y) ((SWS_PART(X) != SWS_HSCX1) ? Y : (Y+0x40) ) argument 79 #define SWS_IDO(X) (SWS_BASE(X)+SWS_RW) argument
|
| /mirbsd/src/usr.sbin/mrouted/ |
| D | defs.h | 84 #define BIT_ZERO(X) ((X) = 0) argument 85 #define BIT_SET(X,n) ((X) |= 1 << (n)) argument 86 #define BIT_CLR(X,n) ((X) &= ~(1 << (n))) argument 87 #define BIT_TST(X,n) ((X) & 1 << (n)) argument
|
| /mirbsd/src/gnu/usr.sbin/sendmail/include/libmilter/ |
| D | mfapi.h | 78 # define SM__P(X) __PMT(X) argument 80 # define SM__P(X) __P(X) argument 86 # define __P(X) X argument 88 # define __P(X) () argument
|
| /mirbsd/src/lib/libc/db/btree/ |
| D | bt_debug.c | 65 #define X(flag, name) \ in __bt_dump() macro 107 #define X(flag, name) \ in __bt_dmpage() macro 155 #define X(flag, name) \ in __bt_dpage() macro
|
| /mirbsd/src/lib/libssl/src/crypto/md4/ |
| D | md4_dgst.c | 88 const MD4_LONG *X=data; in md4_block_host_order() local 170 # define X(i) XX##i in md4_block_data_order() macro 173 # define X(i) XX[i] in md4_block_data_order() macro
|
| /mirbsd/src/lib/libssl/src/crypto/md5/ |
| D | md5_dgst.c | 88 const MD5_LONG *X=data; in md5_block_host_order() local 187 # define X(i) XX##i in md5_block_data_order() macro 190 # define X(i) XX[i] in md5_block_data_order() macro
|
| /mirbsd/src/lib/libssl/src/crypto/ripemd/ |
| D | rmd_dgst.c | 90 #define X(i) XX[i] macro 300 # define X(i) XX##i in ripemd160_block_data_order() macro 303 # define X(i) XX[i] in ripemd160_block_data_order() macro
|
| /mirbsd/src/sys/netinet6/ |
| D | mld6_var.h | 38 #define MLD_RANDOM_DELAY(X) (arc4random_uniform(X) + 1) argument
|
| /mirbsd/src/bin/systrace/ |
| D | register.c | 44 #define X(x) if ((x) == -1) \ macro
|
| /mirbsd/src/gnu/usr.bin/binutils/include/ |
| D | progress.h | 30 #define PROGRESS(X) argument
|
| /mirbsd/src/lib/libssl/src/crypto/md5/asm/ |
| D | md5-sparcv9.S | 79 # define X(i) [%i1+i*4]%asi macro 87 # define X(i) [%i1+i*4] macro
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | gen-aout.c | 25 #define _(X) X argument
|
| /mirbsd/src/lib/libc/db/hash/ |
| D | hash.h | 58 #define IS_BUCKET(X) ((X) & BUF_BUCKET) argument 142 #define PTROF(X) ((BUFHEAD *)((ptrdiff_t)(X)&~0x3)) argument 143 #define ISMOD(X) ((u_int32_t)(ptrdiff_t)(X)&0x1) argument 144 #define DOMOD(X) ((X) = (char *)((ptrdiff_t)(X)|0x1)) argument 145 #define ISDISK(X) ((u_int32_t)(ptrdiff_t)(X)&0x2) argument 146 #define DODISK(X) ((X) = (char *)((ptrdiff_t)(X)|0x2)) argument
|
| /mirbsd/src/usr.sbin/ifwatchd/ |
| D | ifwatchd.c | 90 #define if_is_connected(X) (check_is_connected((X), 1)) argument 91 #define if_is_not_connected(X) (!check_is_connected((X), 0)) argument 93 #define if_is_connected(X) 1 argument 94 #define if_is_not_connected(X) 1 argument
|
| /mirbsd/src/sys/dev/cardbus/ |
| D | if_fxp_cardbus.c | 112 #define DPRINTF(X) printf X argument 114 #define DPRINTF(X) argument
|
| /mirbsd/src/sys/arch/i386/include/ |
| D | reloc.h | 32 #define R_TYPE(X) __CONCAT(RELOC_,X) argument
|
| /mirbsd/src/lib/libssl/src/crypto/cast/ |
| D | c_skey.c | 83 CAST_LONG X[4],Z[4]; in FIPS_NON_FIPS_VCIPHER_Init() local
|