Symbol: tt
crypto/heimdal/lib/asn1/asn1-template.h
92
uint32_t tt;
crypto/heimdal/lib/asn1/asn1parse.c
2814
new_type (Typetype tt)
crypto/heimdal/lib/asn1/asn1parse.c
2817
t->type = tt;
crypto/heimdal/lib/asn1/asn1parse.y
991
new_type (Typetype tt)
crypto/heimdal/lib/asn1/asn1parse.y
994
t->type = tt;
crypto/heimdal/lib/asn1/gen_decode.c
570
const Type *tt = m->type;
crypto/heimdal/lib/asn1/gen_decode.c
581
find_tag(tt, &cl, &ty, &tag);
crypto/heimdal/lib/asn1/gen_template.c
238
char *tt;
crypto/heimdal/lib/asn1/gen_template.c
356
ret = strcmp(t->tt, q->tt);
crypto/heimdal/lib/asn1/gen_template.c
414
char *tt = NULL;
crypto/heimdal/lib/asn1/gen_template.c
417
if (vasprintf(&tt, ttfmt, ap) < 0 || tt == NULL)
crypto/heimdal/lib/asn1/gen_template.c
421
q = add_line(t, "{ %s, %s, asn1_%s }", tt, offset, ptr);
crypto/heimdal/lib/asn1/gen_template.c
422
q->tt = tt;
crypto/heimdal/lib/asn1/template.c
1007
if (t->tt & A1_FLAG_OPTIONAL) {
crypto/heimdal/lib/asn1/template.c
1024
if (t->tt & A1_FLAG_OPTIONAL) {
crypto/heimdal/lib/asn1/template.c
1075
ret = der_copy_octet_string(DPOC(from, choice->tt), DPO(to, choice->tt));
crypto/heimdal/lib/asn1/template.c
159
unsigned int template_flags = t->tt;
crypto/heimdal/lib/asn1/template.c
168
switch (t->tt & A1_OP_MASK) {
crypto/heimdal/lib/asn1/template.c
175
if ((t->tt & A1_OP_MASK) == A1_OP_TYPE) {
crypto/heimdal/lib/asn1/template.c
182
if (t->tt & A1_FLAG_OPTIONAL) {
crypto/heimdal/lib/asn1/template.c
188
if ((t->tt & A1_OP_MASK) == A1_OP_TYPE) {
crypto/heimdal/lib/asn1/template.c
195
if (t->tt & A1_FLAG_OPTIONAL) {
crypto/heimdal/lib/asn1/template.c
214
ret = der_match_tag_and_length(p, len, A1_TAG_CLASS(t->tt),
crypto/heimdal/lib/asn1/template.c
215
&dertype, A1_TAG_TAG(t->tt),
crypto/heimdal/lib/asn1/template.c
218
if (t->tt & A1_FLAG_OPTIONAL)
crypto/heimdal/lib/asn1/template.c
230
if (dertype != A1_TAG_TYPE(t->tt) && (flags & A1_PF_ALLOW_BER)) {
crypto/heimdal/lib/asn1/template.c
234
if (((subtype->tt & A1_OP_MASK) == A1_OP_PARSE) &&
crypto/heimdal/lib/asn1/template.c
235
A1_PARSE_TYPE(subtype->tt) == A1T_OCTET_STRING)
crypto/heimdal/lib/asn1/template.c
253
if (t->tt & A1_FLAG_OPTIONAL) {
crypto/heimdal/lib/asn1/template.c
294
unsigned int type = A1_PARSE_TYPE(t->tt);
crypto/heimdal/lib/asn1/template.c
396
if (choice->tt == 0)
crypto/heimdal/lib/asn1/template.c
401
DPO(data, choice->tt), &datalen);
crypto/heimdal/lib/asn1/template.c
453
switch (t->tt & A1_OP_MASK) {
crypto/heimdal/lib/asn1/template.c
459
if (t->tt & A1_FLAG_OPTIONAL) {
crypto/heimdal/lib/asn1/template.c
466
if ((t->tt & A1_OP_MASK) == A1_OP_TYPE) {
crypto/heimdal/lib/asn1/template.c
485
if (t->tt & A1_FLAG_OPTIONAL) {
crypto/heimdal/lib/asn1/template.c
501
A1_TAG_CLASS(t->tt),
crypto/heimdal/lib/asn1/template.c
502
A1_TAG_TYPE(t->tt),
crypto/heimdal/lib/asn1/template.c
503
A1_TAG_TAG(t->tt), &l);
crypto/heimdal/lib/asn1/template.c
514
unsigned int type = A1_PARSE_TYPE(t->tt);
crypto/heimdal/lib/asn1/template.c
623
int rfc1510 = (bmember->tt & A1_HBF_RFC1510);
crypto/heimdal/lib/asn1/template.c
675
DPOC(data, choice->tt), &datalen);
crypto/heimdal/lib/asn1/template.c
708
switch (t->tt & A1_OP_MASK) {
crypto/heimdal/lib/asn1/template.c
713
if (t->tt & A1_FLAG_OPTIONAL) {
crypto/heimdal/lib/asn1/template.c
720
if ((t->tt & A1_OP_MASK) == A1_OP_TYPE) {
crypto/heimdal/lib/asn1/template.c
734
if (t->tt & A1_FLAG_OPTIONAL) {
crypto/heimdal/lib/asn1/template.c
743
ret += der_length_tag(A1_TAG_TAG(t->tt)) + der_length_len(datalen);
crypto/heimdal/lib/asn1/template.c
749
unsigned int type = A1_PARSE_TYPE(t->tt);
crypto/heimdal/lib/asn1/template.c
777
int rfc1510 = (bmember->tt & A1_HBF_RFC1510);
crypto/heimdal/lib/asn1/template.c
805
ret += der_length_octet_string(DPOC(data, choice->tt));
crypto/heimdal/lib/asn1/template.c
827
if (t->tt & A1_HF_PRESERVE)
crypto/heimdal/lib/asn1/template.c
833
switch (t->tt & A1_OP_MASK) {
crypto/heimdal/lib/asn1/template.c
838
if (t->tt & A1_FLAG_OPTIONAL) {
crypto/heimdal/lib/asn1/template.c
845
if ((t->tt & A1_OP_MASK) == A1_OP_TYPE) {
crypto/heimdal/lib/asn1/template.c
851
if (t->tt & A1_FLAG_OPTIONAL)
crypto/heimdal/lib/asn1/template.c
857
unsigned int type = A1_PARSE_TYPE(t->tt);
crypto/heimdal/lib/asn1/template.c
870
if (t->tt & A1_FLAG_OPTIONAL) {
crypto/heimdal/lib/asn1/template.c
879
if (t->tt & A1_FLAG_OPTIONAL)
crypto/heimdal/lib/asn1/template.c
911
der_free_octet_string(DPO(data, choice->tt));
crypto/heimdal/lib/asn1/template.c
932
int preserve = (t->tt & A1_HF_PRESERVE);
crypto/heimdal/lib/asn1/template.c
943
switch (t->tt & A1_OP_MASK) {
crypto/heimdal/lib/asn1/template.c
951
if ((t->tt & A1_OP_MASK) == A1_OP_TYPE) {
crypto/heimdal/lib/asn1/template.c
958
if (t->tt & A1_FLAG_OPTIONAL) {
crypto/heimdal/lib/asn1/template.c
969
if ((t->tt & A1_OP_MASK) == A1_OP_TYPE) {
crypto/heimdal/lib/asn1/template.c
977
if (t->tt & A1_FLAG_OPTIONAL) {
crypto/heimdal/lib/asn1/template.c
986
unsigned int type = A1_PARSE_TYPE(t->tt);
crypto/heimdal/lib/roken/resolve.c
664
struct rk_resource_record **ee, **tt;
crypto/heimdal/lib/roken/resolve.c
667
for(sum = 0, tt = ss; tt < srvs + num_srv; tt++) {
crypto/heimdal/lib/roken/resolve.c
668
assert(*tt != NULL);
crypto/heimdal/lib/roken/resolve.c
669
if((*tt)->u.srv->priority != (*ss)->u.srv->priority)
crypto/heimdal/lib/roken/resolve.c
671
sum += (*tt)->u.srv->weight;
crypto/heimdal/lib/roken/resolve.c
673
ee = tt;
crypto/heimdal/lib/roken/resolve.c
678
for(count = 0, tt = ss; ; tt++) {
crypto/heimdal/lib/roken/resolve.c
679
if(*tt == NULL)
crypto/heimdal/lib/roken/resolve.c
681
count += (*tt)->u.srv->weight;
crypto/heimdal/lib/roken/resolve.c
686
assert(tt < ee);
crypto/heimdal/lib/roken/resolve.c
690
(*tt)->next = *headp;
crypto/heimdal/lib/roken/resolve.c
691
*headp = *tt;
crypto/heimdal/lib/roken/resolve.c
692
headp = &(*tt)->next;
crypto/heimdal/lib/roken/resolve.c
693
sum -= (*tt)->u.srv->weight;
crypto/heimdal/lib/roken/resolve.c
694
*tt = NULL;
crypto/libecc/src/hash/ripemd160.c
121
u32 tt;
crypto/libecc/src/hash/ripemd160.c
169
tt = (ctx->ripemd160_state[1] + cl + dr);
crypto/libecc/src/hash/ripemd160.c
174
ctx->ripemd160_state[0] = tt;
crypto/openssh/misc.c
2477
time_t tt;
crypto/openssh/misc.c
2521
if ((tt = timegm(&tm)) < 0)
crypto/openssh/misc.c
2524
if ((tt = mktime(&tm)) < 0)
crypto/openssh/misc.c
2528
*tp = (uint64_t)tt;
crypto/openssh/misc.c
2535
time_t tt = t > SSH_TIME_T_MAX ? SSH_TIME_T_MAX : t;
crypto/openssh/misc.c
2538
if (localtime_r(&tt, &tm) == NULL)
crypto/openssl/crypto/asn1/asn1_local.h
26
const ASN1_TEMPLATE *tt;
crypto/openssl/crypto/asn1/asn1_local.h
58
ASN1_VALUE **ossl_asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
crypto/openssl/crypto/asn1/asn1_local.h
60
const ASN1_TEMPLATE *tt);
crypto/openssl/crypto/asn1/asn1_local.h
63
const ASN1_TEMPLATE *tt,
crypto/openssl/crypto/asn1/asn1_local.h
77
void ossl_asn1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
crypto/openssl/crypto/asn1/tasn_dec.c
194
const ASN1_TEMPLATE *tt, *errtt = NULL;
crypto/openssl/crypto/asn1/tasn_dec.c
308
tt = it->templates + i;
crypto/openssl/crypto/asn1/tasn_dec.c
309
pchptr = ossl_asn1_get_field_ptr(pval, tt);
crypto/openssl/crypto/asn1/tasn_dec.c
310
ossl_asn1_template_free(pchptr, tt);
crypto/openssl/crypto/asn1/tasn_dec.c
319
for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
crypto/openssl/crypto/asn1/tasn_dec.c
320
pchptr = ossl_asn1_get_field_ptr(pval, tt);
crypto/openssl/crypto/asn1/tasn_dec.c
324
ret = asn1_template_ex_d2i(pchptr, &p, len, tt, 1, ctx, depth,
crypto/openssl/crypto/asn1/tasn_dec.c
336
ossl_asn1_template_free(pchptr, tt);
crypto/openssl/crypto/asn1/tasn_dec.c
337
errtt = tt;
crypto/openssl/crypto/asn1/tasn_dec.c
401
for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
crypto/openssl/crypto/asn1/tasn_dec.c
402
if (tt->flags & ASN1_TFLG_ADB_MASK) {
crypto/openssl/crypto/asn1/tasn_dec.c
405
seqtt = ossl_asn1_do_adb(*pval, tt, 0);
crypto/openssl/crypto/asn1/tasn_dec.c
414
for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
crypto/openssl/crypto/asn1/tasn_dec.c
417
seqtt = ossl_asn1_do_adb(*pval, tt, 1);
crypto/openssl/crypto/asn1/tasn_dec.c
44
const ASN1_TEMPLATE *tt, char opt,
crypto/openssl/crypto/asn1/tasn_dec.c
480
for (; i < it->tcount; tt++, i++) {
crypto/openssl/crypto/asn1/tasn_dec.c
482
seqtt = ossl_asn1_do_adb(*pval, tt, 1);
crypto/openssl/crypto/asn1/tasn_dec.c
49
const ASN1_TEMPLATE *tt, char opt,
crypto/openssl/crypto/asn1/tasn_dec.c
524
const ASN1_TEMPLATE *tt, char opt,
crypto/openssl/crypto/asn1/tasn_dec.c
535
flags = tt->flags;
crypto/openssl/crypto/asn1/tasn_dec.c
548
&p, inlen, tt->tag, aclass, opt, ctx);
crypto/openssl/crypto/asn1/tasn_dec.c
560
ret = asn1_template_noexp_d2i(val, &p, len, tt, 0, ctx, depth, libctx,
crypto/openssl/crypto/asn1/tasn_dec.c
584
return asn1_template_noexp_d2i(val, in, inlen, tt, opt, ctx, depth,
crypto/openssl/crypto/asn1/tasn_dec.c
596
const ASN1_TEMPLATE *tt, char opt,
crypto/openssl/crypto/asn1/tasn_dec.c
606
flags = tt->flags;
crypto/openssl/crypto/asn1/tasn_dec.c
615
if (tt->flags & ASN1_TFLG_EMBED) {
crypto/openssl/crypto/asn1/tasn_dec.c
626
sktag = tt->tag;
crypto/openssl/crypto/asn1/tasn_dec.c
653
ASN1_item_ex_free(&vtmp, ASN1_ITEM_ptr(tt->item));
crypto/openssl/crypto/asn1/tasn_dec.c
678
ASN1_ITEM_ptr(tt->item), -1, 0, 0, ctx,
crypto/openssl/crypto/asn1/tasn_dec.c
683
ASN1_item_free(skfield, ASN1_ITEM_ptr(tt->item));
crypto/openssl/crypto/asn1/tasn_dec.c
689
ASN1_item_free(skfield, ASN1_ITEM_ptr(tt->item));
crypto/openssl/crypto/asn1/tasn_dec.c
700
ASN1_ITEM_ptr(tt->item), tt->tag, aclass, opt,
crypto/openssl/crypto/asn1/tasn_dec.c
709
ret = asn1_item_embed_d2i(val, &p, len, ASN1_ITEM_ptr(tt->item),
crypto/openssl/crypto/asn1/tasn_enc.c
172
for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
crypto/openssl/crypto/asn1/tasn_enc.c
176
seqtt = ossl_asn1_do_adb(*pval, tt, 1);
crypto/openssl/crypto/asn1/tasn_enc.c
191
for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
crypto/openssl/crypto/asn1/tasn_enc.c
194
seqtt = ossl_asn1_do_adb(*pval, tt, 1);
crypto/openssl/crypto/asn1/tasn_enc.c
214
const ASN1_TEMPLATE *tt, int tag, int iclass)
crypto/openssl/crypto/asn1/tasn_enc.c
216
const int flags = tt->flags;
crypto/openssl/crypto/asn1/tasn_enc.c
241
ttag = tt->tag;
crypto/openssl/crypto/asn1/tasn_enc.c
26
const ASN1_TEMPLATE *tt, int tag, int aclass);
crypto/openssl/crypto/asn1/tasn_enc.c
304
len = ASN1_item_ex_i2d(&skitem, NULL, ASN1_ITEM_ptr(tt->item),
crypto/openssl/crypto/asn1/tasn_enc.c
308
if (len == 0 && (tt->flags & ASN1_TFLG_OPTIONAL) == 0) {
crypto/openssl/crypto/asn1/tasn_enc.c
333
asn1_set_seq_out(sk, out, skcontlen, ASN1_ITEM_ptr(tt->item),
crypto/openssl/crypto/asn1/tasn_enc.c
347
i = ASN1_item_ex_i2d(pval, NULL, ASN1_ITEM_ptr(tt->item), -1, iclass);
crypto/openssl/crypto/asn1/tasn_enc.c
349
if ((tt->flags & ASN1_TFLG_OPTIONAL) == 0) {
crypto/openssl/crypto/asn1/tasn_enc.c
360
ASN1_item_ex_i2d(pval, out, ASN1_ITEM_ptr(tt->item), -1, iclass);
crypto/openssl/crypto/asn1/tasn_enc.c
368
len = ASN1_item_ex_i2d(pval, out, ASN1_ITEM_ptr(tt->item),
crypto/openssl/crypto/asn1/tasn_enc.c
370
if (len == 0 && (tt->flags & ASN1_TFLG_OPTIONAL) == 0) {
crypto/openssl/crypto/asn1/tasn_enc.c
84
const ASN1_TEMPLATE *tt = NULL;
crypto/openssl/crypto/asn1/tasn_fre.c
105
tt = it->templates + it->tcount;
crypto/openssl/crypto/asn1/tasn_fre.c
109
tt--;
crypto/openssl/crypto/asn1/tasn_fre.c
110
seqtt = ossl_asn1_do_adb(*pval, tt, 0);
crypto/openssl/crypto/asn1/tasn_fre.c
126
void ossl_asn1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
crypto/openssl/crypto/asn1/tasn_fre.c
128
int embed = tt->flags & ASN1_TFLG_EMBED;
crypto/openssl/crypto/asn1/tasn_fre.c
134
if (tt->flags & ASN1_TFLG_SK_MASK) {
crypto/openssl/crypto/asn1/tasn_fre.c
141
ossl_asn1_item_embed_free(&vtmp, ASN1_ITEM_ptr(tt->item), embed);
crypto/openssl/crypto/asn1/tasn_fre.c
146
ossl_asn1_item_embed_free(pval, ASN1_ITEM_ptr(tt->item), embed);
crypto/openssl/crypto/asn1/tasn_fre.c
30
const ASN1_TEMPLATE *tt = NULL, *seqtt;
crypto/openssl/crypto/asn1/tasn_fre.c
68
tt = it->templates + i;
crypto/openssl/crypto/asn1/tasn_fre.c
69
pchval = ossl_asn1_get_field_ptr(pval, tt);
crypto/openssl/crypto/asn1/tasn_fre.c
70
ossl_asn1_template_free(pchval, tt);
crypto/openssl/crypto/asn1/tasn_new.c
148
for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
crypto/openssl/crypto/asn1/tasn_new.c
149
pseqval = ossl_asn1_get_field_ptr(pval, tt);
crypto/openssl/crypto/asn1/tasn_new.c
150
if (!asn1_template_new(pseqval, tt, libctx, propq))
crypto/openssl/crypto/asn1/tasn_new.c
205
static int asn1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt,
crypto/openssl/crypto/asn1/tasn_new.c
208
const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
crypto/openssl/crypto/asn1/tasn_new.c
209
int embed = tt->flags & ASN1_TFLG_EMBED;
crypto/openssl/crypto/asn1/tasn_new.c
216
if (tt->flags & ASN1_TFLG_OPTIONAL) {
crypto/openssl/crypto/asn1/tasn_new.c
217
asn1_template_clear(pval, tt);
crypto/openssl/crypto/asn1/tasn_new.c
222
if (tt->flags & ASN1_TFLG_ADB_MASK) {
crypto/openssl/crypto/asn1/tasn_new.c
227
if (tt->flags & ASN1_TFLG_SK_MASK) {
crypto/openssl/crypto/asn1/tasn_new.c
24
static int asn1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt,
crypto/openssl/crypto/asn1/tasn_new.c
245
static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
crypto/openssl/crypto/asn1/tasn_new.c
248
if (tt->flags & (ASN1_TFLG_ADB_MASK | ASN1_TFLG_SK_MASK))
crypto/openssl/crypto/asn1/tasn_new.c
251
asn1_item_clear(pval, ASN1_ITEM_ptr(tt->item));
crypto/openssl/crypto/asn1/tasn_new.c
26
static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
crypto/openssl/crypto/asn1/tasn_new.c
62
const ASN1_TEMPLATE *tt = NULL;
crypto/openssl/crypto/asn1/tasn_prn.c
108
const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx);
crypto/openssl/crypto/asn1/tasn_prn.c
137
const ASN1_TEMPLATE *tt;
crypto/openssl/crypto/asn1/tasn_prn.c
203
tt = it->templates + i;
crypto/openssl/crypto/asn1/tasn_prn.c
204
tmpfld = ossl_asn1_get_const_field_ptr(fld, tt);
crypto/openssl/crypto/asn1/tasn_prn.c
205
if (!asn1_template_print_ctx(out, tmpfld, indent, tt, pctx))
crypto/openssl/crypto/asn1/tasn_prn.c
232
for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
crypto/openssl/crypto/asn1/tasn_prn.c
234
seqtt = ossl_asn1_do_adb(*fld, tt, 1);
crypto/openssl/crypto/asn1/tasn_prn.c
263
const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx)
crypto/openssl/crypto/asn1/tasn_prn.c
268
flags = tt->flags;
crypto/openssl/crypto/asn1/tasn_prn.c
270
sname = ASN1_ITEM_ptr(tt->item)->sname;
crypto/openssl/crypto/asn1/tasn_prn.c
276
fname = tt->field_name;
crypto/openssl/crypto/asn1/tasn_prn.c
300
indent, "", tname, tt->field_name)
crypto/openssl/crypto/asn1/tasn_prn.c
313
ASN1_ITEM_ptr(tt->item), NULL, NULL, 1,
crypto/openssl/crypto/asn1/tasn_prn.c
325
return asn1_item_print_ctx(out, fld, indent, ASN1_ITEM_ptr(tt->item),
crypto/openssl/crypto/asn1/tasn_scn.c
47
return p->tt;
crypto/openssl/crypto/asn1/tasn_utl.c
201
ASN1_VALUE **ossl_asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
crypto/openssl/crypto/asn1/tasn_utl.c
203
ASN1_VALUE **pvaltmp = offset2ptr(*pval, tt->offset);
crypto/openssl/crypto/asn1/tasn_utl.c
214
const ASN1_TEMPLATE *tt)
crypto/openssl/crypto/asn1/tasn_utl.c
216
return offset2ptr(*pval, tt->offset);
crypto/openssl/crypto/asn1/tasn_utl.c
225
const ASN1_TEMPLATE *tt,
crypto/openssl/crypto/asn1/tasn_utl.c
234
if ((tt->flags & ASN1_TFLG_ADB_MASK) == 0)
crypto/openssl/crypto/asn1/tasn_utl.c
235
return tt;
crypto/openssl/crypto/asn1/tasn_utl.c
238
adb = ASN1_ADB_ptr(tt->item);
crypto/openssl/crypto/asn1/tasn_utl.c
254
if ((tt->flags & ASN1_TFLG_ADB_OID) != 0)
crypto/openssl/crypto/asn1/tasn_utl.c
274
return &atbl->tt;
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
341
BN_ULONG lo, hi, tt; \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
344
tt = hi + ((c0 < lo) ? 1 : 0); \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
345
c1 += tt; \
crypto/openssl/crypto/bn/asm/x86_64-gcc.c
346
c2 += (c1 < tt) ? 1 : 0; \
crypto/openssl/crypto/bn/bn_asm.c
462
BN_ULLONG tt = t + c0; /* no carry */ \
crypto/openssl/crypto/bn/bn_asm.c
463
c0 = (BN_ULONG)Lw(tt); \
crypto/openssl/crypto/bn/bn_asm.c
464
hi = (BN_ULONG)Hw(tt); \
crypto/openssl/crypto/bn/bn_asm.c
507
BN_ULONG lo, hi, tt; \
crypto/openssl/crypto/bn/bn_asm.c
510
tt = hi + (c0 < lo); \
crypto/openssl/crypto/bn/bn_asm.c
511
c1 += tt; \
crypto/openssl/crypto/bn/bn_asm.c
512
c2 += (c1 < tt); \
crypto/openssl/crypto/bn/bn_asm.c
551
BN_ULONG ta = (a), tb = (b), tt; \
crypto/openssl/crypto/bn/bn_asm.c
555
tt = hi + (c0 < lo); \
crypto/openssl/crypto/bn/bn_asm.c
556
c1 += tt; \
crypto/openssl/crypto/bn/bn_asm.c
557
c2 += (c1 < tt); \
crypto/openssl/crypto/bn/bn_asm.c
596
BN_ULONG tt; \
crypto/openssl/crypto/bn/bn_asm.c
600
tt = hi; \
crypto/openssl/crypto/bn/bn_asm.c
602
tt += (c0 < lo); \
crypto/openssl/crypto/bn/bn_asm.c
603
c1 = (c1 + tt) & BN_MASK2; \
crypto/openssl/crypto/bn/bn_asm.c
604
c2 += (c1 < tt); \
crypto/openssl/crypto/cms/cms_sd.c
581
ASN1_TIME *tt;
crypto/openssl/crypto/cms/cms_sd.c
585
tt = t;
crypto/openssl/crypto/cms/cms_sd.c
587
tt = X509_gmtime_adj(NULL, 0);
crypto/openssl/crypto/cms/cms_sd.c
589
if (tt == NULL) {
crypto/openssl/crypto/cms/cms_sd.c
595
tt->type, tt, -1)
crypto/openssl/crypto/cms/cms_sd.c
604
ASN1_TIME_free(tt);
crypto/openssl/crypto/des/des_local.h
222
register DES_LONG tt; \
crypto/openssl/crypto/des/des_local.h
223
PERM_OP(r, l, tt, 4, 0x0f0f0f0fL); \
crypto/openssl/crypto/des/des_local.h
224
PERM_OP(l, r, tt, 16, 0x0000ffffL); \
crypto/openssl/crypto/des/des_local.h
225
PERM_OP(r, l, tt, 2, 0x33333333L); \
crypto/openssl/crypto/des/des_local.h
226
PERM_OP(l, r, tt, 8, 0x00ff00ffL); \
crypto/openssl/crypto/des/des_local.h
227
PERM_OP(r, l, tt, 1, 0x55555555L); \
crypto/openssl/crypto/des/des_local.h
232
register DES_LONG tt; \
crypto/openssl/crypto/des/des_local.h
233
PERM_OP(l, r, tt, 1, 0x55555555L); \
crypto/openssl/crypto/des/des_local.h
234
PERM_OP(r, l, tt, 8, 0x00ff00ffL); \
crypto/openssl/crypto/des/des_local.h
235
PERM_OP(l, r, tt, 2, 0x33333333L); \
crypto/openssl/crypto/des/des_local.h
236
PERM_OP(r, l, tt, 16, 0x0000ffffL); \
crypto/openssl/crypto/des/des_local.h
237
PERM_OP(l, r, tt, 4, 0x0f0f0f0fL); \
crypto/openssl/crypto/objects/obj_xref.c
209
static void sid_free(nid_triple *tt)
crypto/openssl/crypto/objects/obj_xref.c
211
OPENSSL_free(tt);
crypto/openssl/include/openssl/asn1t.h
506
const ASN1_TEMPLATE tt; /* item for this value */
crypto/openssl/test/evp_test.c
4872
const EVP_TEST_METHOD **tt;
crypto/openssl/test/evp_test.c
4874
for (tt = evp_test_list; *tt; tt++) {
crypto/openssl/test/evp_test.c
4875
if (strcmp(name, (*tt)->name) == 0)
crypto/openssl/test/evp_test.c
4876
return *tt;
lib/libc/gen/time.c
38
struct timespec tt;
lib/libc/gen/time.c
41
if (clock_gettime(CLOCK_SECOND, &tt) < 0)
lib/libc/gen/time.c
44
retval = tt.tv_sec;
lib/libc/isc/ev_timers.c
362
idle_timer *tt;
lib/libc/isc/ev_timers.c
365
OKNEW(tt);
lib/libc/isc/ev_timers.c
366
tt->func = func;
lib/libc/isc/ev_timers.c
367
tt->uap = uap;
lib/libc/isc/ev_timers.c
368
tt->lastTouched = ctx->lastEventTime;
lib/libc/isc/ev_timers.c
369
tt->max_idle = max_idle;
lib/libc/isc/ev_timers.c
371
if (evSetTimer(opaqueCtx, idle_timeout, tt,
lib/libc/isc/ev_timers.c
374
FREE(tt);
lib/libc/isc/ev_timers.c
378
tt->timer = opaqueID->opaque;
lib/libc/isc/ev_timers.c
386
idle_timer *tt = del->uap;
lib/libc/isc/ev_timers.c
388
FREE(tt);
lib/libc/isc/ev_timers.c
401
idle_timer *tt = timer->uap;
lib/libc/isc/ev_timers.c
403
tt->func = func;
lib/libc/isc/ev_timers.c
404
tt->uap = uap;
lib/libc/isc/ev_timers.c
405
tt->lastTouched = ctx->lastEventTime;
lib/libc/isc/ev_timers.c
406
tt->max_idle = max_idle;
lib/libc/isc/ev_timers.c
408
return (evResetTimer(opaqueCtx, opaqueID, idle_timeout, tt,
lib/libc/isc/ev_timers.c
417
idle_timer *tt = t->uap;
lib/libc/isc/ev_timers.c
419
tt->lastTouched = ctx->lastEventTime;
lib/libutil/login_times.c
107
in_ltm(const login_time_t *ltm, struct tm *tt, time_t *ends)
lib/libutil/login_times.c
111
if (tt != NULL) {
lib/libutil/login_times.c
113
if ((u_char)(0x01 << tt->tm_wday) & ltm->lt_dow) {
lib/libutil/login_times.c
115
u_short now = (u_short)((tt->tm_hour * 60) + tt->tm_min);
lib/libutil/login_times.c
117
if (tt->tm_sec > 30)
lib/libutil/login_times.c
123
tt->tm_hour = (int)(ltm->lt_end / 60);
lib/libutil/login_times.c
124
tt->tm_min = (int)(ltm->lt_end % 60);
lib/libutil/login_times.c
125
*ends = mktime(tt);
lib/msun/ld128/e_lgammal_r.c
280
p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+
lib/msun/ld128/e_lgammal_r.c
67
tt = 1.57061739945077675484237837992951704e-36L,
lib/msun/ld80/e_lgammal_r.c
316
p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+
lib/msun/src/e_lgamma_r.c
106
tt = -3.63867699703950536541e-18, /* 0xBC50C7CA, 0xA48A971F */
lib/msun/src/e_lgamma_r.c
259
p = z*p1-(tt-w*(p2+y*p3));
sbin/routed/radix.c
320
struct radix_node *tt = nodes, *t = tt + 1;
sbin/routed/radix.c
322
t->rn_l = tt; t->rn_off = b >> 3;
sbin/routed/radix.c
323
tt->rn_b = -1; tt->rn_key = (caddr_t)v; tt->rn_p = t;
sbin/routed/radix.c
324
tt->rn_flags = t->rn_flags = RNF_ACTIVE;
sbin/routed/radix.c
326
tt->rn_info = rn_nodenum++; t->rn_info = rn_nodenum++;
sbin/routed/radix.c
327
tt->rn_twin = t; tt->rn_ybro = rn_clist; rn_clist = tt;
sbin/routed/radix.c
344
struct radix_node *tt;
sbin/routed/radix.c
381
t = rn_newpair(v_arg, b, nodes); tt = t->rn_l;
sbin/routed/radix.c
390
t->rn_r = tt; t->rn_l = x;
sbin/routed/radix.c
397
return (tt);
sbin/routed/radix.c
486
rn_new_radix_mask(struct radix_node *tt,
sbin/routed/radix.c
497
m->rm_b = tt->rn_b;
sbin/routed/radix.c
498
m->rm_flags = tt->rn_flags;
sbin/routed/radix.c
499
if (tt->rn_flags & RNF_NORMAL)
sbin/routed/radix.c
500
m->rm_leaf = tt;
sbin/routed/radix.c
502
m->rm_mask = tt->rn_mask;
sbin/routed/radix.c
504
tt->rn_mklist = m;
sbin/routed/radix.c
515
struct radix_node *t, *x = NULL, *tt;
sbin/routed/radix.c
539
saved_tt = tt = rn_insert(v, head, &keyduplicated, treenodes);
sbin/routed/radix.c
541
for (t = tt; tt; t = tt, tt = tt->rn_dupedkey) {
sbin/routed/radix.c
542
if (tt->rn_mask == netmask)
sbin/routed/radix.c
545
(tt->rn_mask &&
sbin/routed/radix.c
546
((b_leaf < tt->rn_b) || /* index(netmask) > node */
sbin/routed/radix.c
547
rn_refines(netmask, tt->rn_mask) ||
sbin/routed/radix.c
548
rn_lexobetter(netmask, tt->rn_mask))))
sbin/routed/radix.c
561
if (tt == saved_tt) {
sbin/routed/radix.c
564
(tt = treenodes)->rn_dupedkey = t;
sbin/routed/radix.c
565
tt->rn_flags = t->rn_flags;
sbin/routed/radix.c
566
tt->rn_p = x = t->rn_p;
sbin/routed/radix.c
567
if (x->rn_l == t) x->rn_l = tt; else x->rn_r = tt;
sbin/routed/radix.c
568
saved_tt = tt; x = xx;
sbin/routed/radix.c
570
(tt = treenodes)->rn_dupedkey = t->rn_dupedkey;
sbin/routed/radix.c
571
t->rn_dupedkey = tt;
sbin/routed/radix.c
574
t=tt+1; tt->rn_info = rn_nodenum++; t->rn_info = rn_nodenum++;
sbin/routed/radix.c
575
tt->rn_twin = t; tt->rn_ybro = rn_clist; rn_clist = tt;
sbin/routed/radix.c
577
tt->rn_key = (caddr_t) v;
sbin/routed/radix.c
578
tt->rn_b = -1;
sbin/routed/radix.c
579
tt->rn_flags = RNF_ACTIVE;
sbin/routed/radix.c
585
tt->rn_mask = netmask;
sbin/routed/radix.c
586
tt->rn_b = x->rn_b;
sbin/routed/radix.c
587
tt->rn_flags |= x->rn_flags & RNF_NORMAL;
sbin/routed/radix.c
613
return tt; /* can't lift at all */
sbin/routed/radix.c
614
b_leaf = tt->rn_b;
sbin/routed/radix.c
632
if (tt->rn_flags & RNF_NORMAL) {
sbin/routed/radix.c
635
return tt;
sbin/routed/radix.c
641
tt->rn_mklist = m;
sbin/routed/radix.c
642
return tt;
sbin/routed/radix.c
647
*mp = rn_new_radix_mask(tt, *mp);
sbin/routed/radix.c
648
return tt;
sbin/routed/radix.c
656
struct radix_node *t, *p, *x, *tt;
sbin/routed/radix.c
665
tt = rn_search(v, x);
sbin/routed/radix.c
668
saved_tt = tt;
sbin/routed/radix.c
670
if (tt == NULL ||
sbin/routed/radix.c
671
Bcmp(v + head_off, tt->rn_key + head_off, vlen - head_off))
sbin/routed/radix.c
680
while (tt->rn_mask != netmask)
sbin/routed/radix.c
681
if ((tt = tt->rn_dupedkey) == NULL)
sbin/routed/radix.c
684
if (tt->rn_mask == 0 || (saved_m = m = tt->rn_mklist) == NULL)
sbin/routed/radix.c
686
if (tt->rn_flags & RNF_NORMAL) {
sbin/routed/radix.c
687
if (m->rm_leaf != tt || m->rm_refs > 0) {
sbin/routed/radix.c
692
if (m->rm_mask != tt->rn_mask) {
sbin/routed/radix.c
699
b = -1 - tt->rn_b;
sbin/routed/radix.c
715
if (tt->rn_flags & RNF_NORMAL)
sbin/routed/radix.c
722
if (tt->rn_flags & RNF_ROOT)
sbin/routed/radix.c
726
for (t = rn_clist; t && t->rn_ybro != tt; t = t->rn_ybro) {}
sbin/routed/radix.c
727
if (t) t->rn_ybro = tt->rn_ybro;
sbin/routed/radix.c
729
t = tt->rn_p;
sbin/routed/radix.c
731
if (tt == saved_tt) {
sbin/routed/radix.c
733
if (t->rn_l == tt) t->rn_l = x; else t->rn_r = x;
sbin/routed/radix.c
735
for (x = p = saved_tt; p && p->rn_dupedkey != tt;)
sbin/routed/radix.c
737
if (p) p->rn_dupedkey = tt->rn_dupedkey;
sbin/routed/radix.c
740
t = tt + 1;
sbin/routed/radix.c
752
if (t->rn_l == tt) x = t->rn_r; else x = t->rn_l;
sbin/routed/radix.c
786
x = tt + 1;
sbin/routed/radix.c
798
tt->rn_flags &= ~RNF_ACTIVE;
sbin/routed/radix.c
799
tt[1].rn_flags &= ~RNF_ACTIVE;
sbin/routed/radix.c
800
return (tt);
sbin/routed/radix.c
845
struct radix_node *t, *tt, *ttt;
sbin/routed/radix.c
855
tt = t->rn_l;
sbin/routed/radix.c
856
tt->rn_flags = t->rn_flags = RNF_ROOT | RNF_ACTIVE;
sbin/routed/radix.c
857
tt->rn_b = -1 - off;
sbin/routed/radix.c
858
*ttt = *tt;
sys/cddl/boot/zfs/zfssubr.c
1057
int n, i, c, t, tt;
sys/cddl/boot/zfs/zfssubr.c
1089
for (tt = 0, c = 0, i = 0; i < nmissing_rows; c++) {
sys/cddl/boot/zfs/zfssubr.c
1090
ASSERT(tt < ntgts);
sys/cddl/boot/zfs/zfssubr.c
1096
if (c == tgts[tt]) {
sys/cddl/boot/zfs/zfssubr.c
1097
tt++;
sys/cddl/boot/zfs/zfssubr.c
1130
for (tt = 0, c = rm->rm_firstdatacol; c < rm->rm_cols; c++) {
sys/cddl/boot/zfs/zfssubr.c
1131
if (tt < nmissing_rows &&
sys/cddl/boot/zfs/zfssubr.c
1132
c == missing_rows[tt] + rm->rm_firstdatacol) {
sys/cddl/boot/zfs/zfssubr.c
1133
tt++;
sys/crypto/des/des_locl.h
346
register DES_LONG tt; \
sys/crypto/des/des_locl.h
347
PERM_OP(r,l,tt, 4,0x0f0f0f0fL); \
sys/crypto/des/des_locl.h
348
PERM_OP(l,r,tt,16,0x0000ffffL); \
sys/crypto/des/des_locl.h
349
PERM_OP(r,l,tt, 2,0x33333333L); \
sys/crypto/des/des_locl.h
350
PERM_OP(l,r,tt, 8,0x00ff00ffL); \
sys/crypto/des/des_locl.h
351
PERM_OP(r,l,tt, 1,0x55555555L); \
sys/crypto/des/des_locl.h
356
register DES_LONG tt; \
sys/crypto/des/des_locl.h
357
PERM_OP(l,r,tt, 1,0x55555555L); \
sys/crypto/des/des_locl.h
358
PERM_OP(r,l,tt, 8,0x00ff00ffL); \
sys/crypto/des/des_locl.h
359
PERM_OP(l,r,tt, 2,0x33333333L); \
sys/crypto/des/des_locl.h
360
PERM_OP(r,l,tt,16,0x0000ffffL); \
sys/crypto/des/des_locl.h
361
PERM_OP(l,r,tt, 4,0x0f0f0f0fL); \
sys/dev/ath/ath_rate/sample/sample.c
1012
tt = calc_usecs_unicast_packet(sc, size, rix0,
sys/dev/ath/ath_rate/sample/sample.c
1019
sn->stats[size_bin][rix0].average_tx_time = (tt+(avg_tx*packets))/(packets+nframes);
sys/dev/ath/ath_rate/sample/sample.c
1024
(tt * (100 - ssc->smoothing_rate))) / 100;
sys/dev/ath/ath_rate/sample/sample.c
1076
short_tries, tries, tt,
sys/dev/ath/ath_rate/sample/sample.c
1082
sn->sample_tt[size_bin] = tt;
sys/dev/ath/ath_rate/sample/sample.c
320
int rix, tt, pct;
sys/dev/ath/ath_rate/sample/sample.c
335
tt = sn->stats[size_bin][rix].average_tx_time;
sys/dev/ath/ath_rate/sample/sample.c
336
if (tt <= 0 ||
sys/dev/ath/ath_rate/sample/sample.c
377
tt);
sys/dev/ath/ath_rate/sample/sample.c
387
if (best_rate_tt == 0 || tt <= best_rate_tt) {
sys/dev/ath/ath_rate/sample/sample.c
388
best_rate_tt = tt;
sys/dev/ath/ath_rate/sample/sample.c
401
((tt * 9) <= (best_rate_tt * 10))) {
sys/dev/ath/ath_rate/sample/sample.c
402
best_rate_tt = tt;
sys/dev/ath/ath_rate/sample/sample.c
981
int tt;
sys/dev/ath/ath_rate/sample/sample.h
142
int tt = 0;
sys/dev/ath/ath_rate/sample/sample.h
221
tt += (short_retries + 1) * ctsduration;
sys/dev/ath/ath_rate/sample/sample.h
223
tt += t_difs;
sys/dev/ath/ath_rate/sample/sample.h
226
tt += (long_retries+1)*ath_hal_pkt_txtime(sc->sc_ah, rt, length, rix,
sys/dev/ath/ath_rate/sample/sample.h
229
tt += (long_retries+1)*(t_sifs + rt->info[rix].spAckDuration);
sys/dev/ath/ath_rate/sample/sample.h
233
tt += (t_slot * cw/2);
sys/dev/ath/ath_rate/sample/sample.h
235
return tt;
sys/dev/cxgbe/adapter.h
1013
struct tom_tunables tt;
sys/dev/cxgbe/cxgbei/cxgbei.h
38
uint32_t tt; /* Transfer tag. */
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
106
#define TT_HASH(icc, tt) (G_PPOD_TAG(tt) & (icc)->cmp_hash_mask)
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
1112
if (icc->sc->tt.iso && chip_id(icc->sc) >= CHELSIO_T5 &&
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
1272
uint32_t tt)
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
1278
cmp->tt = tt;
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
1282
LIST_FOREACH(cmp2, &icc->cmp_table[TT_HASH(icc, tt)], link) {
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
1283
KASSERT(cmp2->tt != tt, ("%s: duplicate cmp", __func__));
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
1286
LIST_INSERT_HEAD(&icc->cmp_table[TT_HASH(icc, tt)], cmp, link);
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
1291
cxgbei_find_cmp(struct icl_cxgbei_conn *icc, uint32_t tt)
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
1296
LIST_FOREACH(cmp, &icc->cmp_table[TT_HASH(icc, tt)], link) {
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
1297
if (cmp->tt == tt)
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
1314
LIST_FOREACH(cmp2, &icc->cmp_table[TT_HASH(icc, cmp->tt)], link) {
sys/dev/cxgbe/t4_main.c
12258
v = sc->tt.tls;
sys/dev/cxgbe/t4_main.c
12272
sc->tt.tls = !!v;
sys/dev/cxgbe/t4_main.c
8173
sc->tt.cong_algorithm = -1;
sys/dev/cxgbe/t4_main.c
8175
CTLFLAG_RW, &sc->tt.cong_algorithm, 0, "congestion control "
sys/dev/cxgbe/t4_main.c
8179
sc->tt.sndbuf = -1;
sys/dev/cxgbe/t4_main.c
8181
&sc->tt.sndbuf, 0, "hardware send buffer");
sys/dev/cxgbe/t4_main.c
8183
sc->tt.ddp = 0;
sys/dev/cxgbe/t4_main.c
8185
CTLFLAG_RW | CTLFLAG_SKIP, &sc->tt.ddp, 0, "");
sys/dev/cxgbe/t4_main.c
8187
&sc->tt.ddp, 0, "Enable zero-copy aio_read(2)");
sys/dev/cxgbe/t4_main.c
8189
sc->tt.rx_coalesce = -1;
sys/dev/cxgbe/t4_main.c
8191
CTLFLAG_RW, &sc->tt.rx_coalesce, 0, "receive coalescing");
sys/dev/cxgbe/t4_main.c
8193
sc->tt.tls = 1;
sys/dev/cxgbe/t4_main.c
8198
sc->tt.tx_align = -1;
sys/dev/cxgbe/t4_main.c
8200
CTLFLAG_RW, &sc->tt.tx_align, 0, "chop and align payload");
sys/dev/cxgbe/t4_main.c
8202
sc->tt.tx_zcopy = 0;
sys/dev/cxgbe/t4_main.c
8204
CTLFLAG_RW, &sc->tt.tx_zcopy, 0,
sys/dev/cxgbe/t4_main.c
8207
sc->tt.cop_managed_offloading = !!t4_cop_managed_offloading;
sys/dev/cxgbe/t4_main.c
8210
&sc->tt.cop_managed_offloading, 0,
sys/dev/cxgbe/t4_main.c
8213
sc->tt.autorcvbuf_inc = 16 * 1024;
sys/dev/cxgbe/t4_main.c
8215
CTLFLAG_RW, &sc->tt.autorcvbuf_inc, 0,
sys/dev/cxgbe/t4_main.c
8218
sc->tt.update_hc_on_pmtu_change = 1;
sys/dev/cxgbe/t4_main.c
8221
&sc->tt.update_hc_on_pmtu_change, 0,
sys/dev/cxgbe/t4_main.c
8224
sc->tt.iso = 1;
sys/dev/cxgbe/t4_main.c
8226
&sc->tt.iso, 0, "Enable iSCSI segmentation offload");
sys/dev/cxgbe/t4_sge.c
1143
if (ofld && sc->tt.tls && sc->cryptocaps & FW_CAPS_CONFIG_TLSKEYS &&
sys/dev/cxgbe/tom/t4_cpl_io.c
2080
unsigned int newsize = min(hiwat + sc->tt.autorcvbuf_inc,
sys/dev/cxgbe/tom/t4_cpl_io.c
2784
if (!sc->tt.tx_zcopy)
sys/dev/cxgbe/tom/t4_ddp.c
1233
if (!sc->tt.ddp)
sys/dev/cxgbe/tom/t4_ddp.c
715
unsigned int newsize = min(hiwat + sc->tt.autorcvbuf_inc,
sys/dev/cxgbe/tom/t4_ddp.c
932
unsigned int newsize = min(hiwat + sc->tt.autorcvbuf_inc,
sys/dev/cxgbe/tom/t4_tls.c
1039
unsigned int newsize = min(hiwat + sc->tt.autorcvbuf_inc,
sys/dev/cxgbe/tom/t4_tls.c
86
return (sc->tt.tls && sc->cryptocaps & FW_CAPS_CONFIG_TLSKEYS);
sys/dev/cxgbe/tom/t4_tom.c
1255
struct tom_tunables *tt = &sc->tt;
sys/dev/cxgbe/tom/t4_tom.c
1266
else if (sc->tt.cong_algorithm >= 0)
sys/dev/cxgbe/tom/t4_tom.c
1267
cp->cong_algo = tt->cong_algorithm & M_CONG_CNTRL;
sys/dev/cxgbe/tom/t4_tom.c
1307
if (tt->tx_align >= 0)
sys/dev/cxgbe/tom/t4_tom.c
1308
cp->tx_align = tt->tx_align > 0 ? 1 : 0;
sys/dev/cxgbe/tom/t4_tom.c
1321
else if (tt->rx_coalesce >= 0)
sys/dev/cxgbe/tom/t4_tom.c
1322
cp->rx_coalesce = tt->rx_coalesce > 0 ? 1 : 0;
sys/dev/cxgbe/tom/t4_tom.c
1388
if (tt->sndbuf > 0)
sys/dev/cxgbe/tom/t4_tom.c
1389
cp->sndbuf = tt->sndbuf;
sys/dev/cxgbe/tom/t4_tom.c
1429
if (tt->sndbuf > 0)
sys/dev/cxgbe/tom/t4_tom.c
1430
cp->sndbuf = tt->sndbuf;
sys/dev/cxgbe/tom/t4_tom.c
1726
if (sc->tt.cop_managed_offloading)
sys/dev/cxgbe/tom/t4_tom.c
973
if (sc->tt.update_hc_on_pmtu_change != 0) {
sys/dev/irdma/osdep.h
183
#define irdma_del_timer_compat(tt) del_timer((tt))
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2941
mlx5e_hw_lro_update_tir(struct mlx5e_priv *priv, int tt, bool inner_vxlan)
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2957
priv->tirn_inner_vxlan[tt] : priv->tirn[tt]);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2987
mlx5e_build_tir_ctx(struct mlx5e_priv *priv, u32 * tirc, int tt, bool inner_vxlan)
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
3038
switch (tt) {
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
3139
mlx5e_open_tir(struct mlx5e_priv *priv, int tt, bool inner_vxlan)
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
3153
mlx5e_build_tir_ctx(priv, tirc, tt, inner_vxlan);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
3156
&priv->tirn_inner_vxlan[tt] : &priv->tirn[tt]);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
3164
mlx5e_close_tir(struct mlx5e_priv *priv, int tt, bool inner_vxlan)
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
3167
priv->tirn_inner_vxlan[tt] : priv->tirn[tt], 0);
sys/dev/usb/controller/xhci.c
2706
sc->sc_hw.devs[index].tt);
sys/dev/usb/controller/xhci.c
4369
&sc->sc_hw.devs[index].tt);
sys/dev/usb/controller/xhci.h
450
uint8_t tt;
sys/dev/usb/usb_hub.c
1149
uint8_t tt;
sys/dev/usb/usb_hub.c
1155
tt = 0;
sys/dev/usb/usb_hub.c
1173
tt = (UGETW(hubdesc20.wHubCharacteristics) >> 5) & 3;
sys/dev/usb/usb_hub.c
1197
*ptt = tt;
sys/fs/smbfs/smbfs_subr.c
91
struct timespec tt;
sys/fs/smbfs/smbfs_subr.c
94
tt = *tsp;
sys/fs/smbfs/smbfs_subr.c
96
tt.tv_sec = t;
sys/fs/smbfs/smbfs_subr.c
97
timespec2fattime(&tt, 1, ddp, dtp, dhp);
sys/kern/kern_resource.c
1085
uint64_t ut, uu, st, su, it, tt, tu;
sys/kern/kern_resource.c
1090
tt = ut + st + it;
sys/kern/kern_resource.c
1091
if (tt == 0) {
sys/kern/kern_resource.c
1094
tt = 1;
sys/kern/kern_resource.c
1105
if (__predict_true(tu <= ((uint64_t)1 << 38) && tt <= (1 << 26))) {
sys/kern/kern_resource.c
1107
uu = (tu * ut) / tt;
sys/kern/kern_resource.c
1108
su = (tu * st) / tt;
sys/kern/kern_resource.c
1110
uu = mul64_by_fraction(tu, ut, tt);
sys/kern/kern_resource.c
1111
su = mul64_by_fraction(tu, st, tt);
sys/kern/kern_sysctl.c
1806
int error, s, tt;
sys/kern/kern_sysctl.c
1808
tt = *(int *)arg1;
sys/kern/kern_sysctl.c
1809
s = (int)((int64_t)tt * 1000 / hz);
sys/kern/kern_sysctl.c
1815
tt = (int)((int64_t)s * hz / 1000);
sys/kern/kern_sysctl.c
1816
if (tt < 1)
sys/kern/kern_sysctl.c
1819
*(int *)arg1 = tt;
sys/net/if.h
103
time_t tt;
sys/net/if.h
106
#define ifi_epoch __ifi_epoch.tt
sys/net/radix.c
1106
struct radix_node *t, *tt, *ttt;
sys/net/radix.c
1112
tt = t->rn_left; /* ... which in turn is base_nodes */
sys/net/radix.c
1113
tt->rn_flags = t->rn_flags = RNF_ROOT | RNF_ACTIVE;
sys/net/radix.c
1114
tt->rn_bit = -1 - off;
sys/net/radix.c
1115
*ttt = *tt;
sys/net/radix.c
406
struct radix_node *tt = nodes, *t = tt + 1;
sys/net/radix.c
409
t->rn_left = tt;
sys/net/radix.c
415
tt->rn_mask = NULL;
sys/net/radix.c
416
tt->rn_dupedkey = NULL;
sys/net/radix.c
417
tt->rn_bmask = 0;
sys/net/radix.c
419
tt->rn_bit = -1;
sys/net/radix.c
420
tt->rn_key = (caddr_t)v;
sys/net/radix.c
421
tt->rn_parent = t;
sys/net/radix.c
422
tt->rn_flags = t->rn_flags = RNF_ACTIVE;
sys/net/radix.c
423
tt->rn_mklist = t->rn_mklist = 0;
sys/net/radix.c
425
tt->rn_info = rn_nodenum++; t->rn_info = rn_nodenum++;
sys/net/radix.c
426
tt->rn_twin = t;
sys/net/radix.c
427
tt->rn_ybro = rn_clist;
sys/net/radix.c
428
rn_clist = tt;
sys/net/radix.c
443
struct radix_node *p, *tt, *x;
sys/net/radix.c
477
tt = t->rn_left;
sys/net/radix.c
487
t->rn_right = tt;
sys/net/radix.c
494
return (tt);
sys/net/radix.c
585
rn_new_radix_mask(struct radix_node *tt, struct radix_mask *next)
sys/net/radix.c
595
m->rm_bit = tt->rn_bit;
sys/net/radix.c
596
m->rm_flags = tt->rn_flags;
sys/net/radix.c
597
if (tt->rn_flags & RNF_NORMAL)
sys/net/radix.c
598
m->rm_leaf = tt;
sys/net/radix.c
600
m->rm_mask = tt->rn_mask;
sys/net/radix.c
602
tt->rn_mklist = m;
sys/net/radix.c
611
struct radix_node *t, *x = NULL, *tt;
sys/net/radix.c
636
saved_tt = tt = rn_insert(v, head, &keyduplicated, treenodes);
sys/net/radix.c
638
for (t = tt; tt; t = tt, tt = tt->rn_dupedkey) {
sys/net/radix.c
639
if (tt->rn_mask == netmask)
sys/net/radix.c
642
(tt->rn_mask &&
sys/net/radix.c
643
((b_leaf < tt->rn_bit) /* index(netmask) > node */
sys/net/radix.c
644
|| rn_refines(netmask, tt->rn_mask)
sys/net/radix.c
645
|| rn_lexobetter(netmask, tt->rn_mask))))
sys/net/radix.c
661
if (tt == saved_tt) {
sys/net/radix.c
664
(tt = treenodes)->rn_dupedkey = t;
sys/net/radix.c
665
tt->rn_flags = t->rn_flags;
sys/net/radix.c
666
tt->rn_parent = x = t->rn_parent;
sys/net/radix.c
667
t->rn_parent = tt; /* parent */
sys/net/radix.c
669
x->rn_left = tt;
sys/net/radix.c
671
x->rn_right = tt;
sys/net/radix.c
672
saved_tt = tt; x = xx;
sys/net/radix.c
674
(tt = treenodes)->rn_dupedkey = t->rn_dupedkey;
sys/net/radix.c
675
t->rn_dupedkey = tt;
sys/net/radix.c
676
tt->rn_parent = t; /* parent */
sys/net/radix.c
677
if (tt->rn_dupedkey) /* parent */
sys/net/radix.c
678
tt->rn_dupedkey->rn_parent = tt; /* parent */
sys/net/radix.c
681
t=tt+1; tt->rn_info = rn_nodenum++; t->rn_info = rn_nodenum++;
sys/net/radix.c
682
tt->rn_twin = t; tt->rn_ybro = rn_clist; rn_clist = tt;
sys/net/radix.c
684
tt->rn_key = (caddr_t) v;
sys/net/radix.c
685
tt->rn_bit = -1;
sys/net/radix.c
686
tt->rn_flags = RNF_ACTIVE;
sys/net/radix.c
692
tt->rn_mask = netmask;
sys/net/radix.c
693
tt->rn_bit = x->rn_bit;
sys/net/radix.c
694
tt->rn_flags |= x->rn_flags & RNF_NORMAL;
sys/net/radix.c
724
return (tt); /* can't lift at all */
sys/net/radix.c
725
b_leaf = tt->rn_bit;
sys/net/radix.c
743
if (tt->rn_flags & RNF_NORMAL) {
sys/net/radix.c
746
return (tt);
sys/net/radix.c
752
tt->rn_mklist = m;
sys/net/radix.c
753
return (tt);
sys/net/radix.c
759
*mp = rn_new_radix_mask(tt, *mp);
sys/net/radix.c
76
rn_new_radix_mask(struct radix_node *tt,
sys/net/radix.c
760
return (tt);
sys/net/radix.c
766
struct radix_node *t, *p, *x, *tt;
sys/net/radix.c
776
tt = rn_search(v, x);
sys/net/radix.c
779
saved_tt = tt;
sys/net/radix.c
781
if (tt == NULL ||
sys/net/radix.c
782
bcmp(v + head_off, tt->rn_key + head_off, vlen - head_off))
sys/net/radix.c
792
while (tt->rn_mask != netmask)
sys/net/radix.c
793
if ((tt = tt->rn_dupedkey) == NULL)
sys/net/radix.c
796
if (tt->rn_mask == 0 || (saved_m = m = tt->rn_mklist) == NULL)
sys/net/radix.c
798
if (tt->rn_flags & RNF_NORMAL) {
sys/net/radix.c
799
if (m->rm_leaf != tt || m->rm_refs > 0) {
sys/net/radix.c
804
if (m->rm_mask != tt->rn_mask) {
sys/net/radix.c
811
b = -1 - tt->rn_bit;
sys/net/radix.c
827
if (tt->rn_flags & RNF_NORMAL)
sys/net/radix.c
834
if (tt->rn_flags & RNF_ROOT)
sys/net/radix.c
838
for (t = rn_clist; t && t->rn_ybro != tt; t = t->rn_ybro) {}
sys/net/radix.c
839
if (t) t->rn_ybro = tt->rn_ybro;
sys/net/radix.c
841
t = tt->rn_parent;
sys/net/radix.c
848
if (tt == saved_tt) {
sys/net/radix.c
851
if (t->rn_left == tt)
sys/net/radix.c
857
for (x = p = saved_tt; p && p->rn_dupedkey != tt;)
sys/net/radix.c
860
p->rn_dupedkey = tt->rn_dupedkey;
sys/net/radix.c
861
if (tt->rn_dupedkey) /* parent */
sys/net/radix.c
862
tt->rn_dupedkey->rn_parent = p;
sys/net/radix.c
866
t = tt + 1;
sys/net/radix.c
886
if (t->rn_left == tt)
sys/net/radix.c
925
x = tt + 1;
sys/net/radix.c
943
tt->rn_flags &= ~RNF_ACTIVE;
sys/net/radix.c
944
tt[1].rn_flags &= ~RNF_ACTIVE;
sys/net/radix.c
945
return (tt);
sys/netgraph/netflow/netflow_v9.c
365
get_export9_dgram(priv_p priv, fib_export_p fe, struct netflow_v9_packet_opt **tt)
sys/netgraph/netflow/netflow_v9.c
429
*tt = t;
sys/netinet/tcp_output.c
1746
int tt;
sys/netinet/tcp_output.c
1761
TCPT_RANGESET(tt, t * tcp_backoff[tp->t_rxtshift],
sys/netinet/tcp_output.c
1767
if (maxunacktime < tt)
sys/netinet/tcp_output.c
1768
tt = maxunacktime;
sys/netinet/tcp_output.c
1770
tcp_timer_activate(tp, TT_PERSIST, tt);
sys/netinet/tcp_stacks/rack.c
5990
int32_t tt;
sys/netinet/tcp_stacks/rack.c
5994
RACK_TCPT_RANGESET(tt, t * tcp_backoff[tp->t_rxtshift],
sys/netinet/tcp_stacks/rack.c
5997
ret_val = (uint32_t)tt;
sys/powerpc/fpu/fpu_sqrt.c
190
u_int bit, q, tt;
sys/powerpc/fpu/fpu_sqrt.c
284
#define t0 tt
sys/powerpc/fpu/fpu_sqrt.c
308
#define t1 tt
sys/powerpc/fpu/fpu_sqrt.c
339
#define t2 tt
sys/powerpc/fpu/fpu_sqrt.c
372
#define t3 tt
tools/tools/net80211/wesside/wesside/wesside.c
236
time_t tt;
tools/tools/net80211/wesside/wesside/wesside.c
243
tt = time(NULL);
tools/tools/net80211/wesside/wesside/wesside.c
245
if (tt == (time_t)-1) {
tools/tools/net80211/wesside/wesside/wesside.c
250
t = localtime(&tt);
tools/tools/netmap/nmreplay.c
753
uint64_t t_tx, tt, last_ts; /* last timestamp from trace */
tools/tools/netmap/nmreplay.c
813
tt = q->cur_tt;
tools/tools/netmap/nmreplay.c
814
q->qt_qout += tt;
tools/tools/netmap/nmreplay.c
821
ND(5, "tt %ld qout %ld tx %ld qt_tx %ld", tt, q->qt_qout, t_tx, q->qt_tx);
tools/tools/netmap/nmreplay.c
823
q->qt_tx = (t_tx >= q->qt_tx + tt) ? t_tx : q->qt_tx + tt;
usr.bin/calendar/pom.c
122
tt = mktime(&tmd_today);
usr.bin/calendar/pom.c
123
gmtime_r(&tt, &GMT);
usr.bin/calendar/pom.c
132
tt = mktime(&tmd_tomorrow);
usr.bin/calendar/pom.c
133
gmtime_r(&tt, &GMT);
usr.bin/calendar/pom.c
92
time_t tt;
usr.bin/last/last.c
267
struct idtab *tt;
usr.bin/last/last.c
272
while ((tt = SLIST_FIRST(&idlist)) != NULL) {
usr.bin/last/last.c
274
free(tt);
usr.bin/last/last.c
307
SLIST_FOREACH(tt, &idlist, list)
usr.bin/last/last.c
308
if (!memcmp(tt->id, bp->ut_id, sizeof bp->ut_id))
usr.bin/last/last.c
311
if (tt == NULL) {
usr.bin/last/last.c
313
tt = malloc(sizeof(struct idtab));
usr.bin/last/last.c
314
if (tt == NULL)
usr.bin/last/last.c
316
tt->logout = currentout;
usr.bin/last/last.c
317
memcpy(tt->id, bp->ut_id, sizeof bp->ut_id);
usr.bin/last/last.c
318
SLIST_INSERT_HEAD(&idlist, tt, list);
usr.bin/last/last.c
327
(tt->logout > snaptime || tt->logout < 1)))) {
usr.bin/last/last.c
329
printentry(bp, tt);
usr.bin/last/last.c
331
tt->logout = bp->ut_tv.tv_sec;
usr.bin/last/last.c
342
printentry(struct utmpx *bp, struct idtab *tt)
usr.bin/last/last.c
379
xo_emit(" {:login-time/%hs%c/%s}", ct, tt == NULL ? '\n' : ' ');
usr.bin/last/last.c
380
if (tt == NULL)
usr.bin/last/last.c
382
if (!tt->logout) {
usr.bin/last/last.c
386
if (tt->logout < 0) {
usr.bin/last/last.c
387
tt->logout = -tt->logout;
usr.bin/last/last.c
390
tm = localtime(&tt->logout);
usr.bin/last/last.c
392
xo_attr("seconds", "%lu", (unsigned long)tt->logout);
usr.bin/last/last.c
395
delta = tt->logout - bp->ut_tv.tv_sec;
usr.bin/pom/pom.c
112
time(&tt);
usr.bin/pom/pom.c
115
localtime_r(&tt, &tmd);
usr.bin/pom/pom.c
133
tt = mktime(&tmd);
usr.bin/pom/pom.c
136
gmtime_r(&tt, &GMT);
usr.bin/pom/pom.c
75
time_t tt;
usr.bin/script/script.c
210
if (tcgetattr(STDIN_FILENO, &tt) == -1 ||
usr.bin/script/script.c
217
if (openpty(&master, &slave, NULL, &tt, &win) == -1)
usr.bin/script/script.c
253
rtt = tt;
usr.bin/script/script.c
454
(void)tcsetattr(STDIN_FILENO, TCSAFLUSH, &tt);
usr.bin/script/script.c
529
if (tcgetattr(STDOUT_FILENO, &tt) == -1) {
usr.bin/script/script.c
535
traw = tt;
usr.bin/script/script.c
545
tcsetattr(STDOUT_FILENO, TCSADRAIN, &tt);
usr.bin/script/script.c
82
static struct termios tt;
usr.sbin/fifolog/lib/fifolog_reader.c
133
time_t t, tt;
usr.sbin/fifolog/lib/fifolog_reader.c
194
tt = be32dec(fr->ff->recbuf + 5);
usr.sbin/fifolog/lib/fifolog_reader.c
195
if (tt >= t0) {
usr.sbin/nologin/nologin.c
37
const char *user, *tt;
usr.sbin/nologin/nologin.c
39
if ((tt = ttyname(0)) == NULL)
usr.sbin/nologin/nologin.c
40
tt = "UNKNOWN";
usr.sbin/nologin/nologin.c
44
syslog(LOG_CRIT, "Attempted login by %s on %s", user, tt);