| /f-stack/freebsd/arm/ti/ |
| H A D | ti_sdmareg.h | 80 #define DMA4_CSDP_DATA_TYPE(x) (((x) & 0x3) << 0) argument 81 #define DMA4_CSDP_SRC_BURST_MODE(x) (((x) & 0x3) << 7) argument 82 #define DMA4_CSDP_DST_BURST_MODE(x) (((x) & 0x3) << 14) argument 83 #define DMA4_CSDP_SRC_ENDIANISM(x) (((x) & 0x1) << 21) argument 84 #define DMA4_CSDP_DST_ENDIANISM(x) (((x) & 0x1) << 19) argument 85 #define DMA4_CSDP_WRITE_MODE(x) (((x) & 0x3) << 16) argument 86 #define DMA4_CSDP_SRC_PACKED(x) (((x) & 0x1) << 6) argument 87 #define DMA4_CSDP_DST_PACKED(x) (((x) & 0x1) << 13) argument 89 #define DMA4_CCR_DST_ADDRESS_MODE(x) (((x) & 0x3) << 14) argument 91 #define DMA4_CCR_READ_PRIORITY(x) (((x) & 0x1) << 6) argument [all …]
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/msvc_compat/ |
| H A D | strings.h | 9 static __forceinline int ffsl(long x) { in ffsl() 10 unsigned long i; in ffsl() local 18 static __forceinline int ffs(int x) { in ffs() 26 static __forceinline int ffsll(unsigned __int64 x) { in ffsll() 27 unsigned long i; in ffsll() local 53 # define ffsll(x) __builtin_ffsll(x) argument 54 # define ffsl(x) __builtin_ffsl(x) argument 55 # define ffs(x) __builtin_ffs(x) argument
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/ |
| H A D | hash_sha256_cp.c | 43 size_t i; in be32enc_vect() local 53 size_t i; in be32dec_vect() local 74 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) argument 75 #define Maj(x, y, z) ((x & (y | z)) | (y & z)) argument 76 #define SHR(x, n) (x >> n) argument 77 #define ROTR(x, n) ROTR32(x, n) argument 80 #define s0(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHR(x, 3)) argument 93 #define MSCH(W, ii, i) \ argument 101 int i; in SHA256_Transform() local 157 unsigned int i; in SHA256_Pad() local [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/ |
| H A D | hash_sha512_cp.c | 43 size_t i; in be64enc_vect() local 53 size_t i; in be64dec_vect() local 90 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) argument 91 #define Maj(x, y, z) ((x & (y | z)) | (y & z)) argument 92 #define SHR(x, n) (x >> n) argument 93 #define ROTR(x, n) ROTR64(x, n) argument 96 #define s0(x) (ROTR(x, 1) ^ ROTR(x, 8) ^ SHR(x, 7)) argument 109 #define MSCH(W, ii, i) \ argument 117 int i; in SHA512_Transform() local 176 unsigned int i; in SHA512_Pad() local [all …]
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | sha1.c | 36 #define blk0(i) (block->l[i] = (rol(block->l[i],24)&0xFF00FF00) \ argument 39 #define blk0(i) block->l[i] argument 47 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument 48 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); argument 49 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument 50 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument 51 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument 133 uint32_t i, j; in SHA1Update() local 157 unsigned i; in SHA1Final() local 203 #define UNUSED(x) (void)(x) argument [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | sha256c.c | 63 size_t i; in be32enc_vect() local 76 size_t i; in be32dec_vect() local 105 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) argument 106 #define Maj(x, y, z) ((x & (y | z)) | (y & z)) argument 107 #define SHR(x, n) (x >> n) argument 108 #define ROTR(x, n) ((x >> n) | (x << (32 - n))) argument 109 #define S0(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) argument 111 #define s0(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHR(x, 3)) argument 121 #define RNDr(S, W, i, ii) \ argument 129 #define MSCH(W, ii, i) \ argument [all …]
|
| H A D | sha512c.c | 63 size_t i; in be64enc_vect() local 76 size_t i; in be64dec_vect() local 129 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) argument 130 #define Maj(x, y, z) ((x & (y | z)) | (y & z)) argument 131 #define SHR(x, n) (x >> n) argument 132 #define ROTR(x, n) ((x >> n) | (x << (64 - n))) argument 135 #define s0(x) (ROTR(x, 1) ^ ROTR(x, 8) ^ SHR(x, 7)) argument 136 #define s1(x) (ROTR(x, 19) ^ ROTR(x, 61) ^ SHR(x, 6)) argument 145 #define RNDr(S, W, i, ii) \ argument 153 #define MSCH(W, ii, i) \ argument [all …]
|
| /f-stack/freebsd/crypto/sha2/ |
| H A D | sha256c.c | 61 size_t i; in be32enc_vect() local 74 size_t i; in be32dec_vect() local 103 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) argument 104 #define Maj(x, y, z) ((x & (y | z)) | (y & z)) argument 105 #define SHR(x, n) (x >> n) argument 106 #define ROTR(x, n) ((x >> n) | (x << (32 - n))) argument 107 #define S0(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) argument 109 #define s0(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHR(x, 3)) argument 119 #define RNDr(S, W, i, ii) \ argument 127 #define MSCH(W, ii, i) \ argument [all …]
|
| H A D | sha512c.c | 63 size_t i; in be64enc_vect() local 76 size_t i; in be64dec_vect() local 129 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) argument 130 #define Maj(x, y, z) ((x & (y | z)) | (y & z)) argument 131 #define SHR(x, n) (x >> n) argument 132 #define ROTR(x, n) ((x >> n) | (x << (64 - n))) argument 135 #define s0(x) (ROTR(x, 1) ^ ROTR(x, 8) ^ SHR(x, 7)) argument 136 #define s1(x) (ROTR(x, 19) ^ ROTR(x, 61) ^ SHR(x, 6)) argument 145 #define RNDr(S, W, i, ii) \ argument 153 #define MSCH(W, ii, i) \ argument [all …]
|
| /f-stack/freebsd/arm/nvidia/tegra124/ |
| H A D | tegra124_xusbpadctl.c | 224 #define PORT(t, n, p, i) { \ argument 414 int i; in pcie_powerup() local 472 int i; in sata_powerup() local 748 int i; in search_port() local 760 int i; in search_lane_port() local 774 int i; in search_lane() local 786 int i; in search_pad_lane() local 800 int i; in search_usb3_pad_lane() local 826 int i; in search_pad() local 838 int i; in search_mux() local [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | atomic.h | 43 #define atomic_add_32(v, i) atomic_add((i), (atomic_t *)(v)) argument 44 #define atomic_sub_32(v, i) atomic_sub((i), (atomic_t *)(v)) argument 47 #define atomic_add_32_nv(v, i) atomic_add_return((i), (atomic_t *)(v)) argument 48 #define atomic_sub_32_nv(v, i) atomic_sub_return((i), (atomic_t *)(v)) argument 49 #define atomic_cas_32(v, x, y) atomic_cmpxchg((atomic_t *)(v), x, y) argument 50 #define atomic_swap_32(v, x) atomic_xchg((atomic_t *)(v), x) argument 53 #define atomic_add_64(v, i) atomic64_add((i), (atomic64_t *)(v)) argument 54 #define atomic_sub_64(v, i) atomic64_sub((i), (atomic64_t *)(v)) argument 57 #define atomic_add_64_nv(v, i) atomic64_add_return((i), (atomic64_t *)(v)) argument 59 #define atomic_cas_64(v, x, y) atomic64_cmpxchg((atomic64_t *)(v), x, y) argument [all …]
|
| H A D | cred.h | 39 #define GROUP_AT(gi, i) ((gi)->gid[i]) argument 42 #define KUID_TO_SUID(x) (__kuid_val(x)) argument 43 #define KGID_TO_SGID(x) (__kgid_val(x)) argument 44 #define SUID_TO_KUID(x) (KUIDT_INIT(x)) argument 45 #define SGID_TO_KGID(x) (KGIDT_INIT(x)) argument 46 #define KGIDP_TO_SGIDP(x) (&(x)->val) argument
|
| /f-stack/freebsd/sys/ |
| H A D | param.h | 204 #define ctob(x) ((x)<<PAGE_SHIFT) argument 295 #define setbit(a,i) (((unsigned char *)(a))[(i)/NBBY] |= 1<<((i)%NBBY)) argument 296 #define clrbit(a,i) (((unsigned char *)(a))[(i)/NBBY] &= ~(1<<((i)%NBBY))) argument 297 #define isset(a,i) \ argument 299 #define isclr(a,i) \ argument 311 #define powerof2(x) ((((x)-1)&(x))==0) argument 335 #define htonl(x) __htonl(x) argument 336 #define htons(x) __htons(x) argument 337 #define ntohl(x) __ntohl(x) argument 338 #define ntohs(x) __ntohs(x) argument [all …]
|
| /f-stack/freebsd/x86/cpufreq/ |
| H A D | powernow.c | 101 #define PN7_CTR_FID(x) ((x) & 0x1f) argument 108 #define PN7_STA_CFID(x) ((x) & 0x1f) argument 122 #define PN8_CTR_FID(x) ((x) & 0x3f) argument 126 #define PN8_STA_CFID(x) ((x) & 0x3f) argument 317 int i = 10000; in pn8_read_pending_wait() local 329 int i = 100; in pn8_write_fidvid() local 445 int i; in pn_set() local 481 int i; in pn_get() local 525 int i; in pn_settings() local 562 int i, j, n; in decode_pst() local [all …]
|
| /f-stack/freebsd/arm64/nvidia/tegra210/ |
| H A D | tegra210_xusbpadctl.c | 59 #define FUSE_SKU_CALIB_0_HS_CURR_LEVEL_123(x, i) (((x) >> (11 + ((i) - 1) * 6)) & 0x3F); argument 549 int rv, i; in uphy_pex_enable() local 773 int rv, i; in uphy_sata_enable() local 1485 int i; in search_port() local 1497 int i; in search_lane_port() local 1511 int i; in search_lane() local 1523 int i; in search_pad_lane() local 1537 int i; in search_usb3_pad_lane() local 1563 int i; in search_pad() local 1575 int i; in search_mux() local [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_verify/sodium/ |
| H A D | verify.c | 41 int i; in crypto_verify_n() local 43 const volatile __m128i *volatile x = in crypto_verify_n() local 67 const volatile unsigned char *volatile x = in crypto_verify_n() local 72 int i; in crypto_verify_n() local 83 crypto_verify_16(const unsigned char *x, const unsigned char *y) in crypto_verify_16() 89 crypto_verify_32(const unsigned char *x, const unsigned char *y) in crypto_verify_32() 95 crypto_verify_64(const unsigned char *x, const unsigned char *y) in crypto_verify_64()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_common.c | 17 #define FAIL(x)\ argument 28 #define FAIL_MACRO(x)\ in test_macros() argument 107 #define FAIL_ALIGN(x, i, p)\ in test_align() argument 110 #define FAIL_ALIGN64(x, j, q)\ in test_align() argument 113 #define ERROR_FLOOR(res, i, pow) \ in test_align() argument 116 #define ERROR_CEIL(res, i, pow) \ in test_align() argument 122 uint32_t i, p, val; in test_align() local 215 uint32_t i, base, compare; in test_log2() local 269 uint32_t i, arg; in test_fls() local
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | print.c | 20 #define Sizeof(x) ((int)sizeof(x)) argument 26 size_t i,n=ts->tsv.len; in PrintString() local 51 static void PrintConstant(const Proto* f, int i) in PrintConstant() 80 Instruction i=code[pc]; in PrintCode() local 158 #define SS(x) (x==1)?"":"s" argument 159 #define S(x) x,SS(x) argument 183 int i,n=f->sizek; in PrintConstants() local 195 int i,n=f->sizelocvars; in PrintLocals() local 206 int i,n=f->sizeupvalues; in PrintUpvalues() local 217 int i,n=f->sizep; in PrintFunction() local
|
| /f-stack/freebsd/kern/ |
| H A D | md4c.c | 70 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument 71 #define G(x, y, z) (((x) & (y)) | ((x) & (z)) | ((y) & (z))) argument 72 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument 76 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument 80 #define FF(a, b, c, d, x, s) { \ argument 84 #define GG(a, b, c, d, x, s) { \ argument 88 #define HH(a, b, c, d, x, s) { \ argument 116 unsigned int i, index, partLen; in MD4Update() local 187 UINT4 a = state[0], b = state[1], c = state[2], d = state[3], x[16]; in MD4Transform() local 261 unsigned int i, j; in Encode() local [all …]
|
| H A D | md5c.c | 62 unsigned int i; in Encode() local 82 unsigned int i; in Decode() local 98 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument 99 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument 100 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument 101 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument 110 #define FF(a, b, c, d, x, s, ac) { \ argument 115 #define GG(a, b, c, d, x, s, ac) { \ argument 120 #define HH(a, b, c, d, x, s, ac) { \ argument 125 #define II(a, b, c, d, x, s, ac) { \ argument [all …]
|
| /f-stack/freebsd/crypto/siphash/ |
| H A D | siphash.h | 68 #define SipHash24_Init(x) SipHash_InitX((x), 2, 4) argument 69 #define SipHash48_Init(x) SipHash_InitX((x), 4, 8) argument 77 #define SipHash24(x, y, z, i) SipHashX((x), 2, 4, (y), (z), (i)); argument 78 #define SipHash48(x, y, z, i) SipHashX((x), 4, 8, (y), (z), (i)); argument
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | math.c | 28 factorial(unsigned x) { in factorial() 30 unsigned i; in factorial() local 40 unsigned x; in TEST_BEGIN() local 191 unsigned i; in TEST_BEGIN() local 194 double x = (double)i * 0.25; in TEST_BEGIN() local 241 unsigned i; in TEST_BEGIN() local 290 unsigned i, j; in TEST_BEGIN() local 351 unsigned i, j; in TEST_BEGIN() local
|
| /f-stack/freebsd/contrib/ck/src/ |
| H A D | ck_ht_hash.h | 57 #define ROTL32(x,y) _rotl(x,y) argument 58 #define ROTL64(x,y) _rotl64(x,y) argument 60 #define BIG_CONSTANT(x) (x) argument 68 static inline uint32_t rotl32 ( uint32_t x, int8_t r ) in rotl32() 73 static inline uint64_t rotl64 ( uint64_t x, int8_t r ) in rotl64() 78 #define ROTL32(x,y) rotl32(x,y) argument 79 #define ROTL64(x,y) rotl64(x,y) argument 81 #define BIG_CONSTANT(x) (x##LLU) argument 89 FORCE_INLINE static uint32_t getblock ( const uint32_t * p, int i ) in getblock() 123 int i; in MurmurHash3_x86_32() local
|
| /f-stack/freebsd/opencrypto/ |
| H A D | rmd160.c | 75 #define ROL(n, x) (((x) << (n)) | ((x) >> (32-(n)))) argument 77 #define F0(x, y, z) ((x) ^ (y) ^ (z)) argument 78 #define F1(x, y, z) (((x) & (y)) | ((~x) & (z))) argument 79 #define F2(x, y, z) (((x) | (~y)) ^ (z)) argument 80 #define F3(x, y, z) (((x) & (z)) | ((y) & (~z))) argument 81 #define F4(x, y, z) ((x) ^ ((y) | (~z))) argument 89 #define X(i) x[i] argument 138 int i; in RMD160Final() local 164 uint32_t a, b, c, d, e, aa, bb, cc, dd, ee, t, x[16]; in RMD160Transform() local 169 int i; in RMD160Transform() local
|
| /f-stack/dpdk/lib/librte_acl/ |
| H A D | acl_run_avx512x16.h | 21 #define _SC_(x) zmm_##x argument 22 #define _SV_(x) (zmm_##x.z) argument 25 #define _F_(x) x##_avx512x16 argument 33 #define _M_I_(x) _mm512_##x argument 36 #define _M_SI_(x) _mm512_##x##_si512 argument 39 #define _M_MGI_(x) _mm512_##x argument 251 uint32_t i, k, mi; in resolve_mcgt8_avx512x1() local 296 uint32_t i, *pm; in search_avx512x16x2() local
|