Home
last modified time | relevance | path

Searched refs:x (Results 1 – 25 of 1671) sorted by relevance

12345678910>>...67

/f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daes_amd64.S238 #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
243 .byte x(0x63),x(0x7c),x(0x77),x(0x7b),x(0xf2),x(0x6b),x(0x6f),x(0xc5); \
244 .byte x(0x30),x(0x01),x(0x67),x(0x2b),x(0xfe),x(0xd7),x(0xab),x(0x76); \
245 .byte x(0xca),x(0x82),x(0xc9),x(0x7d),x(0xfa),x(0x59),x(0x47),x(0xf0); \
246 .byte x(0xad),x(0xd4),x(0xa2),x(0xaf),x(0x9c),x(0xa4),x(0x72),x(0xc0); \
247 .byte x(0xb7),x(0xfd),x(0x93),x(0x26),x(0x36),x(0x3f),x(0xf7),x(0xcc); \
248 .byte x(0x34),x(0xa5),x(0xe5),x(0xf1),x(0x71),x(0xd8),x(0x31),x(0x15); \
249 .byte x(0x04),x(0xc7),x(0x23),x(0xc3),x(0x18),x(0x96),x(0x05),x(0x9a); \
250 .byte x(0x07),x(0x12),x(0x80),x(0xe2),x(0xeb),x(0x27),x(0xb2),x(0x75); \
[all …]
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4_regs.h64 #define V_QID(x) ((x) << S_QID) argument
68 #define V_DBPRIO(x) ((x) << S_DBPRIO) argument
73 #define V_PIDX(x) ((x) << S_PIDX) argument
77 #define V_DBTYPE(x) ((x) << S_DBTYPE) argument
378 #define V_BUSY(x) ((x) << S_BUSY) argument
397 #define V_BIR(x) ((x) << S_BIR) argument
554 #define V_TOS(x) ((x) << S_TOS) argument
615 #define V_PF(x) ((x) << S_PF) argument
624 #define V_VF(x) ((x) << S_VF) argument
907 #define V_OP(x) ((x) << S_OP) argument
[all …]
H A Dt4fw_interface.h80 #define V_FW_WR_OP(x) ((x) << S_FW_WR_OP) argument
86 #define V_FW_WR_ATOMIC(x) ((x) << S_FW_WR_ATOMIC) argument
92 #define V_FW_WR_IMMDLEN(x) ((x) << S_FW_WR_IMMDLEN) argument
100 #define V_FW_WR_EQUEQ(x) ((x) << S_FW_WR_EQUEQ) argument
107 #define V_FW_WR_FLOWID(x) ((x) << S_FW_WR_FLOWID) argument
113 #define V_FW_WR_LEN16(x) ((x) << S_FW_WR_LEN16) argument
392 #define V_FW_CMD_OP(x) ((x) << S_FW_CMD_OP) argument
403 #define V_FW_CMD_READ(x) ((x) << S_FW_CMD_READ) argument
409 #define V_FW_CMD_WRITE(x) ((x) << S_FW_CMD_WRITE) argument
415 #define V_FW_CMD_EXEC(x) ((x) << S_FW_CMD_EXEC) argument
[all …]
H A Dt4_msg.h57 #define V_CPL_OPCODE(x) ((x) << S_CPL_OPCODE) argument
59 #define G_TID(x) ((x) & 0xFFFFFF) argument
75 #define V_TID_QID(x) ((x) << S_TID_QID) argument
120 #define V_COOKIE(x) ((x) << S_COOKIE) argument
125 #define V_TX_CHAN(x) ((x) << S_TX_CHAN) argument
128 #define V_DELACK(x) ((x) << S_DELACK) argument
135 #define V_ULP_MODE(x) ((x) << S_ULP_MODE) argument
169 #define V_SACK_EN(x) ((x) << S_SACK_EN) argument
236 #define V_WORD(x) ((x) << S_WORD) argument
240 #define V_QUEUENO(x) ((x) << S_QUEUENO) argument
[all …]
/f-stack/dpdk/lib/librte_eal/ppc/include/
H A Drte_byteorder.h81 #define rte_cpu_to_le_16(x) (x) argument
82 #define rte_cpu_to_le_32(x) (x) argument
83 #define rte_cpu_to_le_64(x) (x) argument
89 #define rte_le_to_cpu_16(x) (x) argument
90 #define rte_le_to_cpu_32(x) (x) argument
91 #define rte_le_to_cpu_64(x) (x) argument
103 #define rte_cpu_to_be_16(x) (x) argument
104 #define rte_cpu_to_be_32(x) (x) argument
105 #define rte_cpu_to_be_64(x) (x) argument
111 #define rte_be_to_cpu_16(x) (x) argument
[all …]
/f-stack/dpdk/lib/librte_eal/arm/include/
H A Drte_byteorder.h42 #define rte_cpu_to_le_16(x) (x) argument
43 #define rte_cpu_to_le_32(x) (x) argument
44 #define rte_cpu_to_le_64(x) (x) argument
50 #define rte_le_to_cpu_16(x) (x) argument
51 #define rte_le_to_cpu_32(x) (x) argument
52 #define rte_le_to_cpu_64(x) (x) argument
64 #define rte_cpu_to_be_16(x) (x) argument
65 #define rte_cpu_to_be_32(x) (x) argument
66 #define rte_cpu_to_be_64(x) (x) argument
72 #define rte_be_to_cpu_16(x) (x) argument
[all …]
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-swap.h111 #define cvmx_cpu_to_le16(x) cvmx_swap16(x) argument
112 #define cvmx_cpu_to_le32(x) cvmx_swap32(x) argument
113 #define cvmx_cpu_to_le64(x) cvmx_swap64(x) argument
115 #define cvmx_cpu_to_be16(x) (x) argument
116 #define cvmx_cpu_to_be32(x) (x) argument
117 #define cvmx_cpu_to_be64(x) (x) argument
121 #define cvmx_cpu_to_le16(x) (x) argument
122 #define cvmx_cpu_to_le32(x) (x) argument
123 #define cvmx_cpu_to_le64(x) (x) argument
125 #define cvmx_cpu_to_be16(x) cvmx_swap16(x) argument
[all …]
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dbyteorder.h58 #define BMASK_64(x) (x) argument
64 #define BE_8(x) BMASK_8(x) argument
65 #define BE_16(x) BMASK_16(x) argument
66 #define BE_32(x) BMASK_32(x) argument
67 #define BE_64(x) BMASK_64(x) argument
68 #define LE_8(x) BSWAP_8(x) argument
69 #define LE_16(x) BSWAP_16(x) argument
70 #define LE_32(x) BSWAP_32(x) argument
71 #define LE_64(x) BSWAP_64(x) argument
73 #define LE_8(x) BMASK_8(x) argument
[all …]
/f-stack/dpdk/lib/librte_eal/x86/include/
H A Drte_byteorder.h45 : [x] "+r" (x) in rte_arch_bswap32()
73 #define rte_cpu_to_le_16(x) (x) argument
74 #define rte_cpu_to_le_32(x) (x) argument
75 #define rte_cpu_to_le_64(x) (x) argument
77 #define rte_cpu_to_be_16(x) rte_bswap16(x) argument
78 #define rte_cpu_to_be_32(x) rte_bswap32(x) argument
79 #define rte_cpu_to_be_64(x) rte_bswap64(x) argument
81 #define rte_le_to_cpu_16(x) (x) argument
82 #define rte_le_to_cpu_32(x) (x) argument
83 #define rte_le_to_cpu_64(x) (x) argument
[all …]
/f-stack/freebsd/arm/nvidia/drm2/
H A Dtegra_hdmi_reg.h64 #define SOR_STATE2_ASY_OWNER(x) (((x) & 0x3) << 0) argument
134 #define HDMI_CTRL_REKEY(x) (((x) & 0x7f) << 0) argument
156 #define SOR_PLL0_ICHPMP(x) (((x) & 0xf) << 24) argument
157 #define SOR_PLL0_FILTER(x) (((x) & 0xf) << 16) argument
159 #define SOR_PLL0_VCOCAP(x) (((x) & 0xf) << 8) argument
176 #define SOR_CSTM_ROTAT(x) (((x) & 0xf) << 28) argument
177 #define SOR_CSTM_ROTCLK(x) (((x) & 0xf) << 24) argument
185 #define SOR_CSTM_MODE(x) (((x) & 0x3) << 12) argument
192 #define SOR_SEQ_PC(x) (((x) & 0xf) << 16) argument
194 #define SOR_SEQ_PD_PC(x) (((x) & 0xf) << 8) argument
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dbit_util.h67 x |= x >> 1; in pow2_ceil_u64()
68 x |= x >> 2; in pow2_ceil_u64()
69 x |= x >> 4; in pow2_ceil_u64()
70 x |= x >> 8; in pow2_ceil_u64()
71 x |= x >> 16; in pow2_ceil_u64()
72 x |= x >> 32; in pow2_ceil_u64()
80 x |= x >> 1; in pow2_ceil_u32()
81 x |= x >> 2; in pow2_ceil_u32()
82 x |= x >> 4; in pow2_ceil_u32()
83 x |= x >> 8; in pow2_ceil_u32()
[all …]
/f-stack/freebsd/mips/include/
H A Dendian.h79 #define __bswap16_const(x) (((x) >> 8) | (((x) << 8) & 0xff00)) argument
80 #define __bswap32_const(x) (((x) >> 24) | (((x) >> 8) & 0xff00) | \ argument
82 #define __bswap64_const(x) (((x) >> 56) | (((x) >> 40) & 0xff00) | \ argument
121 #define __htonl(x) ((__uint32_t)(x)) argument
122 #define __htons(x) ((__uint16_t)(x)) argument
123 #define __ntohl(x) ((__uint32_t)(x)) argument
124 #define __ntohs(x) ((__uint16_t)(x)) argument
136 #define __ntohl(x) (__bswap32((x))) argument
137 #define __ntohs(x) (__bswap16((x))) argument
138 #define __htonl(x) (__bswap32((x))) argument
[all …]
/f-stack/app/redis-5.0.5/deps/lua/test/
H A Dsort.lua8 x[l],x[m]=x[m],x[l] -- swap pivot to first position
16 x[m],x[i]=x[i],x[m] -- swap x[i] and x[m]
20 x[l],x[m]=x[m],x[l] -- swap pivot to a valid place
32 if f(x[j],x[m]) then m=j end
35 x[i],x[m]=x[m],x[i] -- swap x[i] and x[m]
43 while x[i] do
44 io.write(x[i])
55 qsort(x,1,n,function (x,y) return x<y end)
57 selectionsort(x,n,function (x,y) return x>y end)
59 qsort(x,1,n,function (x,y) return x<y end)
[all …]
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/
H A Dpwhash_scryptsalsa208sha256_nosse.c124 x[4] ^= R(x[0] + x[12], 7); in salsa20_8()
125 x[8] ^= R(x[4] + x[0], 9); in salsa20_8()
129 x[9] ^= R(x[5] + x[1], 7); in salsa20_8()
130 x[13] ^= R(x[9] + x[5], 9); in salsa20_8()
140 x[7] ^= R(x[3] + x[15], 9); in salsa20_8()
145 x[1] ^= R(x[0] + x[3], 7); in salsa20_8()
146 x[2] ^= R(x[1] + x[0], 9); in salsa20_8()
147 x[3] ^= R(x[2] + x[1], 13); in salsa20_8()
148 x[0] ^= R(x[3] + x[2], 18); in salsa20_8()
150 x[6] ^= R(x[5] + x[4], 7); in salsa20_8()
[all …]
/f-stack/freebsd/x86/iommu/
H A Dintel_reg.h103 #define DMAR_IRTE2_SID_RID(x) ((uint64_t)(x)) argument
106 #define DMAR_IRTE1_DST_xAPIC(x) (((uint64_t)(x)) << 40) argument
107 #define DMAR_IRTE1_DST_x2APIC(x) (((uint64_t)(x)) << 32) argument
109 #define DMAR_IRTE1_V(x) (((uint64_t)x) << 16) argument
132 #define DMAR_MAJOR_VER(x) (((x) >> 4) & 0xf) argument
133 #define DMAR_MINOR_VER(x) ((x) & 0xf) argument
141 #define DMAR_CAP_MAMV(x) ((u_int)(((x) >> 48) & 0x3f)) argument
151 #define DMAR_CAP_FRO(x) ((u_int)(((x) >> 24) & 0x1ff)) argument
155 #define DMAR_CAP_MGAW(x) ((u_int)(((x) >> 16) & 0x3f)) argument
157 #define DMAR_CAP_SAGAW(x) ((u_int)(((x) >> 8) & 0x1f)) argument
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dbyteorder.h61 #define ntohl(x) (x) argument
62 #define ntohs(x) (x) argument
63 #define htonl(x) (x) argument
64 #define htons(x) (x) argument
104 #define BMASK_64(x) (x) argument
110 #define BE_8(x) BMASK_8(x) argument
111 #define BE_16(x) BMASK_16(x) argument
112 #define BE_32(x) BMASK_32(x) argument
114 #define LE_8(x) BSWAP_8(x) argument
119 #define LE_8(x) BMASK_8(x)
[all …]
/f-stack/dpdk/drivers/common/dpaax/
H A Dcompat.h67 #define __stringify_1(x) #x argument
68 #define __stringify(x) __stringify_1(x) argument
101 #define DPAA_BUG_ON(x) RTE_ASSERT(x) argument
221 #define lower_32_bits(x) ((u32)(x)) argument
289 #define cpu_to_be48(x) (x) argument
290 #define be48_to_cpu(x) (x) argument
292 #define cpu_to_be40(x) (x) argument
293 #define be40_to_cpu(x) (x) argument
295 #define cpu_to_be24(x) (x) argument
296 #define be24_to_cpu(x) (x) argument
[all …]
/f-stack/freebsd/sys/
H A Dendian.h61 #define bswap16(x) __bswap16(x) argument
62 #define bswap32(x) __bswap32(x) argument
63 #define bswap64(x) __bswap64(x) argument
70 #define htobe16(x) bswap16((x)) argument
71 #define htobe32(x) bswap32((x)) argument
72 #define htobe64(x) bswap64((x)) argument
77 #define be16toh(x) bswap16((x)) argument
78 #define be32toh(x) bswap32((x)) argument
79 #define be64toh(x) bswap64((x)) argument
87 #define htole16(x) bswap16((x)) argument
[all …]
H A Dagpio.h46 #define AGP_MODE_GET_RQ(x) (((x) & 0xff000000U) >> 24) argument
47 #define AGP_MODE_GET_ARQSZ(x) (((x) & 0x0000e000U) >> 13) argument
48 #define AGP_MODE_GET_CAL(x) (((x) & 0x00001c00U) >> 10) argument
49 #define AGP_MODE_GET_SBA(x) (((x) & 0x00000200U) >> 9) argument
50 #define AGP_MODE_GET_AGP(x) (((x) & 0x00000100U) >> 8) argument
51 #define AGP_MODE_GET_GART_64(x) (((x) & 0x00000080U) >> 7) argument
53 #define AGP_MODE_GET_FW(x) (((x) & 0x00000010U) >> 4) argument
54 #define AGP_MODE_GET_MODE_3(x) (((x) & 0x00000008U) >> 3) argument
55 #define AGP_MODE_GET_RATE(x) ((x) & 0x00000007U) argument
74 #define AGP_MODE_GET_4G(x) AGP_MODE_GET_OVER_4G(x) argument
[all …]
/f-stack/freebsd/arm/include/
H A Dendian.h64 #define __ntohl(x) ((__uint32_t)(x)) argument
65 #define __ntohs(x) ((__uint16_t)(x)) argument
66 #define __htonl(x) ((__uint32_t)(x)) argument
67 #define __htons(x) ((__uint16_t)(x)) argument
71 #define __ntohl(x) (__bswap32(x)) argument
72 #define __ntohs(x) (__bswap16(x)) argument
73 #define __htonl(x) (__bswap32(x)) argument
74 #define __htons(x) (__bswap16(x)) argument
127 #define __bswap16(x) \ argument
138 #define __bswap16(x) __bswap16_var(x) argument
[all …]
/f-stack/app/redis-5.0.5/src/
H A Dendianconv.c52 t = x[0]; in memrev16()
53 x[0] = x[1]; in memrev16()
54 x[1] = t; in memrev16()
62 t = x[0]; in memrev32()
63 x[0] = x[3]; in memrev32()
66 x[1] = x[2]; in memrev32()
76 x[0] = x[7]; in memrev64()
79 x[1] = x[6]; in memrev64()
82 x[2] = x[5]; in memrev64()
85 x[3] = x[4]; in memrev64()
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dbyteorder.h73 #define BMASK_64(x) (x) argument
79 #define BE_8(x) BMASK_8(x) argument
80 #define BE_16(x) BMASK_16(x) argument
81 #define BE_32(x) BMASK_32(x) argument
82 #define BE_64(x) BMASK_64(x) argument
83 #define LE_8(x) BSWAP_8(x) argument
84 #define LE_16(x) BSWAP_16(x) argument
85 #define LE_32(x) BSWAP_32(x) argument
86 #define LE_64(x) BSWAP_64(x) argument
88 #define LE_8(x) BMASK_8(x)
[all …]
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_vf.h28 #define IXGBE_VTEITR(x) (0x00820 + (4 * (x))) argument
29 #define IXGBE_VTIVAR(x) (0x00120 + (4 * (x))) argument
31 #define IXGBE_VTRSCINT(x) (0x00180 + (4 * (x))) argument
33 #define IXGBE_VFRDBAL(x) (0x01000 + (0x40 * (x))) argument
34 #define IXGBE_VFRDBAH(x) (0x01004 + (0x40 * (x))) argument
35 #define IXGBE_VFRDLEN(x) (0x01008 + (0x40 * (x))) argument
36 #define IXGBE_VFRDH(x) (0x01010 + (0x40 * (x))) argument
37 #define IXGBE_VFRDT(x) (0x01018 + (0x40 * (x))) argument
45 #define IXGBE_VFTDH(x) (0x02010 + (0x40 * (x))) argument
60 #define IXGBE_VFRSSRK(x) (0x3100 + ((x) * 4)) argument
[all …]
/f-stack/freebsd/arm64/include/
H A Dendian.h57 #define __ntohl(x) (__bswap32(x)) argument
58 #define __ntohs(x) (__bswap16(x)) argument
59 #define __htonl(x) (__bswap32(x)) argument
60 #define __htons(x) (__bswap16(x)) argument
63 __bswap64(__uint64_t x) in __bswap64() argument
107 #define __bswap16(x) \ argument
110 __bswap16_var(x)))
112 #define __bswap32(x) \ argument
115 __bswap32_var(x)))
118 #define __bswap16(x) __bswap16_var(x) argument
[all …]
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h15 # define __P(x) x argument
155 # define MUTEX_NUKE(x) bzero((x), sizeof(*(x))) argument
179 # define M_ADJ(m,x) m_adj(m, x) argument
356 # define KFREE(x) free(x) argument
357 # define KFREES(x,s) free(x) argument
384 # define MUTEX_NUKE(x) bzero((x), sizeof(*(x))) argument
644 # define ATOMIC_INC(x) (x)++ argument
649 # define SPL_INT(x) int x argument
693 # define IP_V(x) (x)->ip_v argument
699 # define IP_HL(x) (x)->ip_hl argument
[all …]

12345678910>>...67