/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/ |
H A D | u8.h | 8 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 …]
|
H A D | u4.h | 9 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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_flag_parser.h | 46 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_ in Parse() [all...] |
/freebsd/tools/regression/sockets/unix_cmsg/ |
H A D | Makefile | 26 AUTOSRCS+= t_${ttype}.h t_${ttype}.c 28 t_${ttype}.o: t_${ttype}.c t_${ttype}.h 30 t_${ttype}.c: t_xxxtime.c.in 33 t_${ttype}.h: t_xxxtime.h.in
|
H A D | t_xxxtime.c.in | 37 #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));
|
H A D | t_xxxtime.h.in | 29 int t_%%TTYPE%%(void);
|
/freebsd/contrib/openpam/t/ |
H A D | t_openpam_subst.c | 49 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)
|
H A D | t_openpam_dispatch.c | 50 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)
|
H A D | t_openpam_readlinev.c | 48 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)
|
H A D | t_openpam_readword.c | 47 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/contrib/less/ |
H A D | less.hlp | 38 /_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 [all...] |
/freebsd/crypto/heimdal/lib/gssapi/mech/ |
H A D | mech.cat5 | 8 _/_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/contrib/bmake/ |
H A D | bmake.cat1 | 7 bbmmaakkee [--BBeeiikkNNnnqqrrSSssttWWwwXX] [--CC _d_i_r_e_c_t_o_r_y] [--DD _v_a_r_i_a_b_l_e] [--dd _f_l_a_g_s] 8 [--ff _m_a_k_e_f_i_l_e] [--II _d_i_r_e_c_t_o_r_y] [--JJ _p_r_i_v_a_t_e] [--jj _m_a_x___j_o_b_s] 9 [--mm _d_i_r_e_c_t_o_r_y] [--TT _f_i_l_e] [--VV _v_a_r_i_a_b_l_e] [--vv _v_a_r_i_a_b_l_e] 10 [_v_a_r_i_a_b_l_e==_v_a_l_u_e] [_t_a_r_g_e_t ...] 22 _T_u_t_o_r_i_a_l (from 1993). 33 --CC _d_i_r_e_c_t_o_r_y 34 Change to _d_i_r_e_c_t_o_r_y before reading the makefiles or doing 36 interpreted relative to the previous one: --CC _/ --CC _e_t_c is 37 equivalent to --CC _/_e_t_ [all...] |
/freebsd/crypto/libecc/src/examples/sig/rsa/ |
H A D | rsa_tests.h | 69 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/sys/contrib/openzfs/module/icp/asm-x86_64/aes/ |
H A D | aestab.h | 88 #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/share/mk/ |
H A D | netbsd-tests.test.mk | 22 SRCS.$t?= ${t:C/^/t_/:C/_test$//g}.c 31 ATF_TESTS_SH_SRC_$t?= ${t:C/^/t_/:C/_test$//g}.sh
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-param-test-test.cc | 531 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/sys/dev/netmap/ |
H A D | netmap.c | 2032 #define within_sel(p_, t_, i_) \ argument 2033 ((i_) < (p_)->np_qlast[(t_)]) 2034 #define nonempty_sel(p_, t_) \ argument 2035 (within_sel((p_), (t_), (p_)->np_qfirst[(t_)])) 2036 #define foreach_selected_ring(p_, t_, i_, kring_) \ argument 2037 for ((t_) = nonempty_sel((p_), NR_RX) ? NR_RX : NR_TX, \ 2038 (i_) = (p_)->np_qfirst[(t_)]; \ 2039 (t_ == NR_RX || \ 2040 (t == NR_TX && within_sel((p_), (t_), (i_)))) && \ 2041 ((kring_) = NMR((p_)->np_na, (t_))[(i_)]); \ [all …]
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evdns.c | 982 …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/contrib/libevent/ |
H A D | evdns.c | 982 …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/contrib/llvm-project/libcxx/include/experimental/ |
H A D | propagate_const | 89 T t_; // exposition only
|
/freebsd/sys/netinet/ |
H A D | tcp_log_buf.c | 1844 #define COPY_STAT_T(f) log_buf->tlb_ ## f = tp->t_ ## f in tcp_log_event()
|
/freebsd/contrib/atf/ |
H A D | NEWS | 445 the source tree and tests are now suffixed by _test, not prefixed by t_.
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 11429 %p2%tl%em%;\010\E%?%p7%t_%e%?%p4%t\^%eq%;%;,
|