/freebsd/usr.bin/jot/tests/ |
H A D | regress.block.out | 1 x 2 x 3 x 4 x 5 x 6 x 7 x 8 x 9 x 10 x [all …]
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_regs.h | 517 #define V_QID(x) ((x) << S_QID) argument 518 #define G_QID(x) (((x) >> S_QID) & M_QID) argument 521 #define V_DBPRIO(x) ((x) << S_DBPRIO) argument 526 #define V_PIDX(x) ((x) << S_PIDX) argument 527 #define G_PIDX(x) (((x) >> S_PIDX) & M_PIDX) argument 532 #define V_DBTYPE(x) ((x) << S_DBTYPE) argument 537 #define V_PIDX_T5(x) ((x) << S_PIDX_T5) argument 538 #define G_PIDX_T5(x) (((x) >> S_PIDX_T5) & M_PIDX_T5) argument 541 #define V_SYNC_T6(x) ((x) << S_SYNC_T6) argument 548 #define V_INGRESSQID(x) ((x) << S_INGRESSQID) argument [all …]
|
H A D | t4_tcb.h | 39 #define V_TCB_ULP_TYPE(x) ((x) << S_TCB_ULP_TYPE) argument 45 #define V_TCB_ULP_RAW(x) ((x) << S_TCB_ULP_RAW) argument 51 #define V_TCB_L2T_IX(x) ((x) << S_TCB_L2T_IX) argument 57 #define V_TCB_SMAC_SEL(x) ((x) << S_TCB_SMAC_SEL) argument 63 #define V_TCB_T_FLAGS(x) ((__u64)(x) << S_TCB_T_FLAGS) argument 69 #define V_TCB_RSS_INFO(x) ((x) << S_TCB_RSS_INFO) argument 75 #define V_TCB_TOS(x) ((x) << S_TCB_TOS) argument 81 #define V_TCB_T_STATE(x) ((x) << S_TCB_T_STATE) argument 87 #define V_TCB_MAX_RT(x) ((x) << S_TCB_MAX_RT) argument 93 #define V_TCB_T_MAXSEG(x) ((x) << S_TCB_T_MAXSEG) argument [all …]
|
H A D | t4_msg.h | 318 #define V_CPL_OPCODE(x) ((x) << S_CPL_OPCODE) argument 319 #define G_CPL_OPCODE(x) (((x) >> S_CPL_OPCODE) & 0xFF) argument 320 #define G_TID(x) ((x) & 0xFFFFFF) argument 334 #define V_TID_TID(x) ((x) << S_TID_TID) argument 335 #define G_TID_TID(x) (((x) >> S_TID_TID) & M_TID_TID) argument 339 #define V_TID_COOKIE(x) ((x) << S_TID_COOKIE) argument 340 #define G_TID_COOKIE(x) (((x) >> S_TID_COOKIE) & M_TID_COOKIE) argument 344 #define V_TID_QID(x) ((x) << S_TID_QID) argument 345 #define G_TID_QID(x) (((x) >> S_TID_QID) & M_TID_QID) argument 393 #define G_HASHTYPE(x) (((x) >> S_HASHTYPE) & M_HASHTYPE) argument [all …]
|
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_regs.h | 38 #define V_CONGMODE(x) ((x) << S_CONGMODE) argument 42 #define V_TNLFLMODE(x) ((x) << S_TNLFLMODE) argument 46 #define V_FATLPERREN(x) ((x) << S_FATLPERREN) argument 50 #define V_URGTNL(x) ((x) << S_URGTNL) argument 54 #define V_NEWNOTIFY(x) ((x) << S_NEWNOTIFY) argument 58 #define V_AVOIDCQOVFL(x) ((x) << S_AVOIDCQOVFL) argument 62 #define V_OPTONEINTMULTQ(x) ((x) << S_OPTONEINTMULTQ) argument 66 #define V_CQCRDTCTRL(x) ((x) << S_CQCRDTCTRL) argument 70 #define V_EGRENUPBP(x) ((x) << S_EGRENUPBP) argument 74 #define V_DROPPKT(x) ((x) << S_DROPPKT) argument [all …]
|
H A D | cxgb_tcb.h | 39 #define V_TCB_T_STATE(x) ((x) << S_TCB_T_STATE) argument 44 #define V_TCB_TIMER(x) ((x) << S_TCB_TIMER) argument 49 #define V_TCB_DACK_TIMER(x) ((x) << S_TCB_DACK_TIMER) argument 54 #define V_TCB_DEL_FLAG(x) ((x) << S_TCB_DEL_FLAG) argument 59 #define V_TCB_L2T_IX(x) ((x) << S_TCB_L2T_IX) argument 64 #define V_TCB_SMAC_SEL(x) ((x) << S_TCB_SMAC_SEL) argument 69 #define V_TCB_TOS(x) ((x) << S_TCB_TOS) argument 74 #define V_TCB_MAX_RT(x) ((x) << S_TCB_MAX_RT) argument 79 #define V_TCB_T_RXTSHIFT(x) ((x) << S_TCB_T_RXTSHIFT) argument 84 #define V_TCB_T_DUPACKS(x) ((x) << S_TCB_T_DUPACKS) argument [all …]
|
H A D | cxgb_sge_defs.h | 39 #define V_EC_CREDITS(x) ((x) << S_EC_CREDITS) argument 40 #define G_EC_CREDITS(x) (((x) >> S_EC_CREDITS) & M_EC_CREDITS) argument 43 #define V_EC_GTS(x) ((x) << S_EC_GTS) argument 48 #define V_EC_INDEX(x) ((x) << S_EC_INDEX) argument 49 #define G_EC_INDEX(x) (((x) >> S_EC_INDEX) & M_EC_INDEX) argument 53 #define V_EC_SIZE(x) ((x) << S_EC_SIZE) argument 54 #define G_EC_SIZE(x) (((x) >> S_EC_SIZE) & M_EC_SIZE) argument 58 #define V_EC_BASE_LO(x) ((x) << S_EC_BASE_LO) argument 59 #define G_EC_BASE_LO(x) (((x) >> S_EC_BASE_LO) & M_EC_BASE_LO) argument 63 #define V_EC_BASE_HI(x) ((x) << S_EC_BASE_HI) argument [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | manhtml.aliases | 31 add_wch(3X) curs_add_wch(3X) 32 addch(3X) curs_addch(3X) 33 assume_default_colors(3X) default_colors(3X) 34 attr_get(3X) curs_attr(3X) 35 attr_on(3X) curs_attr(3X) 36 attron(3X) curs_attr(3X) 37 baudrate(3X) curs_termattrs(3X) 38 bkgd(3X) curs_bkgd(3X) 39 bkgrnd(3X) curs_bkgrnd(3X) 40 cbreak(3X) curs_inopts(3X) [all …]
|
H A D | man_db.renames.in | 35 curs_add_wch.3x add_wch.3ncurses 36 curs_add_wchstr.3x add_wchstr.3ncurses 37 curs_addch.3x addch.3ncurses 38 curs_addchstr.3x addchstr.3ncurses 39 curs_addstr.3x addstr.3ncurses 40 curs_addwstr.3x addwstr.3ncurses 41 curs_attr.3x attr.3ncurses 42 curs_beep.3x beep.3ncurses 43 curs_bkgd.3x bkgd.3ncurses 44 curs_bkgrnd.3x bkgrnd.3ncurses [all …]
|
H A D | ncurses.3x | 31 .\" $Id: ncurses.3x,v 1.214 2024/04/27 17:55:43 tom Exp $ 32 .TH ncurses 3X 2024-04-27 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" 106 X/Open Curses Issue\ 7. 107 In many behavioral details not standardized by X/Open, 130 innovations beyond the X/Open Curses standard and/or the SVr4 203 \fB\%initscr\fP(3X) or \fB\%newterm\fP(3X) 229 Call \fB\%endwin\fP(3X) before exiting. 242 .IR x ), 248 Create others with \fB\%newwin\fP(3X). 268 the most basic are \fB\%move\fP(3X) and \fB\%addch\fP(3X): [all …]
|
/freebsd/lib/libvgl/ |
H A D | mouse.c | 48 #define X 0xff /* any nonzero in And mask means part of cursor */ macro 52 X,X,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 53 X,X,X,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 54 X,X,X,X,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 55 X,X,X,X,X,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 56 X,X,X,X,X,X,0,0,0,0,0,0,0,0,0,0,0,0,0, 57 X,X,X,X,X,X,X,0,0,0,0,0,0,0,0,0,0,0,0, 58 X,X,X,X,X,X,X,X,0,0,0,0,0,0,0,0,0,0,0, 59 X,X,X,X,X,X,X,X,X,0,0,0,0,0,0,0,0,0,0, 60 X,X,X,X,X,X,X,X,X,X,0,0,0,0,0,0,0,0,0, [all …]
|
/freebsd/sys/dev/qlxgb/ |
H A D | qla_dbg.c | 61 device_printf(dev,"0x%08x: 0x%08x 0x%08x 0x%08x 0x%08x\n", in qla_dump_buf32() 69 device_printf(dev,"0x%08x: 0x%08x\n", i, buf[0]); in qla_dump_buf32() 72 device_printf(dev,"0x%08x: 0x%08x 0x%08x\n", i, buf[0], buf[1]); in qla_dump_buf32() 75 device_printf(dev,"0x%08x: 0x%08x 0x%08x 0x%08x\n", in qla_dump_buf32() 100 device_printf(dev,"0x%08x: 0x%04x 0x%04x 0x%04x 0x%04x" in qla_dump_buf16() 101 " 0x%04x 0x%04x 0x%04x 0x%04x\n", i, buf[0], in qla_dump_buf16() 109 device_printf(dev,"0x%08x: 0x%04x\n", i, buf[0]); in qla_dump_buf16() 112 device_printf(dev,"0x%08x: 0x%04x 0x%04x\n", i, buf[0], buf[1]); in qla_dump_buf16() 115 device_printf(dev,"0x%08x: 0x%04x 0x%04x 0x%04x\n", in qla_dump_buf16() 119 device_printf(dev,"0x%08x: 0x%04x 0x%04x 0x%04x 0x%04x\n", i, in qla_dump_buf16() [all …]
|
/freebsd/sys/dev/qlxgbe/ |
H A D | ql_dbg.c | 58 device_printf(dev,"0x%08x: 0x%08x 0x%08x 0x%08x 0x%08x\n", in ql_dump_buf32() 66 device_printf(dev,"0x%08x: 0x%08x\n", i, buf[0]); in ql_dump_buf32() 69 device_printf(dev,"0x%08x: 0x%08x 0x%08x\n", i, buf[0], buf[1]); in ql_dump_buf32() 72 device_printf(dev,"0x%08x: 0x%08x 0x%08x 0x%08x\n", in ql_dump_buf32() 97 device_printf(dev,"0x%08x: 0x%04x 0x%04x 0x%04x 0x%04x" in ql_dump_buf16() 98 " 0x%04x 0x%04x 0x%04x 0x%04x\n", i, buf[0], in ql_dump_buf16() 106 device_printf(dev,"0x%08x: 0x%04x\n", i, buf[0]); in ql_dump_buf16() 109 device_printf(dev,"0x%08x: 0x%04x 0x%04x\n", i, buf[0], buf[1]); in ql_dump_buf16() 112 device_printf(dev,"0x%08x: 0x%04x 0x%04x 0x%04x\n", in ql_dump_buf16() 116 device_printf(dev,"0x%08x: 0x%04x 0x%04x 0x%04x 0x%04x\n", i, in ql_dump_buf16() [all …]
|
/freebsd/sys/dev/qlxge/ |
H A D | qls_dbg.c | 60 device_printf(dev,"0x%08x:\t0x%08x, 0x%08x, 0x%08x, 0x%08x,\n", in qls_dump_buf32() 68 device_printf(dev,"0x%08x: 0x%08x\n", i, buf[0]); in qls_dump_buf32() 71 device_printf(dev,"0x%08x: 0x%08x 0x%08x\n", i, buf[0], buf[1]); in qls_dump_buf32() 74 device_printf(dev,"0x%08x: 0x%08x 0x%08x 0x%08x\n", in qls_dump_buf32() 102 device_printf(dev,"0x%08x: 0x%04x 0x%04x 0x%04x 0x%04x" in qls_dump_buf16() 103 " 0x%04x 0x%04x 0x%04x 0x%04x\n", i, buf[0], in qls_dump_buf16() 111 device_printf(dev,"0x%08x: 0x%04x\n", i, buf[0]); in qls_dump_buf16() 114 device_printf(dev,"0x%08x: 0x%04x 0x%04x\n", i, buf[0], buf[1]); in qls_dump_buf16() 117 device_printf(dev,"0x%08x: 0x%04x 0x%04x 0x%04x\n", in qls_dump_buf16() 121 device_printf(dev,"0x%08x: 0x%04x 0x%04x 0x%04x 0x%04x\n", i, in qls_dump_buf16() [all …]
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | t4_regs.h | 71 #define QID_V(x) ((x) << QID_S) argument 74 #define DBPRIO_V(x) ((x) << DBPRIO_S) argument 78 #define PIDX_V(x) ((x) << PIDX_S) argument 83 #define DBTYPE_V(x) ((x) << DBTYPE_S) argument 88 #define PIDX_T5_V(x) ((x) << PIDX_T5_S) argument 89 #define PIDX_T5_G(x) (((x) >> PIDX_T5_S) & PIDX_T5_M) argument 94 #define INGRESSQID_V(x) ((x) << INGRESSQID_S) argument 97 #define TIMERREG_V(x) ((x) << TIMERREG_S) argument 100 #define SEINTARM_V(x) ((x) << SEINTARM_S) argument 104 #define CIDXINC_V(x) ((x) << CIDXINC_S) argument [all …]
|
H A D | t4fw_api.h | 118 #define FW_WR_OP_V(x) ((x) << FW_WR_OP_S) argument 119 #define FW_WR_OP_G(x) (((x) >> FW_WR_OP_S) & FW_WR_OP_M) argument 123 #define FW_WR_ATOMIC_V(x) ((x) << FW_WR_ATOMIC_S) argument 129 #define FW_WR_FLUSH_V(x) ((x) << FW_WR_FLUSH_S) argument 133 #define FW_WR_COMPL_V(x) ((x) << FW_WR_COMPL_S) argument 139 #define FW_WR_IMMDLEN_V(x) ((x) << FW_WR_IMMDLEN_S) argument 143 #define FW_WR_EQUIQ_V(x) ((x) << FW_WR_EQUIQ_S) argument 148 #define FW_WR_EQUEQ_V(x) ((x) << FW_WR_EQUEQ_S) argument 153 #define FW_WR_FLOWID_V(x) ((x) << FW_WR_FLOWID_S) argument 157 #define FW_WR_LEN16_V(x) ((x) << FW_WR_LEN16_S) argument [all …]
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_interface.h | 167 #define V_FW_WR_OP(x) ((x) << S_FW_WR_OP) argument 168 #define G_FW_WR_OP(x) (((x) >> S_FW_WR_OP) & M_FW_WR_OP) argument 174 #define V_FW_WR_ATOMIC(x) ((x) << S_FW_WR_ATOMIC) argument 175 #define G_FW_WR_ATOMIC(x) \ argument 176 (((x) >> S_FW_WR_ATOMIC) & M_FW_WR_ATOMIC) 184 #define V_FW_WR_FLUSH(x) ((x) << S_FW_WR_FLUSH) argument 185 #define G_FW_WR_FLUSH(x) \ argument 186 (((x) >> S_FW_WR_FLUSH) & M_FW_WR_FLUSH) 193 #define V_FW_WR_COMPL(x) ((x) << S_FW_WR_COMPL) argument 194 #define G_FW_WR_COMPL(x) \ argument [all …]
|
/freebsd/sys/compat/linuxkpi/common/include/asm/ |
H A D | byteorder.h | 42 #define __cpu_to_le64(x) htole64(x) argument 43 #define cpu_to_le64(x) __cpu_to_le64(x) argument 44 #define __le64_to_cpu(x) le64toh(x) argument 45 #define le64_to_cpu(x) __le64_to_cpu(x) argument 46 #define __cpu_to_le32(x) htole32(x) argument 47 #define cpu_to_le32(x) __cpu_to_le32(x) argument 48 #define __le32_to_cpu(x) le32toh(x) argument 49 #define le32_to_cpu(x) __le32_to_cpu(x) argument 50 #define __cpu_to_le16(x) htole16(x) argument 51 #define cpu_to_le16(x) __cpu_to_le16(x) argument [all …]
|
/freebsd/crypto/openssl/crypto/chacha/asm/ |
H A D | chacha-c64xplus.pl | 32 @X= ("A16","B16","A17","B17","A18","B18","A19","B19", 39 # yes, overlaps with @DAT, used only in 2x interleave code path... 98 DMV @Y[2],@Y[0],@X[2]:@X[0] ; copy block 99 || DMV @Y[3],@Y[1],@X[3]:@X[1] 102 DMV @Y[6],@Y[4],@X[6]:@X[4] 103 || DMV @Y[7],@Y[5],@X[7]:@X[5] 106 DMV @Y[10],@Y[8],@X[10]:@X[8] 107 || DMV @Y[11],@Y[9],@X[11]:@X[9] 110 DMV @Y[14],@Y[12],@X[14]:@X[12] 111 || DMV @Y[15],@Y[13],@X[15]:@X[13] [all …]
|
H A D | chacha-armv8.pl | 40 # X-Gene 9.50/+46% 8.20 8.90(*) 57 open OUT,"| \"$^X\" $xlate $flavour \"$output\"" 68 my ($out,$inp,$len,$key,$ctr) = map("x$_",(0..4)); 70 my @x=map("x$_",(5..17,19..21)); 71 my @d=map("x$_",(22..28,30)); 80 "&add_32 (@x[$a0],@x[$a0],@x[$b0])", 81 "&add_32 (@x[$a1],@x[$a1],@x[$b1])", 82 "&add_32 (@x[$a2],@x[$a2],@x[$b2])", 83 "&add_32 (@x[$a3],@x[$a3],@x[$b3])", 84 "&eor_32 (@x[$d0],@x[$d0],@x[$a0])", [all …]
|
/freebsd/include/ |
H A D | tgmath.h | 41 * __tg_impl_simple(x, y, z, fnl, fn, fnf, ...) 42 * Invokes fnl() if the corresponding real type of x, y or z is long 45 * __tg_impl_full(x, y, cfnl, cfn, cfnf, fnl, fn, fnf, ...) 46 * Invokes [c]fnl() if the corresponding real type of x or y is long 49 * any of x or y is a complex number. 65 #define __tg_generic(x, cfnl, cfn, cfnf, fnl, fn, fnf) \ argument 66 _Generic(x, \ 74 #define __tg_type(x) \ argument 75 __tg_generic(x, (long double _Complex)0, (double _Complex)0, \ 77 #define __tg_impl_simple(x, y, z, fnl, fn, fnf, ...) \ argument [all …]
|
/freebsd/contrib/bc/gen/ |
H A D | lib2.bc | 36 define p(x,y){ 39 if(x==0){ 44 if(y==a)return(x^a)@scale 46 if(x<1){ 49 z=x 50 x=1/x 53 return e(y*l(x)) 55 i=x^a 59 x [all...] |
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/ |
H A D | aes_amd64.S | 224 #define f2(x) ((x<<1)^(((x>>7)&1)*0x11b)) argument 225 #define f4(x) ((x<<2)^(((x>>6)&1)*0x11b)^(((x>>6)&2)*0x11b)) argument 226 #define f8(x) ((x<<3)^(((x>>5)&1)*0x11b)^(((x>>5)&2)*0x11b)^(((x>>5)&4)*0x11b)) argument 230 #define f3(x) ((f2(x)) ^ (x)) argument 231 #define f9(x) ((f8(x)) ^ (x)) argument 232 #define fb(x) ((f8(x)) ^ (f2(x)) ^ (x)) argument 233 #define fd(x) ((f8(x)) ^ (f4(x)) ^ (x)) argument 234 #define fe(x) ((f8(x)) ^ (f4(x)) ^ (f2(x))) argument 238 #define u8(x) (f2(x)), (x), (x), (f3(x)), (f2(x)), (x), (x), (f3(x)) argument 239 #define v8(x) (fe(x)), (f9(x)), (fd(x)), (fb(x)), (fe(x)), (f9(x)), (fd(x)), (x) argument [all …]
|
/freebsd/crypto/openssl/crypto/sha/ |
H A D | sha_local.h | 74 * #define F(x,y,z) (((x) & (y)) | ((~(x)) & (z))) 76 * in F_40_59, (x&a)|(y&a) -> (x|y)&a 114 # ifdef X 115 # undef X 119 * Originally X was an array. As it's automatic it's natural 123 * compilers generate better code I replace X[] with a bunch of 126 # define X(i) XX##i macro 133 # define X(i) XX[i] macro 161 X(0) = W[0]; in HASH_BLOCK_DATA_ORDER() 162 X(1) = W[1]; in HASH_BLOCK_DATA_ORDER() [all …]
|
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha512-ia64.pl | 34 # operations, X[16] values are *maintained* with copies of lower 193 .rotr R[8],X[16] 195 { .mmi; ld1 X[15]=[input],$SZ // eliminated in sha512 212 // in sha512 case I load whole X[16] at once and take care of alignment... 216 { .mmb; $LDW X[15]=[input],4*$SZ 217 $LDW X[14]=[r8],4*$SZ 219 { .mmb; $LDW X[13]=[r9],4*$SZ 220 $LDW X[12]=[r10],4*$SZ 222 { .mmb; $LDW X[11]=[input],4*$SZ 223 $LDW X[10]=[r8],4*$SZ [all …]
|