Home
last modified time | relevance | path

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

12345678910>>...22

/netbsd-src/sbin/routed/
H A Dradix.c331 struct radix_node *tt = nodes, *t = tt + 1; in rn_newpair() local
333 t->rn_l = tt; t->rn_off = b >> 3; in rn_newpair()
334 tt->rn_b = -1; tt->rn_key = (caddr_t)v; tt->rn_p = t; in rn_newpair()
335 tt->rn_flags = t->rn_flags = RNF_ACTIVE; in rn_newpair()
337 tt->rn_info = rn_nodenum++; t->rn_info = rn_nodenum++; in rn_newpair()
338 tt->rn_twin = t; tt->rn_ybro = rn_clist; rn_clist = tt; in rn_newpair()
355 struct radix_node *tt; in rn_insert() local
392 t = rn_newpair(v_arg, b, nodes); tt = t->rn_l; in rn_insert()
401 t->rn_r = tt; t->rn_l = x; in rn_insert()
408 return (tt); in rn_insert()
[all …]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dgen.c160 static struct tt { struct
161 struct tt *next; argument
234 struct tt *tt; in doswitch() local
245 for (tt = types; tt != NULL; tt = tt->next) { in doswitch()
251 if (tt->type != lasttype && subswitch) { in doswitch()
262 if (tt->rdclass && tt->type != lasttype) { in doswitch()
264 tt->type, csw); in doswitch()
267 if (tt->rdclass == 0) { in doswitch()
269 tt->type, result, function, in doswitch()
270 funname(tt->typebuf, buf1), args); in doswitch()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dgen.c144 static struct tt { struct
145 struct tt *next; argument
285 struct tt *tt; in doswitch()
296 for (tt = types; tt != NULL; tt = tt->next) { in doswitch()
302 if (tt->type != lasttype && subswitch) { in doswitch()
312 if (tt in doswitch()
153 dirbuftt global() argument
271 struct tt *tt; doswitch() local
434 struct tt *tt, *oldtt; add() local
590 struct tt *tt; main() local
[all...]
/netbsd-src/sys/net/
H A Dradix.c401 struct radix_node *tt = nodes; in rn_newpair() local
402 struct radix_node *t = tt + 1; in rn_newpair()
404 t->rn_l = tt; t->rn_off = b >> 3; in rn_newpair()
405 tt->rn_b = -1; tt->rn_key = v; tt->rn_p = t; in rn_newpair()
406 tt->rn_flags = t->rn_flags = RNF_ACTIVE; in rn_newpair()
419 struct radix_node *tt; in rn_insert() local
457 t = rn_newpair(v_arg, b, nodes); tt = t->rn_l; in rn_insert()
466 t->rn_r = tt; t->rn_l = x; in rn_insert()
475 return tt; in rn_insert()
573 struct radix_node *tt, in rn_new_radix_mask() argument
[all …]
/netbsd-src/external/bsd/ntp/dist/html/scripts/
H A Dmanual.txt2 <li class='inline'><a href='ntpd.html'><tt>ntpd</tt> - Network Time Protocol (NTP) daemon</a></li>\
3 <li class='inline'><a href='ntpq.html'><tt>ntpq</tt> - standard NTP query program</a></li>\
4 <li class='inline'><a href='ntpdc.html'><tt>ntpdc</tt> - special NTP query program</a></li>\
5 <li class='inline'><a href='ntpdate.html'><tt>ntpdate</tt> - set the date and time via NTP</a></li>\
6 <li class='inline'><a href='sntp.html'><tt>sntp</tt> - Simple Network Time Protocol (SNTP) client</…
7 <li class='inline'><a href='ntptrace.html'><tt>ntptrace</tt> - trace a chain of NTP servers back to…
8 <li class='inline'><a href='tickadj.html'><tt>tickadj</tt> - set time-related kernel variables</a><…
9 <li class='inline'><a href='ntptime.html'><tt>ntptime</tt> - read and set kernel time variables</a>…
10 <li class='inline'><a href='keygen.html'><tt>ntp-keygen</tt> - generate public and private keys</a>…
11 <li class='inline'><a href='ntpdsim_new.html'><tt>ntpdsim</tt> - Network Time Protocol (NTP) simula…
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ubsan.c42 tree t, tt; in ubsan_instrument_division() local
76 tt = fold_build2 (EQ_EXPR, boolean_type_node, unshare_expr (op1), in ubsan_instrument_division()
80 x = fold_build2 (TRUTH_AND_EXPR, boolean_type_node, x, tt); in ubsan_instrument_division()
94 tt = build_call_expr_loc (loc, builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_instrument_division()
105 tt = builtin_decl_explicit (bcode); in ubsan_instrument_division()
108 tt = build_call_expr_loc (loc, tt, 3, data, ubsan_encode_value (op0), in ubsan_instrument_division()
111 t = fold_build3 (COND_EXPR, void_type_node, t, tt, void_node); in ubsan_instrument_division()
122 tree t, tt = NULL_TREE; in ubsan_instrument_shift() local
156 tt = fold_convert_loc (loc, unsigned_type_for (type0), op0); in ubsan_instrument_shift()
157 tt = fold_build2 (RSHIFT_EXPR, TREE_TYPE (tt), tt, x); in ubsan_instrument_shift()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ubsan.cc42 tree t, tt, x = NULL_TREE; in ubsan_instrument_division() local
75 tt = fold_build2 (EQ_EXPR, boolean_type_node, unshare_expr (op1), in ubsan_instrument_division()
79 x = fold_build2 (TRUTH_AND_EXPR, boolean_type_node, x, tt); in ubsan_instrument_division()
109 tt = build_call_expr_loc (loc, builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_instrument_division()
120 tt = builtin_decl_explicit (bcode); in ubsan_instrument_division()
123 tt = build_call_expr_loc (loc, tt, 3, data, ubsan_encode_value (op0), in ubsan_instrument_division()
138 t = fold_build3 (COND_EXPR, void_type_node, t, tt, x ? x : void_node); in ubsan_instrument_division()
149 tree t, tt = NULL_TREE; in ubsan_instrument_shift() local
183 tt = fold_convert_loc (loc, unsigned_type_for (type0), op0); in ubsan_instrument_shift()
184 tt = fold_build2 (RSHIFT_EXPR, TREE_TYPE (tt), tt, x); in ubsan_instrument_shift()
[all …]
/netbsd-src/sys/arch/usermode/dev/
H A Dld_thunkbus.c158 struct ld_thunkbus_transfer *tt = &sc->sc_tt; in ld_thunkbus_ldstart() local
163 tt->tt_sc = sc; in ld_thunkbus_ldstart()
164 tt->tt_bp = bp; in ld_thunkbus_ldstart()
166 memset(&tt->tt_aio, 0, sizeof(tt->tt_aio)); in ld_thunkbus_ldstart()
167 tt->tt_aio.aio_fildes = sc->sc_fd; in ld_thunkbus_ldstart()
168 tt->tt_aio.aio_buf = bp->b_data; in ld_thunkbus_ldstart()
169 tt->tt_aio.aio_nbytes = bp->b_bcount; in ld_thunkbus_ldstart()
170 tt->tt_aio.aio_offset = offset; in ld_thunkbus_ldstart()
172 tt->tt_aio.aio_sigevent.sigev_notify = SIGEV_SIGNAL; in ld_thunkbus_ldstart()
173 tt->tt_aio.aio_sigevent.sigev_signo = SIGIO; in ld_thunkbus_ldstart()
[all …]
/netbsd-src/external/gpl2/lvm2/dist/libdm/regex/
H A Dttree.c51 void *ttree_lookup(struct ttree *tt, unsigned *key) in ttree_lookup() argument
53 struct node **c = &tt->root; in ttree_lookup()
54 int count = tt->klen; in ttree_lookup()
74 int ttree_insert(struct ttree *tt, unsigned int *key, void *data) in ttree_insert() argument
76 struct node **c = &tt->root; in ttree_insert()
77 int count = tt->klen; in ttree_insert()
91 if (!(*c = _tree_node(tt->mem, k))) { in ttree_insert()
109 struct ttree *tt; in ttree_create() local
111 if (!(tt = dm_pool_zalloc(mem, sizeof(*tt)))) { in ttree_create()
116 tt->klen = klen; in ttree_create()
[all …]
/netbsd-src/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, 9,"0xaaaaaaaa",$r);
[all …]
H A Ddes-586.pl256 local($a,$b,$tt,$shift,$mask,$last)=@_;
259 &mov( $tt, $a );
267 &xor( $tt, $a );
271 &xor( $tt, $a );
279 local($l,$r,$tt,$lr)=@_;
281 &R_PERM_OP($l,$r,$tt, 4,"0xf0f0f0f0",$l);
282 &R_PERM_OP($r,$tt,$l,20,"0xfff0000f",$l);
283 &R_PERM_OP($l,$tt,$r,14,"0x33333333",$r);
284 &R_PERM_OP($tt,$r,$l,22,"0x03fc03fc",$r);
285 &R_PERM_OP($l,$r,$tt, 9,"0xaaaaaaaa",$r);
[all …]
/netbsd-src/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, 9,"0xaaaaaaaa",$r);
[all …]
H A Ddes-586.pl255 local($a,$b,$tt,$shift,$mask,$last)=@_;
258 &mov( $tt, $a );
266 &xor( $tt, $a );
270 &xor( $tt, $a );
278 local($l,$r,$tt,$lr)=@_;
280 &R_PERM_OP($l,$r,$tt, 4,"0xf0f0f0f0",$l);
281 &R_PERM_OP($r,$tt,$l,20,"0xfff0000f",$l);
282 &R_PERM_OP($l,$tt,$r,14,"0x33333333",$r);
283 &R_PERM_OP($tt,$r,$l,22,"0x03fc03fc",$r);
284 &R_PERM_OP($l,$r,$tt, 9,"0xaaaaaaaa",$r);
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dtemplate.c151 unsigned int template_flags = t->tt; in _asn1_decode()
160 switch (t->tt & A1_OP_MASK) { in _asn1_decode()
167 if ((t->tt & A1_OP_MASK) == A1_OP_TYPE) { in _asn1_decode()
174 if (t->tt & A1_FLAG_OPTIONAL) { in _asn1_decode()
180 if ((t->tt & A1_OP_MASK) == A1_OP_TYPE) { in _asn1_decode()
187 if (t->tt & A1_FLAG_OPTIONAL) { in _asn1_decode()
206 ret = der_match_tag_and_length(p, len, A1_TAG_CLASS(t->tt), in _asn1_decode()
207 &dertype, A1_TAG_TAG(t->tt), in _asn1_decode()
210 if (t->tt & A1_FLAG_OPTIONAL) in _asn1_decode()
222 if (dertype != A1_TAG_TYPE(t->tt) && (flags & A1_PF_ALLOW_BER)) { in _asn1_decode()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dtasn_new.c23 static int asn1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
24 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
44 const ASN1_TEMPLATE *tt = NULL; in asn1_item_embed_new() local
135 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in asn1_item_embed_new()
136 pseqval = asn1_get_field_ptr(pval, tt); in asn1_item_embed_new()
137 if (!asn1_template_new(pseqval, tt)) in asn1_item_embed_new()
202 static int asn1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in asn1_template_new() argument
204 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item); in asn1_template_new()
205 int embed = tt->flags & ASN1_TFLG_EMBED; in asn1_template_new()
212 if (tt->flags & ASN1_TFLG_OPTIONAL) { in asn1_template_new()
[all …]
H A Dtasn_fre.c30 const ASN1_TEMPLATE *tt = NULL, *seqtt; in asn1_item_embed_free() local
68 tt = it->templates + i; in asn1_item_embed_free()
69 pchval = asn1_get_field_ptr(pval, tt); in asn1_item_embed_free()
70 asn1_template_free(pchval, tt); in asn1_item_embed_free()
101 tt = it->templates + it->tcount; in asn1_item_embed_free()
105 tt--; in asn1_item_embed_free()
106 seqtt = asn1_do_adb(pval, tt, 0); in asn1_item_embed_free()
122 void asn1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in asn1_template_free() argument
124 int embed = tt->flags & ASN1_TFLG_EMBED; in asn1_template_free()
130 if (tt->flags & ASN1_TFLG_SK_MASK) { in asn1_template_free()
[all …]
H A Dtasn_dec.c49 const ASN1_TEMPLATE *tt, char opt,
53 const ASN1_TEMPLATE *tt, char opt,
140 const ASN1_TEMPLATE *tt, *errtt = NULL; in asn1_item_embed_d2i() local
243 tt = it->templates + i; in asn1_item_embed_d2i()
244 pchptr = asn1_get_field_ptr(pval, tt); in asn1_item_embed_d2i()
245 asn1_template_free(pchptr, tt); in asn1_item_embed_d2i()
254 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_embed_d2i()
255 pchptr = asn1_get_field_ptr(pval, tt); in asn1_item_embed_d2i()
259 ret = asn1_template_ex_d2i(pchptr, &p, len, tt, 1, ctx, depth); in asn1_item_embed_d2i()
270 asn1_template_free(pchptr, tt); in asn1_item_embed_d2i()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dtasn_new.c24 static int asn1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt,
26 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
63 const ASN1_TEMPLATE *tt = NULL; in asn1_item_embed_new() local
149 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in asn1_item_embed_new()
150 pseqval = ossl_asn1_get_field_ptr(pval, tt); in asn1_item_embed_new()
151 if (!asn1_template_new(pseqval, tt, libctx, propq)) in asn1_item_embed_new()
207 static int asn1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, in asn1_template_new() argument
210 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item); in asn1_template_new()
211 int embed = tt->flags & ASN1_TFLG_EMBED; in asn1_template_new()
218 if (tt->flags & ASN1_TFLG_OPTIONAL) { in asn1_template_new()
[all …]
H A Dtasn_dec.c49 const ASN1_TEMPLATE *tt, char opt,
54 const ASN1_TEMPLATE *tt, char opt,
168 const ASN1_TEMPLATE *tt, *errtt = NULL; in asn1_item_embed_d2i() local
282 tt = it->templates + i; in asn1_item_embed_d2i()
283 pchptr = ossl_asn1_get_field_ptr(pval, tt); in asn1_item_embed_d2i()
284 ossl_asn1_template_free(pchptr, tt); in asn1_item_embed_d2i()
293 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_embed_d2i()
294 pchptr = ossl_asn1_get_field_ptr(pval, tt); in asn1_item_embed_d2i()
298 ret = asn1_template_ex_d2i(pchptr, &p, len, tt, 1, ctx, depth, in asn1_item_embed_d2i()
310 ossl_asn1_template_free(pchptr, tt); in asn1_item_embed_d2i()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/des/
H A Ddes_local.h203 register DES_LONG tt; \
204 PERM_OP(r,l,tt, 4,0x0f0f0f0fL); \
205 PERM_OP(l,r,tt,16,0x0000ffffL); \
206 PERM_OP(r,l,tt, 2,0x33333333L); \
207 PERM_OP(l,r,tt, 8,0x00ff00ffL); \
208 PERM_OP(r,l,tt, 1,0x55555555L); \
213 register DES_LONG tt; \
214 PERM_OP(l,r,tt, 1,0x55555555L); \
215 PERM_OP(r,l,tt, 8,0x00ff00ffL); \
216 PERM_OP(l,r,tt, 2,0x33333333L); \
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/des/
H A Ddes_local.h203 register DES_LONG tt; \
204 PERM_OP(r,l,tt, 4,0x0f0f0f0fL); \
205 PERM_OP(l,r,tt,16,0x0000ffffL); \
206 PERM_OP(r,l,tt, 2,0x33333333L); \
207 PERM_OP(l,r,tt, 8,0x00ff00ffL); \
208 PERM_OP(r,l,tt, 1,0x55555555L); \
213 register DES_LONG tt; \
214 PERM_OP(l,r,tt, 1,0x55555555L); \
215 PERM_OP(r,l,tt, 8,0x00ff00ffL); \
216 PERM_OP(l,r,tt, 2,0x33333333L); \
[all …]
/netbsd-src/external/bsd/libbind/dist/isc/
H A Dev_timers.c353 idle_timer *tt; in evSetIdleTimer() local
356 OKNEW(tt); in evSetIdleTimer()
357 tt->func = func; in evSetIdleTimer()
358 tt->uap = uap; in evSetIdleTimer()
359 tt->lastTouched = ctx->lastEventTime; in evSetIdleTimer()
360 tt->max_idle = max_idle; in evSetIdleTimer()
362 if (evSetTimer(opaqueCtx, idle_timeout, tt, in evSetIdleTimer()
365 FREE(tt); in evSetIdleTimer()
369 tt->timer = opaqueID->opaque; in evSetIdleTimer()
377 idle_timer *tt = del->uap; in evClearIdleTimer() local
[all …]
/netbsd-src/lib/libc/isc/
H A Dev_timers.c370 idle_timer *tt; in evSetIdleTimer() local
373 OKNEW(tt); in evSetIdleTimer()
374 tt->func = func; in evSetIdleTimer()
375 tt->uap = uap; in evSetIdleTimer()
376 tt->lastTouched = ctx->lastEventTime; in evSetIdleTimer()
377 tt->max_idle = max_idle; in evSetIdleTimer()
379 if (evSetTimer(opaqueCtx, idle_timeout, tt, in evSetIdleTimer()
382 FREE(tt); in evSetIdleTimer()
386 tt->timer = opaqueID->opaque; in evSetIdleTimer()
394 idle_timer *tt = del->uap; in evClearIdleTimer() local
[all …]
/netbsd-src/sys/arch/hppa/stand/common/
H A Dtime.c42 satime_t tt; in getsecs() local
45 tt = 0; in getsecs()
51 tt = ((struct pdc_tod *)pdcbuf)->sec; in getsecs()
53 if (debug && tt < 800000000) in getsecs()
54 printf("getsecs: got %u seconds\n", tt); in getsecs()
58 return tt; in getsecs()
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dlog10.c96 mpfr_t t, tt; in mpfr_log10() local
109 mpfr_init2 (tt, Nt); in mpfr_log10()
118 mpfr_log (tt, a, MPFR_RNDN); /* log(a) */ in mpfr_log10()
119 mpfr_div (t, tt, t, MPFR_RNDN); /* log(a)/log(10) */ in mpfr_log10()
131 && !mpfr_ui_pow_ui (tt, 10, mpfr_get_ui (t, MPFR_RNDN), MPFR_RNDN) in mpfr_log10()
132 && mpfr_equal_p (a, tt)) in mpfr_log10()
138 mpfr_set_prec (tt, Nt); in mpfr_log10()
145 mpfr_clear (tt); in mpfr_log10()

12345678910>>...22