Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
HDu8.h8 t_##A = _mm256_xor_si256(x_##D, x_##A); \
9 x_##D = VEC8_ROT(t_##A, 16); \
11 t_##C = _mm256_xor_si256(x_##B, x_##C); \
12 x_##B = VEC8_ROT(t_##C, 12); \
14 t_##A = _mm256_xor_si256(x_##D, x_##A); \
15 x_##D = VEC8_ROT(t_##A, 8); \
17 t_##C = _mm256_xor_si256(x_##B, x_##C); \
18 x_##B = VEC8_ROT(t_##C, 7)
24 t_##A = _mm256_xor_si256(x_##D, x_##A); \
25 x_##D = _mm256_shuffle_epi8(t_##A, rot16); \
[all …]
HDu4.h9 t_##A = _mm_xor_si128(x_##D, x_##A); \
10 x_##D = _mm_shuffle_epi8(t_##A, rot16); \
12 t_##C = _mm_xor_si128(x_##B, x_##C); \
13 x_##B = VEC4_ROT(t_##C, 12); \
15 t_##A = _mm_xor_si128(x_##D, x_##A); \
16 x_##D = _mm_shuffle_epi8(t_##A, rot8); \
18 t_##C = _mm_xor_si128(x_##B, x_##C); \
19 x_##B = VEC4_ROT(t_##C, 7)
131 t_##A = _mm_unpacklo_epi32(x_##A, x_##B); \
132 t_##B = _mm_unpacklo_epi32(x_##C, x_##D); \
[all …]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_flag_parser.h46 T *t_; variable
49 explicit FlagHandler(T *t) : t_(t) {} in FlagHandler()
72 if (ParseBool(value, t_)) return true; in Parse()
79 return FormatString(buffer, size, *t_ ? "true" : "false"); in Format()
86 *t_ = b ? kHandleSignalYes : kHandleSignalNo; in Parse()
91 *t_ = kHandleSignalExclusive; in Parse()
100 uptr num_symbols_should_write = internal_snprintf(buffer, size, "%d", *t_); in Format()
106 *t_ = value; in Parse()
112 return FormatString(buffer, size, *t_); in Format()
118 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
[all …]
/freebsd-13-stable/tools/regression/sockets/unix_cmsg/
HDMakefile27 AUTOSRCS+= t_${ttype}.h t_${ttype}.c
29 t_${ttype}.o: t_${ttype}.c t_${ttype}.h
31 t_${ttype}.c: t_xxxtime.c.in
34 t_${ttype}.h: t_xxxtime.h.in
HDt_xxxtime.c.in37 #include "t_%%TTYPE%%.h"
63 t_%%TTYPE%%_client(int fd)
98 t_%%TTYPE%%_server(int fd1)
156 t_%%TTYPE%%(void)
158 return (t_generic(t_%%TTYPE%%_client, t_%%TTYPE%%_server));
HDt_xxxtime.h.in29 int t_%%TTYPE%%(void);
/freebsd-13-stable/contrib/ngatm/libngatm/
HDsscopcust.h76 #define TIMER_INIT(S,T) (S)->t_##T = NULL
78 if ((S)->t_##T != NULL) { \
79 (S)->funcs->stop_timer((S), (S)->aarg, (S)->t_##T); \
80 (S)->t_##T = NULL; \
84 if ((S)->t_##T != NULL) \
85 (S)->funcs->stop_timer((S), (S)->aarg, (S)->t_##T); \
86 (S)->t_##T = (S)->funcs->start_timer((S), (S)->aarg, \
89 #define TIMER_ISACT(S,T) ((S)->t_##T != NULL)
98 sscop->t_##T = NULL; \
/freebsd-13-stable/contrib/openpam/t/
HDt_openpam_subst.c49 static const char *t_ ## n ## _desc = d; \
50 static int t_ ## n ## _func(OPENPAM_UNUSED(char **desc), \
54 t_add_test(&t_ ## n ## _func, NULL, "%s", t_ ## n ## _desc)
HDt_openpam_dispatch.c50 static const char *t_ ## n ## _desc = d; \
51 static int t_ ## n ## _func(OPENPAM_UNUSED(char **desc), \
55 t_add_test(&t_ ## n ## _func, NULL, "%s", t_ ## n ## _desc)
HDt_openpam_readlinev.c48 static const char *t_ ## n ## _desc = d; \
49 static int t_ ## n ## _func(OPENPAM_UNUSED(char **desc), \
53 t_add_test(&t_ ## n ## _func, NULL, "%s", t_ ## n ## _desc)
HDt_openpam_readword.c47 static const char *t_ ## n ## _desc = d; \
48 static int t_ ## n ## _func(OPENPAM_UNUSED(char **desc), \
52 t_add_test(&t_ ## n ## _func, NULL, "%s", t_ ## n ## _desc)
/freebsd-13-stable/contrib/less/
HDless.hlp38 /_p_a_t_t_e_r_n * Search forward for (_N-th) matching line.
39 ?_p_a_t_t_e_r_n * Search backward for (_N-th) matching line.
49 &_p_a_t_t_e_r_n * Display only matching lines.
79 m_<_l_e_t_t_e_r_> Mark the current top line with <letter>.
80 M_<_l_e_t_t_e_r_> Mark the current bottom line with <letter>.
81 '_<_l_e_t_t_e_r_> Go to a previously marked position.
84 ESC-m_<_l_e_t_t_e_r_> Clear a mark.
179 -p _p_a_t_t_e_r_n . --pattern=[_p_a_t_t_e_r_n]
191 -t _t_a_g .... --tag=[_t_a_g]
193 -T [_t_a_g_s_f_i_l_e] --tag-file=[_t_a_g_s_f_i_l_e]
[all …]
/freebsd-13-stable/crypto/heimdal/lib/gssapi/mech/
HDmech.cat58 _/_e_t_c_/_g_s_s_/_m_e_c_h _/_e_t_c_/_g_s_s_/_q_o_p
11 The _/_e_t_c_/_g_s_s_/_m_e_c_h file contains a list of installed GSS-API security
32 … The _/_e_t_c_/_g_s_s_/_q_o_p file contains a list of Quality of Protection values for
47 This is a typical entry from _/_e_t_c_/_g_s_s_/_m_e_c_h:
51 This is a typical entry from _/_e_t_c_/_g_s_s_/_q_o_p:
/freebsd-13-stable/crypto/libecc/src/examples/sig/rsa/
HDrsa_tests.h69 const rsa_test *t_ = NULL; in perform_rsa_tests() local
72 t_ = tests[i + 1]; in perform_rsa_tests()
73 MUST_HAVE((t_->dP != NULL), ret, err); in perform_rsa_tests()
77 …riv_key(&priv_pq, t->n, (u16)t->nlen, t->d, (u16)t->dlen, t_->p, (u16)t_->plen, t_->q, (u16)t_->ql… in perform_rsa_tests()
/freebsd-13-stable/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
HDaestab.h88 #define t_dec(m, n) t_##m##n
89 #define t_set(m, n) t_##m##n
90 #define t_use(m, n) t_##m##n
/freebsd-13-stable/share/mk/
HDnetbsd-tests.test.mk22 SRCS.$t?= ${t:C/^/t_/:C/_test$//g}.c
31 ATF_TESTS_SH_SRC_$t?= ${t:C/^/t_/:C/_test$//g}.sh
/freebsd-13-stable/sys/netgraph/atm/sscop/
HDng_sscop_cust.h109 #define TIMER_INIT(S, T) ng_callout_init(&(S)->t_##T)
111 ng_uncallout(&(S)->t_##T, (S)->aarg); \
115 ng_callout(&(S)->t_##T, (S)->aarg, NULL, \
118 #define TIMER_ISACT(S, T) (callout_pending(&(S)->t_##T))
/freebsd-13-stable/contrib/googletest/googletest/test/
HDgoogletest-param-test-test.cc531 explicit ConstructFromT(const T& t) : t_(t) {} in ConstructFromT()
534 ConstructFromT(Args&&... args) : t_(std::forward<Args>(args)...) {} in ConstructFromT()
536 bool operator==(const ConstructFromT& other) const { return other.t_ == t_; } in operator ==()
538 const T& get() const { return t_; } in get()
541 T t_; member in ConstructFromT
/freebsd-13-stable/sys/dev/netmap/
HDnetmap.c1993 #define within_sel(p_, t_, i_) \ argument
1994 ((i_) < (p_)->np_qlast[(t_)])
1995 #define nonempty_sel(p_, t_) \ argument
1996 (within_sel((p_), (t_), (p_)->np_qfirst[(t_)]))
1997 #define foreach_selected_ring(p_, t_, i_, kring_) \ argument
1998 for ((t_) = nonempty_sel((p_), NR_RX) ? NR_RX : NR_TX, \
1999 (i_) = (p_)->np_qfirst[(t_)]; \
2000 (t_ == NR_RX || \
2001 (t == NR_TX && within_sel((p_), (t_), (i_)))) && \
2002 ((kring_) = NMR((p_)->np_na, (t_))[(i_)]); \
[all …]
/freebsd-13-stable/contrib/ntp/sntp/libevent/
HDevdns.c982 …ine GET16(x) do { if (j + 2 > length) goto err; memcpy(&t_, packet + j, 2); j += 2; x = ntohs(t_);… in name_parse()
1036 u16 t_; /* used by the macros */ in reply_parse() local
1236 u16 t_; /* used by the macros */ in request_parse() local
1620 u16 t_; in dnsname_to_labels() local
1625 t_ = htons(x); \ in dnsname_to_labels()
1626 memcpy(buf + j, &t_, 2); \ in dnsname_to_labels()
1699 u16 t_; /* used by the macros */ in evdns_request_data_build() local
1912 u16 t_; in evdns_server_request_format_response() local
1971 t_ = htons( (short) (j-name_start) ); in evdns_server_request_format_response()
1972 memcpy(buf+len_idx, &t_, 2); in evdns_server_request_format_response()
/freebsd-13-stable/contrib/libevent/
HDevdns.c982 …ine GET16(x) do { if (j + 2 > length) goto err; memcpy(&t_, packet + j, 2); j += 2; x = ntohs(t_);… in name_parse()
1036 u16 t_; /* used by the macros */ in reply_parse() local
1236 u16 t_; /* used by the macros */ in request_parse() local
1620 u16 t_; in dnsname_to_labels() local
1625 t_ = htons(x); \ in dnsname_to_labels()
1626 memcpy(buf + j, &t_, 2); \ in dnsname_to_labels()
1699 u16 t_; /* used by the macros */ in evdns_request_data_build() local
1912 u16 t_; in evdns_server_request_format_response() local
1971 t_ = htons( (short) (j-name_start) ); in evdns_server_request_format_response()
1972 memcpy(buf+len_idx, &t_, 2); in evdns_server_request_format_response()
/freebsd-13-stable/contrib/llvm-project/libcxx/include/experimental/
HDpropagate_const89 T t_; // exposition only
/freebsd-13-stable/sys/netinet/
HDtcp_log_buf.c1671 #define COPY_STAT_T(f) log_buf->tlb_ ## f = tp->t_ ## f in tcp_log_event_()
/freebsd-13-stable/contrib/atf/
HDNEWS445 the source tree and tests are now suffixed by _test, not prefixed by t_.
/freebsd-13-stable/contrib/ncurses/misc/
HDterminfo.src10458 %p2%tl%em%;\010\E%?%p7%t_%e%?%p4%t\^%eq%;%;,