HomeSort by relevance Sort by last modified time
    Searched refs:tt (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/dropbear/debian/service/
log 2 exec chpst -udropbearlog svlogd -tt ./main
  /external/dropbear/libtommath/demo/
timing.c 83 ulong64 tt, gg, CLK_PER_SEC; local
114 tt = -1;
119 if (tt > gg)
120 tt = gg;
123 mp_count_bits(&a), CLK_PER_SEC / tt, tt);
124 fprintf(log, "%d %9llu\n", cnt * DIGIT_BIT, tt);
135 tt = -1;
140 if (tt > gg)
141 tt = gg
    [all...]
  /bionic/libc/unistd/
time.c 36 struct timeval tt; local
38 if (gettimeofday(&tt, (struct timezone *)0) < 0)
41 *t = (time_t)tt.tv_sec;
42 return (tt.tv_sec);
  /external/clearsilver/util/
neo_date.h 20 void neo_time_expand (const time_t tt, const char *timezone, struct tm *ttm);
neo_date.c 43 void neo_time_expand (const time_t tt, const char *mytimezone, struct tm *ttm)
51 localtime_r (&tt, ttm);
97 time_t tt;
101 tt = time(NULL);
102 localtime_r(&tt, &loc_tm);
103 gmtime_r(&tt, &gmt_tm);
  /external/openssl/crypto/asn1/
tasn_prn.c 80 const ASN1_TEMPLATE *tt; local
115 tt = it->templates + i;
116 tmpfld = asn1_get_field(fld, tt);
117 return ASN1_template_print(out, tmpfld, indent, tt);
122 for(i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
123 tmpfld = asn1_get_field(fld, tt);
124 ASN1_template_print(out, tmpfld, indent + 2, tt);
134 int ASN1_template_print(BIO *out, void *fld, int indent, const ASN1_TEMPLATE *tt)
140 flags = tt->flags
    [all...]
tasn_fre.c 81 const ASN1_TEMPLATE *tt = NULL, *seqtt; local
121 tt = it->templates + i;
122 pchval = asn1_get_field_ptr(pval, tt);
123 ASN1_template_free(pchval, tt);
162 tt = it->templates + it->tcount - 1;
163 for (i = 0; i < it->tcount; tt--, i++)
166 seqtt = asn1_do_adb(pval, tt, 0);
183 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
186 if (tt->flags & ASN1_TFLG_SK_MASK)
193 asn1_item_combine_free(&vtmp, ASN1_ITEM_ptr(tt->item)
    [all...]
tasn_new.c 70 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
91 const ASN1_TEMPLATE *tt = NULL; local
198 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
200 pseqval = asn1_get_field_ptr(pval, tt);
201 if (!ASN1_template_new(pseqval, tt))
266 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
268 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
270 if (tt->flags & ASN1_TFLG_OPTIONAL)
272 asn1_template_clear(pval, tt);
    [all...]
tasn_utl.c 203 ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
206 if (tt->flags & ASN1_TFLG_COMBINE)
208 pvaltmp = offset2ptr(*pval, tt->offset);
220 const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt,
228 if (!(tt->flags & ASN1_TFLG_ADB_MASK))
229 return tt;
232 adb = ASN1_ADB_ptr(tt->item);
249 if (tt->flags & ASN1_TFLG_ADB_OID)
264 return &atbl->tt;
tasn_dec.c 84 const ASN1_TEMPLATE *tt, char opt,
88 const ASN1_TEMPLATE *tt, char opt,
140 const unsigned char **in, long len, const ASN1_TEMPLATE *tt)
144 return asn1_template_ex_d2i(pval, in, len, tt, 0, &c);
156 const ASN1_TEMPLATE *tt, *errtt = NULL; local
322 for (i = 0, tt=it->templates; i < it->tcount; i++, tt++)
324 pchptr = asn1_get_field_ptr(pval, tt);
328 ret = asn1_template_ex_d2i(pchptr, &p, len, tt, 1, ctx);
336 errtt = tt;
    [all...]
tasn_enc.c 74 const ASN1_TEMPLATE *tt,
133 const ASN1_TEMPLATE *tt = NULL; local
222 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
226 seqtt = asn1_do_adb(pval, tt, 1);
240 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
244 seqtt = asn1_do_adb(pval, tt, 1);
265 const ASN1_TEMPLATE *tt)
267 return asn1_template_ex_i2d(pval, out, tt, -1, 0)
    [all...]
  /external/openssl/crypto/des/asm/
des686.pl 194 local($a,$b,$tt,$shift,$mask)=@_;
196 &mov( $tt, $a );
197 &shr( $tt, $shift );
198 &xor( $tt, $b );
199 &and( $tt, $mask );
200 &xor( $b, $tt );
201 &shl( $tt, $shift );
202 &xor( $a, $tt );
207 local($l,$r,$tt)=@_;
209 &PERM_OP($r,$l,$tt, 4,"0x0f0f0f0f")
    [all...]
crypt586.pl 141 local($a,$b,$tt,$shift,$mask,$last)=@_;
144 &mov( $tt, $a );
150 &xor( $tt, $a );
154 &xor( $tt, $a );
162 local($l,$r,$tt,$lr)=@_;
164 &R_PERM_OP($l,$r,$tt, 4,"0xf0f0f0f0",$l);
165 &R_PERM_OP($r,$tt,$l,20,"0xfff0000f",$l);
166 &R_PERM_OP($l,$tt,$r,14,"0x33333333",$r);
167 &R_PERM_OP($tt,$r,$l,22,"0x03fc03fc",$r);
168 &R_PERM_OP($l,$r,$tt, 9,"0xaaaaaaaa",$r)
    [all...]
des-586.pl 182 local($a,$b,$tt,$shift,$mask,$last)=@_;
185 &mov( $tt, $a );
193 &xor( $tt, $a );
197 &xor( $tt, $a );
205 local($l,$r,$tt,$lr)=@_;
207 &R_PERM_OP($l,$r,$tt, 4,"0xf0f0f0f0",$l);
208 &R_PERM_OP($r,$tt,$l,20,"0xfff0000f",$l);
209 &R_PERM_OP($l,$tt,$r,14,"0x33333333",$r);
210 &R_PERM_OP($tt,$r,$l,22,"0x03fc03fc",$r);
211 &R_PERM_OP($l,$r,$tt, 9,"0xaaaaaaaa",$r)
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/instance_of/
Test_instance_of.java 69 T_instance_of_3 tt = new T_instance_of_3(); local
70 tt.run();
84 T_instance_of_7 tt = new T_instance_of_7(); local
85 tt.run();
  /external/clearsilver/cgi/
date.h 21 time_t tt);
  /external/dropbear/libtommath/etc/
mersenne.c 109 clock_t tt; local
115 tt = clock ();
125 tt = clock () - tt;
128 printf ("2^%-5ld - 1 is prime, test took %ld ticks\n", k, tt);
  /external/icu4c/test/cintltst/
ucnvseltst.c 190 text_reset(TestText *tt) {
191 tt->limit = tt->text;
192 tt->number = 0;
196 text_nextString(TestText *tt, int32_t *pLength) {
197 char *s = tt->limit;
198 if (s == tt->textLimit) {
201 } else if (s == tt->text) {
203 if ((tt->textLimit - tt->text) >= 3 &
    [all...]
  /external/freetype/src/base/
ftbitmap.c 445 FT_Byte* tt = t; local
455 tt[0] = (FT_Byte)( ( val & 0x80 ) >> 7 );
456 tt[1] = (FT_Byte)( ( val & 0x40 ) >> 6 );
457 tt[2] = (FT_Byte)( ( val & 0x20 ) >> 5 );
458 tt[3] = (FT_Byte)( ( val & 0x10 ) >> 4 );
459 tt[4] = (FT_Byte)( ( val & 0x08 ) >> 3 );
460 tt[5] = (FT_Byte)( ( val & 0x04 ) >> 2 );
461 tt[6] = (FT_Byte)( ( val & 0x02 ) >> 1 );
462 tt[7] = (FT_Byte)( val & 0x01 );
464 tt += 8
527 FT_Byte* tt = t; local
579 FT_Byte* tt = t; local
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
sad_halfpel_inline.h 86 register int32 tt = tmp; local
95 "r"(tt),
106 register int32 tt = tmp; local
115 "r"(tt),
  /bionic/libc/netbsd/isc/
ev_timers.c 357 idle_timer *tt; local
360 OKNEW(tt);
361 tt->func = func;
362 tt->uap = uap;
363 tt->lastTouched = ctx->lastEventTime;
364 tt->max_idle = max_idle;
366 if (evSetTimer(opaqueCtx, idle_timeout, tt,
369 FREE(tt);
373 tt->timer = opaqueID->opaque;
381 idle_timer *tt = del->uap local
396 idle_timer *tt = timer->uap; local
412 idle_timer *tt = t->uap; local
    [all...]
  /external/qemu/android/
help.c 1430 const TopicHelp* tt; local
1446 const TopicHelp* tt; local
1510 const TopicHelp* tt; local
    [all...]
  /external/wpa_supplicant/
os_win32.c 35 ULONGLONG tt; local
47 tt = (li.QuadPart - EPOCHFILETIME) / 10;
48 t->sec = (os_time_t) (tt / 1000000);
49 t->usec = (os_time_t) (tt % 1000000);
  /external/openssl/crypto/des/
des_locl.h 406 register DES_LONG tt; \
407 PERM_OP(r,l,tt, 4,0x0f0f0f0fL); \
408 PERM_OP(l,r,tt,16,0x0000ffffL); \
409 PERM_OP(r,l,tt, 2,0x33333333L); \
410 PERM_OP(l,r,tt, 8,0x00ff00ffL); \
411 PERM_OP(r,l,tt, 1,0x55555555L); \
416 register DES_LONG tt; \
417 PERM_OP(l,r,tt, 1,0x55555555L); \
418 PERM_OP(r,l,tt, 8,0x00ff00ffL); \
419 PERM_OP(l,r,tt, 2,0x33333333L);
    [all...]
  /external/bzip2/
bzip.css 64 code, tt, pre { font-size: 120%; }
65 code, tt { color: #761596; }

Completed in 387 milliseconds

1 2 3 4