Home
last modified time | relevance | path

Searched refs:tt (Results 26 – 50 of 200) sorted by relevance

12345678

/openbsd/lib/libcrypto/des/
H A Ddes_local.h350 DES_LONG tt; \
351 PERM_OP(r,l,tt, 4,0x0f0f0f0fL); \
352 PERM_OP(l,r,tt,16,0x0000ffffL); \
353 PERM_OP(r,l,tt, 2,0x33333333L); \
354 PERM_OP(l,r,tt, 8,0x00ff00ffL); \
355 PERM_OP(r,l,tt, 1,0x55555555L); \
360 DES_LONG tt; \
361 PERM_OP(l,r,tt, 1,0x55555555L); \
362 PERM_OP(r,l,tt, 8,0x00ff00ffL); \
363 PERM_OP(l,r,tt, 2,0x33333333L); \
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsparc-stub.c448 unsigned char tt; /* Trap type code for SPARClite */ member
470 for (ht = hard_trap_info; ht->tt && ht->signo; ht++) in set_debug_traps()
471 exceptionHandler(ht->tt, trap_low); in set_debug_traps()
507 computeSignal (int tt) in computeSignal() argument
511 for (ht = hard_trap_info; ht->tt && ht->signo; ht++) in computeSignal()
512 if (ht->tt == tt) in computeSignal()
557 int tt; /* Trap type */ in handle_exception() local
592 tt = (registers[TBR] >> 4) & 0xff; in handle_exception()
595 sigval = computeSignal(tt); in handle_exception()
/openbsd/regress/usr.bin/mandoc/mdoc/Lk/
H A Dlink.out_ascii8 …hhttttpp::////wwwwww..ffrreeeebbssdd..oorrgg// _N_e_t_B_S_D: hhttt…
9 hhttttpp::////wwwwww..ooppeennbbssdd..oorrgg//
13 …hhttttpp::////wwwwww..ffrreeeebbssdd..oorrgg// _N_e_t_B_S_D: hhttt…
14 hhttttpp::////wwwwww..ooppeennbbssdd..oorrgg//
H A Dnoarg.out_ascii7 …multiple arguments _t_h_e _b_s_d_._l_v _p_r_o_j_e_c_t: hhttttpp::////wwww…
8 …hhttttpp::////wwwwww..ggnnuu..oorrgg//ssooffttwwaarree//ggrroofff…
9 …hhttttpp::////mmddooccmmll..bbssdd..llvv// one argument hhttttpp::////…
/openbsd/lib/libcrypto/pkcs12/
H A Dp12_asn.c203 .tt = {
214 .tt = {
225 .tt = {
309 .tt = {
320 .tt = {
331 .tt = {
341 .tt = {
352 .tt = {
363 .tt = {
/openbsd/regress/sys/kern/kqueue/
H A Dkqueue-pty.c62 struct termios tt; in pty_rdrw() local
66 ASS((fd = open("/dev/console", O_RDONLY, &tt)) > 0, in pty_rdrw()
68 ASS(tcgetattr(fd, &tt) == 0, in pty_rdrw()
70 cfmakeraw(&tt); in pty_rdrw()
71 tt.c_lflag &= ~ECHO; in pty_rdrw()
72 if (openpty(&massa, &slave, NULL, &tt, NULL) < 0) in pty_rdrw()
/openbsd/sys/dev/pci/drm/include/drm/ttm/
H A Dttm_tt.h129 struct ttm_tt *tt; member
133 static inline bool ttm_tt_is_populated(struct ttm_tt *tt) in ttm_tt_is_populated() argument
135 return tt->page_flags & TTM_TT_FLAG_PRIV_POPULATED; in ttm_tt_is_populated()
237 struct ttm_tt *tt);
/openbsd/bin/ksh/
H A Dsyn.c667 struct tokeninfo const *tt; in initkeywords() local
671 for (tt = tokentab; tt->name; tt++) { in initkeywords()
672 if (tt->reserved) { in initkeywords()
673 p = ktenter(&keywords, tt->name, hash(tt->name)); in initkeywords()
676 p->val.i = tt->val; in initkeywords()
686 struct tokeninfo const *tt; in syntaxerr() local
715 for (tt = tokentab; tt->name; tt++) in syntaxerr()
716 if (tt->val == c) in syntaxerr()
718 if (tt->name) in syntaxerr()
719 s = tt->name; in syntaxerr()
/openbsd/sys/arch/sparc64/fpu/
H A Dfpu_sqrt.c190 u_int bit, q, tt; in fpu_sqrt() local
267 #define t0 tt in fpu_sqrt()
291 #define t1 tt in fpu_sqrt()
322 #define t2 tt in fpu_sqrt()
355 #define t3 tt in fpu_sqrt()
/openbsd/lib/libc/arch/sparc64/fpu/
H A Dfpu_sqrt.c194 u_int bit, q, tt; local
271 #define t0 tt
295 #define t1 tt
326 #define t2 tt
359 #define t3 tt
/openbsd/gnu/llvm/llvm/lib/Support/BLAKE3/
H A Dblake3_avx512.c130 __m128i t0, t1, t2, t3, tt; in compress_pre() local
158 t1 = _mm_blend_epi16(tt, t1, 0xCC); in compress_pre()
162 tt = _mm_blend_epi16(t2, m2, 0xC0); in compress_pre()
166 tt = _mm_unpacklo_epi32(m2, t3); in compress_pre()
181 t1 = _mm_blend_epi16(tt, t1, 0xCC); in compress_pre()
185 tt = _mm_blend_epi16(t2, m2, 0xC0); in compress_pre()
189 tt = _mm_unpacklo_epi32(m2, t3); in compress_pre()
212 tt = _mm_unpacklo_epi32(m2, t3); in compress_pre()
235 tt = _mm_unpacklo_epi32(m2, t3); in compress_pre()
258 tt = _mm_unpacklo_epi32(m2, t3); in compress_pre()
[all …]
/openbsd/libexec/login_token/
H A Dinit.c65 struct token_types *tt; variable
92 tt = &types[i]; in token_init()
114 return (tt->modes & modes[i].value); in token_mode()
/openbsd/gnu/gcc/libgomp/testsuite/libgomp.fortran/
H A Dthreadprivate2.f9021 type tt type
24 end type tt
25 type (tt), save :: baz
H A Dthreadprivate3.f9021 type tt type
24 end type tt
25 type (tt), save :: baz
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dnest13.C14 return (tt); in trump()
19 }*tt; variable
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemclass6.C9 bar(T const &t) : tt(t) {} in bar()
10 T tt; member
H A Dnttp2.C22 TTT<D> tt; in g() local
23 return tt.f(); in g()
/openbsd/gnu/llvm/llvm/docs/_themes/llvm-theme/static/
H A Dllvm-theme.css237 cite, code, tt { selector
243 :not(a.reference) > tt {
249 tt.descname, tt.descclassname, tt.xref {
258 p a tt {
263 p a tt:hover {
267 a tt {
/openbsd/usr.bin/script/
H A Dscript.c87 struct termios tt; variable
136 if (tcgetattr(STDIN_FILENO, &tt) == 0 && in main()
140 if (openpty(&master, &slave, NULL, &tt, &win) == -1) in main()
145 struct termios rtt = tt; in main()
352 (void)tcsetattr(STDIN_FILENO, TCSAFLUSH, &tt); in done()
/openbsd/gnu/llvm/lld/docs/llvm-theme/static/
H A Dllvm.css213 cite, code, tt { selector
220 tt { selector
226 tt.descname, tt.descclassname, tt.xref {
235 a tt {
240 a tt:hover {
/openbsd/sys/dev/pci/drm/ttm/
H A Dttm_tt.c475 iosys_map_set_vaddr(dmap, kmap_local_page_prot(iter_tt->tt->pages[i], in ttm_kmap_iter_tt_map_local()
478 iosys_map_set_vaddr(dmap, kmap_atomic_prot(iter_tt->tt->pages[i], in ttm_kmap_iter_tt_map_local()
508 struct ttm_tt *tt) in ttm_kmap_iter_tt_init() argument
511 iter_tt->tt = tt; in ttm_kmap_iter_tt_init()
512 if (tt) in ttm_kmap_iter_tt_init()
513 iter_tt->prot = ttm_prot_from_caching(tt->caching, PAGE_KERNEL); in ttm_kmap_iter_tt_init()
/openbsd/regress/usr.bin/mandoc/man/BI/
H A Dliteral.out_ascii9 … cchhaarr ** ggeetttteexxtt ((ccoonnsstt cchhaarr ** _m_s_g_i_d));;
10 …cchhaarr ** ddggeetttteexxtt ((ccoonnsstt cchhaarr ** _d_o_m_a_i_n_…
11 …cchhaarr ** ddccggeetttteexxtt ((ccoonnsstt cchhaarr ** _d_o_m_a_i_…
/openbsd/gnu/gcc/fixincludes/
H A Dfixopts.c37 # define _ENV_(vv,mm,nn,tt) "\t" nn " - " tt "\n" in initialize_opts()
/openbsd/lib/libcrypto/asn1/
H A Dasn1_local.h95 ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
97 const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, int nullerr);
187 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
188 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
/openbsd/gnu/usr.bin/perl/t/porting/
H A Dtest_testlist.t19 my (%th, %tt, %all);
33 delete $th{$file} or $tt{$file}++;
38 is(0+keys(%tt), 0, "t/TEST will not test aything that t/harness does not")
39 or print STDERR map { "# tTEST: $_\n" } sort keys %tt;

12345678