/freebsd/contrib/mandoc/ |
H A D | mdoc_markdown.c | 298 md_nodelist(struct roff_node *n) in md_nodelist() 307 md_node(struct roff_node *n) in md_node() 728 md_cond_head(struct roff_node *n) in md_cond_head() 734 md_cond_body(struct roff_node *n) in md_cond_body() 740 md_pre_abort(struct roff_node *n) in md_pre_abort() 746 md_pre_raw(struct roff_node *n) in md_pre_raw() 760 md_post_raw(struct roff_node *n) in md_post_raw() 773 md_pre_word(struct roff_node *n) in md_pre_word() 785 md_post_word(struct roff_node *n) in md_post_word() 796 md_post_pc(struct roff_node *n) in md_post_pc() [all …]
|
H A D | mdoc_validate.c | 304 struct roff_node *n, *np; in mdoc_validate() local 397 check_args(struct roff_man *mdoc, struct roff_node *n) in check_args() 410 check_argv(struct roff_man *mdoc, struct roff_node *n, struct mdoc_argv *v) in check_argv() 640 struct roff_node *n; in post_bl_norm() local 810 struct roff_node *n; in post_bd() local 884 struct roff_node *n; in post_an_norm() local 910 struct roff_node *n; in post_eoln() local 930 struct roff_node *n; in build_list() local 957 struct roff_node *n; in post_ex() local 994 struct roff_node *n; in post_lb() local [all …]
|
/freebsd/sys/kern/ |
H A D | init_sysent.c | 14 #define compat(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(o, name) argument 16 #define compat(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument 20 #define compat4(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(freebsd4_, name) argument 22 #define compat4(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument 26 #define compat6(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(freebsd6_, name) argument 28 #define compat6(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument 32 #define compat7(n, nam argument 34 compat7(n,name) global() argument 38 compat10(n,name) global() argument 40 compat10(n,name) global() argument 44 compat11(n,name) global() argument 46 compat11(n,name) global() argument 50 compat12(n,name) global() argument 52 compat12(n,name) global() argument 56 compat13(n,name) global() argument 58 compat13(n,name) global() argument 62 compat14(n,name) global() argument 64 compat14(n,name) global() argument [all...] |
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_sysent.c | 15 #define compat(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(o, name) argument 17 #define compat(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument 21 #define compat4(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(freebsd4_, name) argument 23 #define compat4(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument 27 #define compat6(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(freebsd6_, name) argument 29 #define compat6(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys argument 33 #define compat7(n, nam argument 35 compat7(n,name) global() argument 39 compat10(n,name) global() argument 41 compat10(n,name) global() argument 45 compat11(n,name) global() argument 47 compat11(n,name) global() argument 51 compat12(n,name) global() argument 53 compat12(n,name) global() argument 57 compat13(n,name) global() argument 59 compat13(n,name) global() argument 63 compat14(n,name) global() argument 65 compat14(n,name) global() argument [all...] |
/freebsd/sys/dev/sound/pci/hda/ |
H A D | pin_patch.h | 36 #define PIN_PATCH_STRING(n, patchstr) { \ argument 41 #define PIN_OVERRIDE(n, newvalue) { \ argument 46 #define PIN_PATCH_NOT_APPLICABLE(n) \ argument 48 #define PIN_PATCH_HP_OUT(n) \ argument 50 #define PIN_PATCH_HP(n) \ argument 52 #define PIN_PATCH_SPEAKER(n) \ argument 54 #define PIN_PATCH_BASS_SPEAKER(n) \ argument 56 #define PIN_PATCH_MIC_IN(n) \ argument 58 #define PIN_PATCH_MIC_INTERNAL(n) \ argument 60 #define PIN_PATCH_MIC_FRONT(n) \ argument [all …]
|
/freebsd/sys/arm/mv/ |
H A D | mvwin.h | 125 #define MV_WIN_CPU_CTRL_ARMV7(n) (((n) < 8) ? 0x10 * (n) : 0x90 + (0x8 * ((n) - 8))) argument 126 #define MV_WIN_CPU_BASE_ARMV7(n) ((((n) < 8) ? 0x10 * (n) : 0x90 + (0x8 * ((n) - 8))) + 0x4) argument 127 #define MV_WIN_CPU_REMAP_LO_ARMV7(n) (0x10 * (n) + 0x008) argument 128 #define MV_WIN_CPU_REMAP_HI_ARMV7(n) (0x10 * (n) + 0x00C) argument 130 #define MV_WIN_CPU_CTRL_ARMV5(n) (0x10 * (n) + (((n) < 8) ? 0x000 : 0x880)) argument 131 #define MV_WIN_CPU_BASE_ARMV5(n) (0x10 * (n) + (((n) < 8) ? 0x004 : 0x884)) argument 132 #define MV_WIN_CPU_REMAP_LO_ARMV5(n) (0x10 * (n) + (((n) < 8) ? 0x008 : 0x888)) argument 133 #define MV_WIN_CPU_REMAP_HI_ARMV5(n) (0x10 * (n) + (((n) < 8) ? 0x00C : 0x88C)) argument 146 #define MV_WIN_DDR_BASE(n) (0x8 * (n) + 0x0) argument 147 #define MV_WIN_DDR_SIZE(n) (0x8 * (n) + 0x4) argument [all …]
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx_iomuxreg.h | 33 #define IMX_IOMUXREG_BIT(n) (1 << (n)) argument 48 #define IOMUX_GPR13_SATA_PHY_8(n) IMX_IOMUXREG_SHIFTIN(n, IMX_IOMUXREG_BITS(26, 24)) argument 49 #define IOMUX_GPR13_SATA_PHY_7(n) IMX_IOMUXREG_SHIFTIN(n, IMX_IOMUXREG_BITS(23, 19)) argument 50 #define IOMUX_GPR13_SATA_PHY_6(n) IMX_IOMUXREG_SHIFTIN(n, IMX_IOMUXREG_BITS(18, 16)) argument 51 #define IOMUX_GPR13_SATA_SPEED(n) IMX_IOMUXREG_SHIFTIN(n, (1 << 15)) argument 52 #define IOMUX_GPR13_SATA_PHY_5(n) IMX_IOMUXREG_SHIFTIN(n, (1 << 14)) argument 53 #define IOMUX_GPR13_SATA_PHY_4(n) IMX_IOMUXREG_SHIFTIN(n, IMX_IOMUXREG_BITS(13, 11)) argument 54 #define IOMUX_GPR13_SATA_PHY_3(n) IMX_IOMUXREG_SHIFTIN(n, IMX_IOMUXREG_BITS(10, 7)) argument 55 #define IOMUX_GPR13_SATA_PHY_2(n) IMX_IOMUXREG_SHIFTIN(n, IMX_IOMUXREG_BITS(6, 2)) argument 56 #define IOMUX_GPR13_SATA_PHY_1(n) IMX_IOMUXREG_SHIFTIN(n, (1 << 1)) argument [all …]
|
/freebsd/contrib/bc/include/ |
H A D | num.h | 184 #define BC_NUM_NONZERO(n) ((n)->len) argument 191 #define BC_NUM_ZERO(n) (!BC_NUM_NONZERO(n)) argument 198 BC_NUM_ONE(n) global() argument 234 BC_NUM_RDX_VAL(n) global() argument 242 BC_NUM_RDX_VAL_NP(n) global() argument 249 BC_NUM_RDX_SET(n,v) global() argument 257 BC_NUM_RDX_SET_NP(n,v) global() argument 266 BC_NUM_RDX_SET_NEG(n,v,neg) global() argument 273 BC_NUM_RDX_VALID(n) global() argument 282 BC_NUM_RDX_VALID_NP(n) global() argument 290 BC_NUM_NEG(n) global() argument 298 BC_NUM_NEG_NP(n) global() argument 304 BC_NUM_NEG_CLR(n) global() argument 310 BC_NUM_NEG_CLR_NP(n) global() argument 316 BC_NUM_NEG_SET(n) global() argument 322 BC_NUM_NEG_TGL(n) global() argument 328 BC_NUM_NEG_TGL_NP(n) global() argument 336 BC_NUM_NEG_VAL(n,v) global() argument 345 BC_NUM_NEG_VAL_NP(n,v) global() argument 352 BC_NUM_SIZE(n) global() argument [all...] |
/freebsd/sys/fs/nfs/ |
H A D | nfsdport.h | 33 #define NFSVNO_ATTRINIT(n) (VATTR_NULL(&((n)->na_vattr))) argument 34 #define NFSVNO_SETATTRVAL(n, f, v) ((n)->na_##f = (v)) argument 35 #define NFSVNO_SETACTIVE(n, f) argument 36 #define NFSVNO_UNSET(n, f) ((n)->na_##f = VNOVAL) argument 37 #define NFSVNO_NOTSETMODE(n) ((n)->na_mode == ((mode_t)VNOVAL)) argument 38 #define NFSVNO_ISSETMODE(n) ((n)->na_mode != ((mode_t)VNOVAL)) argument 39 #define NFSVNO_NOTSETUID(n) ((n)->na_uid == ((uid_t)VNOVAL)) argument 40 #define NFSVNO_ISSETUID(n) ((n)->na_uid != ((uid_t)VNOVAL)) argument 41 #define NFSVNO_NOTSETGID(n) ((n)->na_gid == ((gid_t)VNOVAL)) argument 42 #define NFSVNO_ISSETGID(n) ((n)->na_gid != ((gid_t)VNOVAL)) argument [all …]
|
/freebsd/sys/arm/ti/ |
H A D | ti_mbox.h | 36 #define TI_MBOX_MESSAGE(n) (0x40 + (n) * 0x4) argument 37 #define TI_MBOX_FIFOSTATUS(n) (0x80 + (n) * 0x4) argument 38 #define TI_MBOX_MSGSTATUS(n) (0xc0 + (n) * 0x4) argument 39 #define TI_MBOX_IRQSTATUS_RAW(n) (0x100 + (n) * 0x10) argument 40 #define TI_MBOX_IRQSTATUS_CLR(n) (0x104 + (n) * 0x10) argument 41 #define TI_MBOX_IRQENABLE_SET(n) (0x108 + (n) * 0x10) argument 42 #define TI_MBOX_IRQENABLE_CLR(n) (0x10c + (n) * 0x10) argument
|
/freebsd/sys/arm64/coresight/ |
H A D | coresight_etm4x.h | 86 #define TRCVICTLR_EXLEVEL_NS(n) (0x1 << ((n) + TRCVICTLR_EXLEVEL_NS_S)) argument 89 #define TRCVICTLR_EXLEVEL_S(n) (0x1 << ((n) + TRCVICTLR_EXLEVEL_S_S)) argument 106 #define TRCSEQEVR(n) (0x100 + (n) * 0x4) /* Trace Sequencer State Transition Control Register [n=0… argument 110 #define TRCCNTRLDVR(n) (0x140 + (n) * 0x4) /* 32 Trace Counter Reload Value Register [n=0-3] */ argument 111 #define TRCCNTCTLR(n) (0x150 + (n) * 0x4) /* 32 Trace Counter Control Register [n=0-3] */ argument 112 #define TRCCNTVR(n) (0x160 + (n) * 0x4) /* 32 Trace Counter Value Register [n=0-3] */ argument 113 #define TRCIMSPEC(n) (0x1C0 + (n) * 0x4) /* Trace IMPLEMENTATION DEFINED register [n=0-7] */ argument 115 #define TRCIDR0(n) (0x1E0 + 0x4 * (n)) argument 116 #define TRCIDR8(n) (0x180 + 0x4 * (n)) argument 117 #define TRCIDR(n) ((n > 7) ? TRCIDR8(n) : TRCIDR0(n)) argument [all …]
|
/freebsd/crypto/openssl/crypto/rc5/ |
H A D | rc5_local.h | 20 #define c2ln(c,l1,l2,n) { \ argument 50 #define l2cn(l1,l2,c,n) { \ argument 72 #define n2ln(c,l1,l2,n) { \ argument 95 #define l2nn(l1,l2,c,n) { \ argument 129 # define ROTATE_l32(a,n) _lrotl(a,n) argument 130 # define ROTATE_r32(a,n) _lrotr(a,n) argument 132 # define ROTATE_l32(a,n) _rotl(a,n) argument 133 # define ROTATE_r32(a,n) _rotr(a,n) argument 136 # define ROTATE_l32(a,n) ({ register unsigned int ret; \ argument 143 # define ROTATE_r32(a,n) ({ register unsigned int ret; \ argument [all …]
|
/freebsd/contrib/ncurses/include/ |
H A D | nc_string.h | 63 #define _nc_STRCAT(d,s,n) NCURSES_VOID strlcat((d),(s),NCURSES_CAST(size_t,n)) argument 64 #define _nc_STRNCAT(d,s,m,n) NCURSES_VOID strlcat((d),(s),NCURSES_CAST(size_t,m)) argument 66 #define _nc_STRCAT(d,s,n) NCURSES_VOID strcat((d),(s)) argument 67 #define _nc_STRNCAT(d,s,m,n) NCURSES_VOID strncat((d),(s),(n)) argument 71 #define _nc_STRCPY(d,s,n) NCURSES_VOID strlcpy((d),(s),NCURSES_CAST(size_t,n)) argument 72 #define _nc_STRNCPY(d,s,n) NCURSES_VOID strlcpy((d),(s),NCURSES_CAST(size_t,n)) argument 74 #define _nc_STRCPY(d,s,n) NCURSES_VOID strcpy((d),(s)) argument 75 #define _nc_STRNCPY(d,s,n) NCURSES_VOID strncpy((d),(s),(n)) argument 84 #define _nc_SLIMIT(n) NCURSES_CAST(size_t,n), argument 87 #define _nc_SLIMIT(n) /* nothing */ argument
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2836_mp.c | 62 #define MBOXINTRCTRL_CORE(n) (0x00000050 + (0x04 * (n))) argument 63 #define MBOX0SET_CORE(n) (0x00000080 + (0x10 * (n))) argument 64 #define MBOX1SET_CORE(n) (0x00000084 + (0x10 * (n))) argument 65 #define MBOX2SET_CORE(n) (0x00000088 + (0x10 * (n))) argument 66 #define MBOX3SET_CORE(n) (0x0000008C + (0x10 * (n))) argument 67 #define MBOX0CLR_CORE(n) (0x000000C0 + (0x10 * (n))) argument 68 #define MBOX1CLR_CORE(n) (0x000000C4 + (0x10 * (n))) argument 69 #define MBOX2CLR_CORE(n) (0x000000C8 + (0x10 * (n))) argument 70 #define MBOX3CLR_CORE(n) (0x000000CC + (0x10 * (n))) argument
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | UnwindRegistersRestore.S | 151 #define PPC64_LR(n) \ argument 202 #define PPC64_LVS(n) \ argument 207 #define PPC64_LVS(n) \ argument 247 #define PPC64_CLVS_RESTORE(n) \ argument 252 #define PPC64_CLVS_RESTORE(n) \ argument 265 #define PPC64_CLVSl(n) \ argument 271 #define PPC64_CLVSh(n) \ argument 279 #define PPC64_CLVSl(n) PPC64_CLVS_RESTORE(n) argument 280 #define PPC64_CLVSh(n) PPC64_CLVS_RESTORE(n) argument 320 #define PPC64_LF(n) \ argument [all …]
|
/freebsd/sys/dev/syscons/ |
H A D | sctermvar.h | 62 sc_term_ins_line(scr_stat *scp, int y, int n, int ch, int attr, int tail) in sc_term_ins_line() 76 sc_term_del_line(scr_stat *scp, int y, int n, int ch, int attr, int tail) in sc_term_del_line() 90 sc_term_ins_char(scr_stat *scp, int n, int ch, int attr) in sc_term_ins_char() 106 sc_term_del_char(scr_stat *scp, int n, int ch, int attr) in sc_term_del_char() 122 sc_term_col(scr_stat *scp, int n) in sc_term_col() 130 sc_term_row(scr_stat *scp, int n) in sc_term_row() 138 sc_term_up(scr_stat *scp, int n, int head) in sc_term_up() 149 sc_term_down(scr_stat *scp, int n, int tail) in sc_term_down() 162 sc_term_left(scr_stat *scp, int n) in sc_term_left() 170 sc_term_right(scr_stat *scp, int n) in sc_term_right() [all …]
|
/freebsd/contrib/bsnmp/gensnmpdef/ |
H A D | gensnmpdef.c | 68 save_node(SmiNode *n) in save_node() 82 print_name(SmiNode *n) in print_name() 95 close_node(u_int n, u_int level) in close_node() 107 open_node(const SmiNode *n, u_int level, SmiNode **last) in open_node() 183 print_type(SmiNode *n) in print_type() 219 print_scalar(SmiNode *n, u_int level) in print_scalar() 243 print_notification(SmiNode *n, u_int level) in print_notification() 259 print_col(SmiNode *n, u_int level) in print_col() 288 print_table(SmiNode *n, u_int level) in print_table() 347 print_it(SmiNode *n, u_int level) in print_it() [all …]
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibsendtrap.c | 77 static void build_trap145(ib_mad_notice_attr_t * n, ib_portid_t * port) in build_trap145() 86 static void build_trap144_local(ib_mad_notice_attr_t * n, ib_portid_t * port) in build_trap144_local() 98 static void build_trap144_nodedesc(ib_mad_notice_attr_t * n, ib_portid_t * port) in build_trap144_nodedesc() 105 static void build_trap144_linkspeed(ib_mad_notice_attr_t * n, in build_trap144_linkspeed() 113 static void build_trap129(ib_mad_notice_attr_t * n, ib_portid_t * port) in build_trap129() 124 static void build_trap256_local(ib_mad_notice_attr_t * n, ib_portid_t * port) in build_trap256_local() 138 static void build_trap256_lid(ib_mad_notice_attr_t * n, ib_portid_t * port) in build_trap256_lid() 144 static void build_trap256_dr(ib_mad_notice_attr_t * n, ib_portid_t * port) in build_trap256_dr() 154 static void build_trap257_258(ib_mad_notice_attr_t * n, ib_portid_t * port, in build_trap257_258() 172 static void build_trap257(ib_mad_notice_attr_t * n, ib_portid_t * port) in build_trap257() [all …]
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | genshell.h | 95 #define GENSHELL_DESC(n) (genshelloptOptions.pOptDesc[INDEX_GENSHELL_OPT_## n]) argument 97 #define HAVE_GENSHELL_OPT(n) (! UNUSED_OPT(& GENSHELL_DESC(n))) argument 99 #define GENSHELL_OPT_ARG(n) (GENSHELL_DESC(n).optArg.argString) argument 104 #define STATE_GENSHELL_OPT(n) (GENSHELL_DESC(n).fOptState & OPTST_SET_MASK) argument 106 #define COUNT_GENSHELL_OPT(n) (GENSHELL_DESC(n).optOccCt) argument 108 #define ISSEL_GENSHELL_OPT(n) (SELECTED_OPT(&GENSHELL_DESC(n))) argument 110 #define ISUNUSED_GENSHELL_OPT(n) (UNUSED_OPT(& GENSHELL_DESC(n))) argument 112 #define ENABLED_GENSHELL_OPT(n) (! DISABLED_OPT(& GENSHELL_DESC(n))) argument 115 #define STACKCT_GENSHELL_OPT(n) (((tArgList*)(GENSHELL_DESC(n).optCookie))->useCt) argument 118 #define STACKLST_GENSHELL_OPT(n) (((tArgList*)(GENSHELL_DESC(n).optCookie))->apzArgs) argument [all …]
|
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | host_controller_baseband.c | 95 int n; in hci_reset() local 116 int n; in hci_read_pin_type() local 142 int n; in hci_write_pin_type() local 192 int n, n1; in hci_read_stored_link_key() local 301 int32_t n; in hci_write_stored_link_key() local 354 int32_t n; in hci_delete_stored_link_key() local 401 int n; in hci_change_local_name() local 435 int n; in hci_read_local_name() local 459 int n; in hci_read_connection_accept_timeout() local 486 int n; in hci_write_connection_accept_timeout() local [all …]
|
/freebsd/contrib/wpa/src/utils/ |
H A D | common.h | 145 #define le_to_host16(n) (n) argument 146 #define host_to_le16(n) (n) argument 147 #define be_to_host16(n) wpa_swap_16(n) argument 148 #define host_to_be16(n) wpa_swap_16(n) argument 149 #define le_to_host32(n) (n) argument 150 #define host_to_le32(n) (n) argument 151 #define be_to_host32(n) wpa_swap_32(n) argument 152 #define host_to_be32(n) wpa_swap_32(n) argument 153 #define host_to_le64(n) (n) argument 175 #define le_to_host16(n) ((__force u16) (le16) (n)) argument [all …]
|
/freebsd/contrib/ntp/ntpsnmpd/ |
H A D | ntpsnmpd-opts.h | 96 #define DESC(n) (ntpsnmpdOptions.pOptDesc[INDEX_OPT_## n]) argument 98 #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n))) argument 100 #define OPT_ARG(n) (DESC(n).optArg.argString) argument 105 #define STATE_OPT(n) (DESC(n).fOptState & OPTST_SET_MASK) argument 107 #define COUNT_OPT(n) (DES argument 109 ISSEL_OPT(n) global() argument 111 ISUNUSED_OPT(n) global() argument 113 ENABLED_OPT(n) global() argument 116 STACKCT_OPT(n) global() argument 119 STACKLST_OPT(n) global() argument 121 CLEAR_OPT(n) global() argument 186 RESTART_OPT(n) global() argument [all...] |
/freebsd/sys/arm/arm/ |
H A D | gic_common.h | 65 #define GICD_TYPER_I_NUM(n) ((((n) & 0x1F) + 1) * 32) argument 83 #define GICD_IGROUPR(n) (0x0080 + (((n) >> 5) * 4)) /* v1 ICDISER */ argument 85 #define GICD_ISENABLER(n) (0x0100 + (((n) >> 5) * 4)) /* v1 ICDISER */ argument 86 #define GICD_I_MASK(n) (1ul << ((n) & 0x1f)) argument 88 #define GICD_ICENABLER(n) (0x0180 + (((n) >> 5) * 4)) /* v1 ICDICER */ argument 89 #define GICD_ISPENDR(n) (0x0200 + (((n) >> 5) * 4)) /* v1 ICDISPR */ argument 90 #define GICD_ICPENDR(n) (0x0280 + (((n) >> 5) * 4)) /* v1 ICDICPR */ argument 91 #define GICD_ISACTIVER(n) (0x0300 + (((n) >> 5) * 4)) /* v1 ICDABR */ argument 92 #define GICD_ICACTIVER(n) (0x0380 + (((n) >> 5) * 4)) argument 93 #define GICD_IPRIORITYR(n) (0x0400 + (((n) >> 2) * 4)) /* v1 ICDIPR */ argument [all …]
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecp_s390x_nistp.c | 32 #define S390X_OFF_RES_X(n) (0 * n) argument 33 #define S390X_OFF_RES_Y(n) (1 * n) argument 34 #define S390X_OFF_SRC_X(n) (2 * n) argument 35 #define S390X_OFF_SRC_Y(n) (3 * n) argument 36 #define S390X_OFF_SCALAR(n) (4 * n) argument 39 #define S390X_OFF_R(n) (0 * n) argument 40 #define S390X_OFF_S(n) (1 * n) argument 41 #define S390X_OFF_H(n) (2 * n) argument 42 #define S390X_OFF_K(n) (3 * n) argument 43 #define S390X_OFF_X(n) (3 * n) argument [all …]
|
/freebsd/contrib/nvi/regex/ |
H A D | regexec.c | 64 #define SET0(v, n) ((v) &= ~(1 << (n))) argument 65 #define SET1(v, n) ((v) |= 1 << (n)) argument 66 #define ISSET(v, n) ((v) & (1 << (n))) argument 70 #define STATESETUP(m, n) /* nothing */ argument 74 #define INIT(o, n) ((o) = (unsigned)1 << (n)) argument 79 #define FWD(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) << (n)) argument 80 #define BACK(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) >> (n)) argument 81 #define ISSETBACK(v, n) ((v) & ((unsigned)here >> (n))) argument 111 #define SET0(v, n) ((v)[n] = 0) argument 112 #define SET1(v, n) ((v)[n] = 1) argument [all …]
|