| /f-stack/freebsd/contrib/ck/include/gcc/arm/ |
| H A D | ck_pr.h | 122 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument 171 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) argument 212 ck_pr_cas_##N##_value(T *target, T compare, T set, T *value) \ 256 ck_pr_cas_##N(T *target, T compare, T set) \ 341 ck_pr_cas_##N##_value(T *target, T compare, T set, T *value) \ 365 ck_pr_cas_##N(T *target, T compare, T set) \ 494 CK_PR_BINARY(and, S, T, T, "and", W) \ 495 CK_PR_BINARY(add, S, T, T, "add", W) \ 496 CK_PR_BINARY(or, S, T, T, "orr", W) \ 497 CK_PR_BINARY(sub, S, T, T, "sub", W) \ [all …]
|
| /f-stack/freebsd/contrib/ck/include/gcc/ppc/ |
| H A D | ck_pr.h | 110 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument 136 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) argument 170 ck_pr_cas_##N(M *target, T compare, T set) \ 244 CK_PR_UNARY(not, S, T, T, "not %0, %0", W) \ 245 CK_PR_UNARY(neg, S, T, T, "neg %0, %0", W) 278 CK_PR_BINARY(and, S, T, T, "and", W) \ 279 CK_PR_BINARY(add, S, T, T, "add", W) \ 280 CK_PR_BINARY(or, S, T, T, "or", W) \ 281 CK_PR_BINARY(sub, S, T, T, "subf", W) \ 282 CK_PR_BINARY(xor, S, T, T, "xor", W) [all …]
|
| /f-stack/freebsd/contrib/ck/include/gcc/ppc64/ |
| H A D | ck_pr.h | 105 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument 135 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) argument 240 ck_pr_cas_##N##_value(T *target, T compare, T set, T *value) \ 259 ck_pr_cas_##N(T *target, T compare, T set) \ 335 CK_PR_UNARY(neg, S, T, T, "neg %0, %0", W) 369 CK_PR_BINARY(and, S, T, T, "and", W) \ 370 CK_PR_BINARY(add, S, T, T, "add", W) \ 371 CK_PR_BINARY(or, S, T, T, "or", W) \ 372 CK_PR_BINARY(sub, S, T, T, "subf", W) \ 373 CK_PR_BINARY(xor, S, T, T, "xor", W) [all …]
|
| /f-stack/freebsd/contrib/ck/include/gcc/x86/ |
| H A D | ck_pr.h | 125 #define CK_PR_FAS_S(S, T, I) CK_PR_FAS(S, T, T, T, I) argument 141 T r; \ 151 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument 176 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) argument 205 #define CK_PR_FAA_S(S, T, I) CK_PR_FAA(S, T, T, T, I) argument 248 #define CK_PR_UNARY_S(K, S, T, I) CK_PR_UNARY(K, S, T, T, I) argument 288 #define CK_PR_BINARY_S(K, S, T, I) CK_PR_BINARY(K, S, T, T, T, I) argument 314 ck_pr_cas_##S(M *target, T compare, T set) \ 328 #define CK_PR_CAS_S(S, T, I) CK_PR_CAS(S, T, T, T, I) argument 363 CK_PR_CAS_O(S, T, T, T, I, R) [all …]
|
| /f-stack/freebsd/contrib/ck/include/gcc/x86_64/ |
| H A D | ck_pr.h | 154 #define CK_PR_FAS_S(S, T, I) CK_PR_FAS(S, T, T, T, I) argument 187 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument 272 #define CK_PR_STORE_S(S, T, I, K) CK_PR_STORE_IMM(S, T, T, T, I, K) argument 303 #define CK_PR_FAA_S(S, T, I) CK_PR_FAA(S, T, T, T, I) argument 347 #define CK_PR_UNARY_S(K, S, T, I) CK_PR_UNARY(K, S, T, T, I) argument 388 #define CK_PR_BINARY_S(K, S, T, I, O) CK_PR_BINARY(K, S, T, T, T, I, O) argument 429 #define CK_PR_CAS_S(S, T, I) CK_PR_CAS(S, T, T, T, I) argument 468 CK_PR_CAS_O(S, T, T, T, I, R) 545 ck_pr_cas_##S##_##W(T t[W], T c[W], T s[W]) \ 552 ck_pr_cas_##S##_##W##_value(T *t, T c[W], T s[W], T *v) \ [all …]
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_tx.h | 525 T(l3l4csum, 0, 0, 0, 0, 0, 0, 1, 4, \ 531 T(vlan, 0, 0, 0, 0, 1, 0, 0, 6, \ 539 T(noff, 0, 0, 0, 1, 0, 0, 0, 4, \ 555 T(ts, 0, 0, 1, 0, 0, 0, 0, 8, \ 563 T(ts_vlan, 0, 0, 1, 0, 1, 0, 0, 8, \ 571 T(ts_noff, 0, 0, 1, 1, 0, 0, 0, 8, \ 588 T(tso, 0, 1, 0, 0, 0, 0, 0, 6, \ 620 T(tso_ts, 0, 1, 1, 0, 0, 0, 0, 8, \ 653 T(sec, 1, 0, 0, 0, 0, 0, 0, 8, \ 685 T(sec_ts, 1, 0, 1, 0, 0, 0, 0, 8, \ [all …]
|
| /f-stack/freebsd/contrib/ck/include/gcc/ |
| H A D | ck_pr.h | 59 CK_CC_INLINE static T \ 62 T r; \ 99 #define CK_PR_LOAD_S(S, T) CK_PR_LOAD(S, T, T) argument 125 #define CK_PR_FENCE(T) \ argument 158 ck_pr_cas_##S(M *target, T compare, T set) \ in CK_PR_FENCE() 167 #define CK_PR_CAS_S(S, T) CK_PR_CAS(S, T, T) argument 191 #define CK_PR_CAS_O(S, T) \ argument 193 ck_pr_cas_##S##_value(T *target, T compare, T set, T *v) \ 214 CK_CC_INLINE static T \ 223 #define CK_PR_FAA_S(S, T) CK_PR_FAA(S, T, T) argument [all …]
|
| /f-stack/freebsd/contrib/ck/include/gcc/aarch64/ |
| H A D | ck_pr_llsc.h | 102 ck_pr_cas_##N##_value(M *target, T compare, T set, M *value) \ 123 ck_pr_cas_##N(M *target, T compare, T set) \ 220 CK_PR_UNARY(inc, S, T, T, "add %w0, %w0, #1", W, "w") \ 221 CK_PR_UNARY(dec, S, T, T, "sub %w0, %w0, #1", W, "w") \ 222 CK_PR_UNARY(not, S, T, T, "mvn %w0, %w0", W, "w") \ 266 CK_PR_BINARY(and, S, T, T, "and", W, "w") \ 267 CK_PR_BINARY(add, S, T, T, "add", W, "w") \ 268 CK_PR_BINARY(or, S, T, T, "orr", W, "w") \ 269 CK_PR_BINARY(sub, S, T, T, "sub", W, "w") \ 270 CK_PR_BINARY(xor, S, T, T, "eor", W, "w") [all …]
|
| H A D | ck_pr.h | 61 #define CK_PR_FENCE(T, I) \ argument 63 ck_pr_fence_strict_##T(void) \ 91 CK_CC_INLINE static T \ 99 return ((T)r); \ 102 CK_CC_INLINE static T \ 110 return ((T)r); \ 116 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, I) argument 117 #define CK_PR_LOAD_S_64(S, T, I) CK_PR_LOAD_64(S, T, T, I) argument 161 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, I) argument 162 #define CK_PR_STORE_S_64(S, T, I) CK_PR_STORE_64(S, T, T, I) argument [all …]
|
| H A D | ck_pr_lse.h | 98 ck_pr_cas_##N##_value(M *target, T compare, T set, M *value) \ 110 ck_pr_cas_##N(M *target, T compare, T set) \ 188 CK_PR_UNARY(inc, S, T, T, "mov w0, 1", W, "w", "add") \ 189 CK_PR_UNARY(dec, S, T, T, "mov w0, -1", W, "w", "add") \ 190 CK_PR_UNARY(not, S, T, T, "mov w0, -1", W, "w", "eor") \ 227 CK_PR_BINARY(and, S, T, T, "clr", W, "w", "mvn %w0, %w0") \ 228 CK_PR_BINARY(add, S, T, T, "add", W, "w", "") \ 229 CK_PR_BINARY(or, S, T, T, "set", W, "w", "") \ 230 CK_PR_BINARY(sub, S, T, T, "add", W, "w", "neg %w0, %w0") \ 231 CK_PR_BINARY(xor, S, T, T, "eor", W, "w", "") [all …]
|
| /f-stack/freebsd/contrib/ck/include/gcc/sparcv9/ |
| H A D | ck_pr.h | 59 #define CK_PR_FENCE(T, I) \ argument 61 ck_pr_fence_strict_##T(void) \ 89 CK_CC_INLINE static T \ 92 T r; \ 102 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument 127 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) argument 197 ck_pr_cas_##N##_value(T *target, T compare, T set, T *value) \ 208 ck_pr_cas_##N(T *target, T compare, T set) \ 224 #define CK_PR_FAS(N, T) \ argument 225 CK_CC_INLINE static T \ [all …]
|
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_elide.h | 143 #define CK_ELIDE_PROTOTYPE(N, T, L_P, L, U_P, U) \ argument 145 ck_elide_##N##_lock_adaptive(T *lock, \ 205 ck_elide_##N##_lock(T *lock) \ 219 ck_elide_##N##_unlock(T *lock) \ 233 ck_elide_##N##_trylock(T *lock) \ 252 #define CK_ELIDE_PROTOTYPE(N, T, L_P, L, U_P, U) \ argument 254 ck_elide_##N##_lock_adaptive(T *lock, \ 266 T *lock) \ 274 ck_elide_##N##_lock(T *lock) \ 281 ck_elide_##N##_unlock(T *lock) \ [all …]
|
| H A D | ck_pr.h | 65 ck_pr_fence_##T(void) \ 67 ck_pr_fence_strict_##T(); \ 72 ck_pr_fence_##T(void) \ 211 T previous; \ 224 #define CK_PR_BIN_S(K, S, T, P) CK_PR_BIN(K, S, T, T, P, T) argument 480 T previous; \ 490 #define CK_PR_BTX_S(K, S, T, P, R) CK_PR_BTX(K, S, T, T, P, T, R) argument 621 T previous; \ 894 T previous; \ 911 T previous; \ [all …]
|
| H A D | ck_cc.h | 53 #define CK_CC_CONTAINER(F, T, M, N) \ argument 54 CK_CC_INLINE static T * \ 58 return (T *)(void *)(((char *)n) - ((size_t)&((T *)0)->M)); \ 107 #define CK_F_CC_FFS_G(L, T) \ argument 109 ck_cc_##L(T v) \
|
| /f-stack/freebsd/netgraph/atm/uni/ |
| H A D | ng_uni_cust.h | 87 #define _TIMER_INIT(X,T) ng_callout_init(&(X)->T.c) argument 92 #define TIMER_ISACT(UNI,T) (callout_active(&(UNI)->T.c) || \ argument 93 callout_pending(&(UNI)->T.c)) 100 #define TIMER_FUNC_UNI(T,F) \ argument 103 _##T##_func(node_p node, hook_p hook, void *arg1, int arg2) \ 114 #define TIMER_FUNC_CALL(T,F) \ argument 117 _##T##_func(node_p node, hook_p hook, void *arg1, int arg2) \ 129 #define TIMER_FUNC_PARTY(T,F) \ argument 132 _##T##_func(node_p node, hook_p hook, void *arg1, int arg2) \
|
| /f-stack/freebsd/netgraph/atm/sscop/ |
| H A D | ng_sscop_cust.h | 111 #define TIMER_INIT(S, T) ng_callout_init(&(S)->t_##T) argument 112 #define TIMER_STOP(S,T) do { \ argument 115 #define TIMER_RESTART(S, T) do { \ argument 116 TIMER_STOP(S, T); \ 118 hz * (S)->timer##T / 1000, T##_func, (S), 0); \ 120 #define TIMER_ISACT(S, T) (callout_pending(&(S)->t_##T)) argument 125 #define TIMER_FUNC(T,N) \ argument 132 "timer_" #T " expired")); \ 198 #define SIGQ_MOVE(F, T) \ argument 205 TAILQ_INSERT_TAIL(T, _s, link); \ [all …]
|
| /f-stack/freebsd/contrib/zstd/lib/dictBuilder/ |
| H A D | divsufsort.c | 1499 t = PAb[i], c0 = T[t], c1 = T[t + 1]; in sort_typeBstar() 1502 t = PAb[m - 1], c0 = T[t], c1 = T[t + 1]; in sort_typeBstar() 1631 assert(((s + 1) < n) && (T[s] <= T[s + 1])); in construct_SA() 1632 assert(T[s - 1] <= T[s]); in construct_SA() 1657 assert(T[s - 1] >= T[s]); in construct_SA() 1695 assert(((s + 1) < n) && (T[s] <= T[s + 1])); in construct_BWT() 1696 assert(T[s - 1] <= T[s]); in construct_BWT() 1720 *k++ = (T[n - 2] < c2) ? ~((int)T[n - 2]) : (n - 1); in construct_BWT() 1724 assert(T[s - 1] >= T[s]); in construct_BWT() 1777 assert(T[s - 1] <= T[s]); in construct_BWT_indexes() [all …]
|
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | unipriv.h | 547 #define TIMER_INIT_UNI(U,T) _TIMER_INIT(U,T) argument 548 #define TIMER_INIT_CALL(C,T) _TIMER_INIT(C,T) argument 549 #define TIMER_INIT_PARTY(P,T) _TIMER_INIT(P,T) argument 551 #define TIMER_DESTROY_UNI(U,T) _TIMER_DESTROY(U, (U)->T) argument 552 #define TIMER_DESTROY_CALL(C,T) _TIMER_DESTROY((C)->uni, (C)->T) argument 555 #define TIMER_STOP_UNI(U,T) _TIMER_STOP(U, (U)->T) argument 556 #define TIMER_STOP_CALL(C,T) _TIMER_STOP((C)->uni, (C)->T) argument 557 #define TIMER_STOP_PARTY(P,T) _TIMER_STOP((P)->call->uni, (P)->T) argument 559 #define TIMER_START_UNI(U,T,N) _TIMER_START(U, U, (U)->T, N, _##T##_func) argument 560 #define TIMER_START_CALL(C,T,N) _TIMER_START(C->uni, C, (C)->T, N, _##T##_func) argument [all …]
|
| /f-stack/freebsd/crypto/skein/ |
| H A D | skein_debug.c | 78 …if (skein_DebugFlag & SKEIN_DEBUG_CONFIG || ((h->T[1] & SKEIN_T1_BLK_TYPE_MASK) != SKEIN_T1_BLK_TY… in Skein_Show_Final() 93 …if (skein_DebugFlag & SKEIN_DEBUG_CONFIG || ((h->T[1] & SKEIN_T1_BLK_TYPE_MASK) != SKEIN_T1_BLK_TY… in Skein_Show_Round() 178 …if (skein_DebugFlag & SKEIN_DEBUG_CONFIG || ((h->T[1] & SKEIN_T1_BLK_TYPE_MASK) != SKEIN_T1_BLK_TY… in Skein_Show_Block() 183 …rintf("\n%s Block: outBits=%4d. T0=%06X.",AlgoHeader(bits),(uint_t) h->hashBitLen,(uint_t)h->T[0]); in Skein_Show_Block() 185 n = (uint_t) ((h->T[1] & SKEIN_T1_BLK_TYPE_MASK) >> SKEIN_T1_POS_BLK_TYPE); in Skein_Show_Block() 198 printf((h->T[1] & SKEIN_T1_FLAG_FIRST) ? " First":" "); in Skein_Show_Block() 199 printf((h->T[1] & SKEIN_T1_FLAG_FINAL) ? " Final":" "); in Skein_Show_Block() 200 printf((h->T[1] & SKEIN_T1_FLAG_BIT_PAD) ? " Pad" :" "); in Skein_Show_Block() 201 n = (uint_t) ((h->T[1] & SKEIN_T1_TREE_LVL_MASK) >> SKEIN_T1_POS_TREE_LVL); in Skein_Show_Block() 210 Show64(2,h->T); in Skein_Show_Block() [all …]
|
| /f-stack/dpdk/devtools/cocci/ |
| H A D | mtod-offset.cocci | 62 type C, T; 65 - (C)rte_pktmbuf_mtod_offset(M, T, O) 68 - (rte_pktmbuf_mtod_offset(M, T, O)) 69 + rte_pktmbuf_mtod_offset(M, T, O) 71 - (C)rte_pktmbuf_mtod(M, T) 74 - (rte_pktmbuf_mtod(M, T)) 75 + rte_pktmbuf_mtod(M, T)
|
| /f-stack/dpdk/drivers/net/octeontx/ |
| H A D | octeontx_rxtx.h | 452 T(no_offload, 0, 0, 0, 0, 4, \ 454 T(mseg, 0, 0, 0, 1, 14, \ 456 T(l3l4csum, 0, 0, 1, 0, 4, \ 458 T(l3l4csum_mseg, 0, 0, 1, 1, 14, \ 460 T(ol3ol4csum, 0, 1, 0, 0, 4, \ 462 T(ol3l4csum_mseg, 0, 1, 0, 1, 14, \ 468 T(noff, 1, 0, 0, 0, 4, \ 470 T(noff_mseg, 1, 0, 0, 1, 14, \ 472 T(noff_l3l4csum, 1, 0, 1, 0, 4, \ 474 T(noff_l3l4csum_mseg, 1, 0, 1, 1, 14, \ [all …]
|
| H A D | octeontx_rxtx.c | 44 #define T(name, f3, f2, f1, f0, sz, flags) \ macro 56 #undef T 64 #define T(name, f3, f2, f1, f0, sz, flags) \ in octeontx_set_tx_function() macro 68 #undef T in octeontx_set_tx_function()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/ |
| H A D | pbkdf2-sha256.c | 54 uint8_t T[32]; in PBKDF2_SHA256() local 75 memcpy(T, U, 32); in PBKDF2_SHA256() 83 T[k] ^= U[k]; in PBKDF2_SHA256() 92 memcpy(&buf[i * 32], T, clen); in PBKDF2_SHA256()
|
| /f-stack/app/redis-5.0.5/src/modules/ |
| H A D | testmodule.c | 349 #define T(name,...) \ macro 364 T("dbsize",""); in TestIt() 367 T("ping",""); in TestIt() 370 T("test.call",""); in TestIt() 373 T("test.ctxflags",""); in TestIt() 376 T("test.string.append",""); in TestIt() 379 T("test.unlink",""); in TestIt() 382 T("test.string.append.am",""); in TestIt() 385 T("test.string.printf", "cc", "foo", "bar"); in TestIt() 388 T("test.notify", ""); in TestIt()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | hkdf.c | 50 uint8_t T[SHA512_DIGEST_LENGTH]; in hkdf_sha512_expand() local 64 crypto_mac_update(&ctx, T, T_len); in hkdf_sha512_expand() 67 crypto_mac_final(&ctx, T, SHA512_DIGEST_LENGTH); in hkdf_sha512_expand() 68 bcopy(T, out_buf + pos, in hkdf_sha512_expand()
|