Searched refs:tt (Results 1 - 25 of 318) sorted by relevance

1234567891011>>

/netbsd-current/sys/external/bsd/drm2/dist/include/drm/ttm/
H A Dttm_debug.h32 extern void ttm_trace_dma_map(struct device *dev, struct ttm_dma_tt *tt);
33 extern void ttm_trace_dma_unmap(struct device *dev, struct ttm_dma_tt *tt);
/netbsd-current/sys/arch/hppa/stand/common/
H A Dtime.c42 satime_t tt; local
45 tt = 0;
51 tt = ((struct pdc_tod *)pdcbuf)->sec;
53 if (debug && tt < 800000000)
54 printf("getsecs: got %u seconds\n", tt);
58 return tt;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dany-armv8m.s0 tt r0, r1
2 tt r8, r9 label
1 tt r0, r1 label
H A Darchv8m.s9 tt r0, r1 label
10 tt r8, r9 label
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.stabs/
H A Dgdb11479.c33 const struct dummy *tt; local
35 tt = t;
42 struct dummy *tt; local
44 tt = t;
69 struct dummy tt; local
70 tt.x = 5;
71 tt.y = 25;
72 tt.b = 2.5;
73 test2 (&tt);
74 test (&tt);
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.stabs/
H A Dgdb11479.c33 const struct dummy *tt; local
35 tt = t;
42 struct dummy *tt; local
44 tt = t;
69 struct dummy tt; local
70 tt.x = 5;
71 tt.y = 25;
72 tt.b = 2.5;
73 test2 (&tt);
74 test (&tt);
[all...]
/netbsd-current/external/gpl2/lvm2/dist/libdm/regex/
H A Dttree.h25 void *ttree_lookup(struct ttree *tt, unsigned *key);
26 int ttree_insert(struct ttree *tt, unsigned *key, void *data);
H A Dttree.c51 void *ttree_lookup(struct ttree *tt, unsigned *key) argument
53 struct node **c = &tt->root;
54 int count = tt->klen;
74 int ttree_insert(struct ttree *tt, unsigned int *key, void *data) argument
76 struct node **c = &tt->root;
77 int count = tt->klen;
91 if (!(*c = _tree_node(tt->mem, k))) {
109 struct ttree *tt; local
111 if (!(tt = dm_pool_zalloc(mem, sizeof(*tt)))) {
[all...]
/netbsd-current/lib/libc/gen/
H A Dtime.c50 struct timeval tt; local
52 if (gettimeofday(&tt, NULL) == -1)
55 *t = (time_t)tt.tv_sec;
56 return (time_t)tt.tv_sec;
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Detime.c35 GFC_REAL_4 tu, ts, tt, *tp; local
45 tt = tu + ts;
51 tt = (GFC_REAL_4)-1.0;
59 *result = tt;
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Detime.c35 GFC_REAL_4 tu, ts, tt, *tp; local
45 tt = tu + ts;
51 tt = (GFC_REAL_4)-1.0;
59 *result = tt;
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dlog10.c96 mpfr_t t, tt; local
109 mpfr_init2 (tt, Nt);
118 mpfr_log (tt, a, MPFR_RNDN); /* log(a) */
119 mpfr_div (t, tt, t, MPFR_RNDN); /* log(a)/log(10) */
131 && !mpfr_ui_pow_ui (tt, 10, mpfr_get_ui (t, MPFR_RNDN), MPFR_RNDN)
132 && mpfr_equal_p (a, tt))
138 mpfr_set_prec (tt, Nt);
145 mpfr_clear (tt);
H A Dlog2.c98 mpfr_t t, tt; local
111 mpfr_init2 (tt, Nt);
119 mpfr_log(tt,a,MPFR_RNDN); /* log(a) */
120 mpfr_div(t,tt,t,MPFR_RNDN); /* log(a)/log(2) */
130 mpfr_set_prec (tt, Nt);
137 mpfr_clear (tt);
/netbsd-current/sbin/routed/
H A Dradix.c331 struct radix_node *tt = nodes, *t = tt + 1; local
333 t->rn_l = tt; t->rn_off = b >> 3;
334 tt->rn_b = -1; tt->rn_key = (caddr_t)v; tt->rn_p = t;
335 tt->rn_flags = t->rn_flags = RNF_ACTIVE;
337 tt->rn_info = rn_nodenum++; t->rn_info = rn_nodenum++;
338 tt->rn_twin = t; tt
355 struct radix_node *tt; local
497 rn_new_radix_mask(struct radix_node *tt, struct radix_mask *next) argument
526 struct radix_node *t, *x = 0, *tt; local
667 struct radix_node *t, *p, *x, *tt; local
856 struct radix_node *t, *tt, *ttt; local
[all...]
/netbsd-current/sys/net/
H A Dradix.c401 struct radix_node *tt = nodes; local
402 struct radix_node *t = tt + 1;
404 t->rn_l = tt; t->rn_off = b >> 3;
405 tt->rn_b = -1; tt->rn_key = v; tt->rn_p = t;
406 tt->rn_flags = t->rn_flags = RNF_ACTIVE;
419 struct radix_node *tt; local
457 t = rn_newpair(v_arg, b, nodes); tt = t->rn_l;
466 t->rn_r = tt;
572 rn_new_radix_mask( struct radix_node *tt, struct radix_mask *next) argument
603 struct radix_node *t, *x = NULL, *tt; local
760 struct radix_node *t, *p, *x, *tt; local
1083 struct radix_node *tt; local
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dgen.c160 static struct tt { struct
161 struct tt *next;
234 struct tt *tt; local
245 for (tt = types; tt != NULL; tt = tt->next) {
251 if (tt->type != lasttype && subswitch) {
262 if (tt
398 struct tt *tt, *oldtt; local
545 struct tt *tt; local
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dgen.c144 static struct tt { struct
145 struct tt *next;
271 struct tt *tt; local
282 for (tt = types; tt != NULL; tt = tt->next) {
288 if (tt->type != lasttype && subswitch) {
298 if (tt
434 struct tt *tt, *oldtt; local
590 struct tt *tt; local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/des/asm/
H A Dcrypt586.pl150 local($a,$b,$tt,$shift,$mask,$last)=@_;
153 &mov( $tt, $a );
159 &xor( $tt, $a );
163 &xor( $tt, $a );
171 local($l,$r,$tt,$lr)=@_;
173 &R_PERM_OP($l,$r,$tt, 4,"0xf0f0f0f0",$l);
174 &R_PERM_OP($r,$tt,$l,20,"0xfff0000f",$l);
175 &R_PERM_OP($l,$tt,$r,14,"0x33333333",$r);
176 &R_PERM_OP($tt,$r,$l,22,"0x03fc03fc",$r);
177 &R_PERM_OP($l,$r,$tt,
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/des/asm/
H A Dcrypt586.pl149 local($a,$b,$tt,$shift,$mask,$last)=@_;
152 &mov( $tt, $a );
158 &xor( $tt, $a );
162 &xor( $tt, $a );
170 local($l,$r,$tt,$lr)=@_;
172 &R_PERM_OP($l,$r,$tt, 4,"0xf0f0f0f0",$l);
173 &R_PERM_OP($r,$tt,$l,20,"0xfff0000f",$l);
174 &R_PERM_OP($l,$tt,$r,14,"0x33333333",$r);
175 &R_PERM_OP($tt,$r,$l,22,"0x03fc03fc",$r);
176 &R_PERM_OP($l,$r,$tt,
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/mips/
H A Dmdmx.c95 AndQH(signed16 ts, signed16 tt) argument
97 return (signed16)((unsigned16)ts & (unsigned16)tt);
101 AndOB(unsigned8 ts, unsigned8 tt) argument
103 return ts & tt;
107 NorQH(signed16 ts, signed16 tt) argument
109 return (signed16)(((unsigned16)ts | (unsigned16)tt) ^ 0xFFFF);
113 NorOB(unsigned8 ts, unsigned8 tt) argument
115 return (ts | tt) ^ 0xFF;
119 OrQH(signed16 ts, signed16 tt) argument
121 return (signed16)((unsigned16)ts | (unsigned16)tt);
125 OrOB(unsigned8 ts, unsigned8 tt) argument
131 XorQH(signed16 ts, signed16 tt) argument
137 XorOB(unsigned8 ts, unsigned8 tt) argument
143 SLLQH(signed16 ts, signed16 tt) argument
150 SLLOB(unsigned8 ts, unsigned8 tt) argument
157 SRLQH(signed16 ts, signed16 tt) argument
164 SRLOB(unsigned8 ts, unsigned8 tt) argument
174 AddQH(signed16 ts, signed16 tt) argument
181 AddOB(unsigned8 ts, unsigned8 tt) argument
188 SubQH(signed16 ts, signed16 tt) argument
195 SubOB(unsigned8 ts, unsigned8 tt) argument
205 MinQH(signed16 ts, signed16 tt) argument
211 MinOB(unsigned8 ts, unsigned8 tt) argument
217 MaxQH(signed16 ts, signed16 tt) argument
223 MaxOB(unsigned8 ts, unsigned8 tt) argument
229 MulQH(signed16 ts, signed16 tt) argument
236 MulOB(unsigned8 ts, unsigned8 tt) argument
245 MsgnQH(signed16 ts, signed16 tt) argument
258 SRAQH(signed16 ts, signed16 tt) argument
268 AbsDiffOB(unsigned8 ts, unsigned8 tt) argument
274 AvgOB(unsigned8 ts, unsigned8 tt) argument
666 AccAddAQH(signed48 *a, signed16 ts, signed16 tt) argument
672 AccAddLQH(signed48 *a, signed16 ts, signed16 tt) argument
678 AccMulAQH(signed48 *a, signed16 ts, signed16 tt) argument
684 AccMulLQH(signed48 *a, signed16 ts, signed16 tt) argument
690 SubMulAQH(signed48 *a, signed16 ts, signed16 tt) argument
696 SubMulLQH(signed48 *a, signed16 ts, signed16 tt) argument
702 AccSubAQH(signed48 *a, signed16 ts, signed16 tt) argument
708 AccSubLQH(signed48 *a, signed16 ts, signed16 tt) argument
717 AccAddAOB(signed24 *a, unsigned8 ts, unsigned8 tt) argument
723 AccAddLOB(signed24 *a, unsigned8 ts, unsigned8 tt) argument
729 AccMulAOB(signed24 *a, unsigned8 ts, unsigned8 tt) argument
735 AccMulLOB(signed24 *a, unsigned8 ts, unsigned8 tt) argument
741 SubMulAOB(signed24 *a, unsigned8 ts, unsigned8 tt) argument
747 SubMulLOB(signed24 *a, unsigned8 ts, unsigned8 tt) argument
753 AccSubAOB(signed24 *a, unsigned8 ts, unsigned8 tt) argument
759 AccSubLOB(signed24 *a, unsigned8 ts, unsigned8 tt) argument
765 AccAbsDiffOB(signed24 *a, unsigned8 ts, unsigned8 tt) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A Dmdmx.c98 AndQH(int16_t ts, int16_t tt) argument
100 return (int16_t)((uint16_t)ts & (uint16_t)tt);
104 AndOB(uint8_t ts, uint8_t tt) argument
106 return ts & tt;
110 NorQH(int16_t ts, int16_t tt) argument
112 return (int16_t)(((uint16_t)ts | (uint16_t)tt) ^ 0xFFFF);
116 NorOB(uint8_t ts, uint8_t tt) argument
118 return (ts | tt) ^ 0xFF;
122 OrQH(int16_t ts, int16_t tt) argument
124 return (int16_t)((uint16_t)ts | (uint16_t)tt);
128 OrOB(uint8_t ts, uint8_t tt) argument
134 XorQH(int16_t ts, int16_t tt) argument
140 XorOB(uint8_t ts, uint8_t tt) argument
146 SLLQH(int16_t ts, int16_t tt) argument
153 SLLOB(uint8_t ts, uint8_t tt) argument
160 SRLQH(int16_t ts, int16_t tt) argument
167 SRLOB(uint8_t ts, uint8_t tt) argument
177 AddQH(int16_t ts, int16_t tt) argument
184 AddOB(uint8_t ts, uint8_t tt) argument
191 SubQH(int16_t ts, int16_t tt) argument
198 SubOB(uint8_t ts, uint8_t tt) argument
208 MinQH(int16_t ts, int16_t tt) argument
214 MinOB(uint8_t ts, uint8_t tt) argument
220 MaxQH(int16_t ts, int16_t tt) argument
226 MaxOB(uint8_t ts, uint8_t tt) argument
232 MulQH(int16_t ts, int16_t tt) argument
239 MulOB(uint8_t ts, uint8_t tt) argument
248 MsgnQH(int16_t ts, int16_t tt) argument
261 SRAQH(int16_t ts, int16_t tt) argument
271 AbsDiffOB(uint8_t ts, uint8_t tt) argument
277 AvgOB(uint8_t ts, uint8_t tt) argument
669 AccAddAQH(signed48 *a, int16_t ts, int16_t tt) argument
675 AccAddLQH(signed48 *a, int16_t ts, int16_t tt) argument
681 AccMulAQH(signed48 *a, int16_t ts, int16_t tt) argument
687 AccMulLQH(signed48 *a, int16_t ts, int16_t tt) argument
693 SubMulAQH(signed48 *a, int16_t ts, int16_t tt) argument
699 SubMulLQH(signed48 *a, int16_t ts, int16_t tt) argument
705 AccSubAQH(signed48 *a, int16_t ts, int16_t tt) argument
711 AccSubLQH(signed48 *a, int16_t ts, int16_t tt) argument
720 AccAddAOB(signed24 *a, uint8_t ts, uint8_t tt) argument
726 AccAddLOB(signed24 *a, uint8_t ts, uint8_t tt) argument
732 AccMulAOB(signed24 *a, uint8_t ts, uint8_t tt) argument
738 AccMulLOB(signed24 *a, uint8_t ts, uint8_t tt) argument
744 SubMulAOB(signed24 *a, uint8_t ts, uint8_t tt) argument
750 SubMulLOB(signed24 *a, uint8_t ts, uint8_t tt) argument
756 AccSubAOB(signed24 *a, uint8_t ts, uint8_t tt) argument
762 AccSubLOB(signed24 *a, uint8_t ts, uint8_t tt) argument
768 AccAbsDiffOB(signed24 *a, uint8_t ts, uint8_t tt) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dtasn_fre.c30 const ASN1_TEMPLATE *tt = NULL, *seqtt; local
68 tt = it->templates + i;
69 pchval = asn1_get_field_ptr(pval, tt);
70 asn1_template_free(pchval, tt);
101 tt = it->templates + it->tcount;
105 tt--;
106 seqtt = asn1_do_adb(pval, tt, 0);
122 void asn1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
124 int embed = tt->flags & ASN1_TFLG_EMBED;
130 if (tt
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dtasn_fre.c30 const ASN1_TEMPLATE *tt = NULL, *seqtt; local
68 tt = it->templates + i;
69 pchval = ossl_asn1_get_field_ptr(pval, tt);
70 ossl_asn1_template_free(pchval, tt);
101 tt = it->templates + it->tcount;
105 tt--;
106 seqtt = ossl_asn1_do_adb(*pval, tt, 0);
122 void ossl_asn1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
124 int embed = tt->flags & ASN1_TFLG_EMBED;
130 if (tt
[all...]
/netbsd-current/sys/arch/usermode/dev/
H A Dld_thunkbus.c158 struct ld_thunkbus_transfer *tt = &sc->sc_tt; local
163 tt->tt_sc = sc;
164 tt->tt_bp = bp;
166 memset(&tt->tt_aio, 0, sizeof(tt->tt_aio));
167 tt->tt_aio.aio_fildes = sc->sc_fd;
168 tt->tt_aio.aio_buf = bp->b_data;
169 tt->tt_aio.aio_nbytes = bp->b_bcount;
170 tt->tt_aio.aio_offset = offset;
172 tt
204 struct ld_thunkbus_transfer *tt = &sc->sc_tt; local
245 struct ld_thunkbus_transfer *tt = &sc->sc_tt; local
262 struct ld_thunkbus_transfer *tt = &sc->sc_tt; local
[all...]
/netbsd-current/external/historical/nawk/dist/testdir/
H A DREGRESS20 oldawk=$oldawk awk=$awk Compare.tt tt.*
21 echo `ls tt.* | wc -l` tests; echo

Completed in 378 milliseconds

1234567891011>>