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

12345

/external/dropbear/debian/service/
H A Dlog2 exec chpst -udropbearlog svlogd -tt ./main
/external/clang/test/CodeGenCXX/
H A Dtemp-order.cpp46 TempTracker tt; local
48 A a(tt, 2);
49 if ((A(tt, 3), val))
50 A b(tt, 5);
51 A c(tt, 7);
53 return tt.Product;
58 TempTracker tt; local
60 A a(tt, 2);
61 if ((A(tt, 3), val))
62 A b(tt,
70 TempTracker tt; local
82 TempTracker tt; local
96 TempTracker tt; local
108 TempTracker tt; local
122 TempTracker tt; local
134 TempTracker tt; local
143 TempTracker tt; local
[all...]
H A D2009-10-27-crash.cpp30 } tt; typedef in typeref:struct:__anon4318
35 tt t;
/external/dropbear/libtommath/demo/
H A Dtiming.c83 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
[all...]
/external/clang/test/Sema/
H A Dimplicit-int.c18 #define ILPAD() PAD((NROW - tt.tt_row) * 10) /* 1 ms per char */
/external/qemu/android/
H A Dlooper-generic.c54 GLoopTimer* tt = impl; local
55 if (tt->deadline != DURATION_INFINITE) {
56 glooper_delActiveTimer(tt->looper, tt);
57 tt->deadline = DURATION_INFINITE;
64 GLoopTimer* tt = impl; local
67 if (tt->deadline != DURATION_INFINITE)
68 glooptimer_stop(tt);
74 tt->deadline = deadline_ms;
75 glooper_addActiveTimer(tt
81 GLoopTimer* tt = impl; local
93 GLoopTimer* tt = impl; local
100 GLoopTimer* tt = impl; local
123 GLoopTimer* tt; local
277 glooper_addTimer(GLooper* looper, GLoopTimer* tt) argument
283 glooper_delTimer(GLooper* looper, GLoopTimer* tt) argument
289 glooper_addActiveTimer(GLooper* looper, GLoopTimer* tt) argument
304 glooper_delActiveTimer(GLooper* looper, GLoopTimer* tt) argument
[all...]
H A Dhelp.c1607 const TopicHelp* tt; local
1609 for ( tt = topic_help; tt->name != NULL; tt++ ) {
1610 if ( !strcmp(tt->name, topic) ) {
1611 tt->func(out);
1623 const TopicHelp* tt; local
1661 for (tt = topic_help; tt->name != NULL; tt
1687 const TopicHelp* tt; local
[all...]
H A Dlooper-qemu.c35 QEMUTimer* tt = impl; local
37 qemu_del_timer(tt);
39 qemu_mod_timer(tt, qemu_get_clock_ms(host_clock) + timeout_ms);
45 QEMUTimer* tt = impl; local
47 qemu_del_timer(tt);
49 qemu_mod_timer(tt, deadline_ms);
55 QEMUTimer* tt = impl; local
56 qemu_del_timer(tt);
62 QEMUTimer* tt = impl; local
63 return qemu_timer_pending(tt);
69 QEMUTimer* tt = impl; local
[all...]
/external/openssl/crypto/des/asm/
H A Dcrypt586.pl142 local($a,$b,$tt,$shift,$mask,$last)=@_;
145 &mov( $tt, $a );
151 &xor( $tt, $a );
155 &xor( $tt, $a );
163 local($l,$r,$tt,$lr)=@_;
165 &R_PERM_OP($l,$r,$tt, 4,"0xf0f0f0f0",$l);
166 &R_PERM_OP($r,$tt,$l,20,"0xfff0000f",$l);
167 &R_PERM_OP($l,$tt,$r,14,"0x33333333",$r);
168 &R_PERM_OP($tt,$r,$l,22,"0x03fc03fc",$r);
169 &R_PERM_OP($l,$r,$tt,
[all...]
/external/openssl/crypto/asn1/
H A Dtasn_fre.c81 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) argument
186 if (tt->flags & ASN1_TFLG_SK_MASK)
193 asn1_item_combine_free(&vtmp, ASN1_ITEM_ptr(tt
[all...]
H A Dtasn_new.c70 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) argument
268 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
270 if (tt->flags & ASN1_TFLG_OPTIONAL)
272 asn1_template_clear(pval, tt);
311 asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
[all...]
H A Dtasn_utl.c203 ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
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, argument
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;
H A Dtasn_prn.c165 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx);
195 const ASN1_TEMPLATE *tt; local
274 tt = it->templates + i;
275 tmpfld = asn1_get_field_ptr(fld, tt);
276 if (!asn1_template_print_ctx(out, tmpfld, indent, tt, pctx))
308 for(i = 0, tt = it->templates; i < it->tcount; i++, tt++)
311 seqtt = asn1_do_adb(fld, tt, 1);
340 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx)
344 flags = tt
339 asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx) argument
[all...]
/external/bluetooth/bluedroid/gki/common/
H A Dgki_time.c48 UINT8 tt; local
56 for (tt = 0; tt < GKI_MAX_TASKS; tt++)
58 gki_cb.com.OSWaitTmr [tt] = 0;
61 gki_cb.com.OSTaskTmr0 [tt] = 0;
62 gki_cb.com.OSTaskTmr0R [tt] = 0;
66 gki_cb.com.OSTaskTmr1 [tt] = 0;
67 gki_cb.com.OSTaskTmr1R [tt] = 0;
71 gki_cb.com.OSTaskTmr2 [tt]
104 UINT8 tt; local
600 UINT8 tt; local
814 UINT8 tt; local
911 UINT8 tt; local
[all...]
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_time.c46 UINT8 tt; local
54 for (tt = 0; tt < GKI_MAX_TASKS; tt++)
56 gki_cb.com.OSWaitTmr [tt] = 0;
59 gki_cb.com.OSTaskTmr0 [tt] = 0;
60 gki_cb.com.OSTaskTmr0R [tt] = 0;
64 gki_cb.com.OSTaskTmr1 [tt] = 0;
65 gki_cb.com.OSTaskTmr1R [tt] = 0;
69 gki_cb.com.OSTaskTmr2 [tt]
102 UINT8 tt; local
583 UINT8 tt; local
797 UINT8 tt; local
899 UINT8 tt; local
[all...]
/external/libnfc-nci/src/gki/common/
H A Dgki_time.c46 UINT8 tt; local
54 for (tt = 0; tt < GKI_MAX_TASKS; tt++)
56 gki_cb.com.OSWaitTmr [tt] = 0;
59 gki_cb.com.OSTaskTmr0 [tt] = 0;
60 gki_cb.com.OSTaskTmr0R [tt] = 0;
64 gki_cb.com.OSTaskTmr1 [tt] = 0;
65 gki_cb.com.OSTaskTmr1R [tt] = 0;
69 gki_cb.com.OSTaskTmr2 [tt]
102 UINT8 tt; local
583 UINT8 tt; local
797 UINT8 tt; local
899 UINT8 tt; local
[all...]
/external/dropbear/libtommath/etc/
H A Dmersenne.c109 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/
H A Ducnvseltst.c194 text_reset(TestText *tt) { argument
195 tt->limit = tt->text;
196 tt->number = 0;
200 text_nextString(TestText *tt, int32_t *pLength) { argument
201 char *s = tt->limit;
202 if (s == tt->textLimit) {
205 } else if (s == tt->text) {
207 if ((tt->textLimit - tt
225 text_open(TestText *tt) argument
257 text_close(TestText *tt) argument
[all...]
/external/freetype/src/base/
H A Dftbitmap.c449 FT_Byte* tt = t; local
459 tt[0] = (FT_Byte)( ( val & 0x80 ) >> 7 );
460 tt[1] = (FT_Byte)( ( val & 0x40 ) >> 6 );
461 tt[2] = (FT_Byte)( ( val & 0x20 ) >> 5 );
462 tt[3] = (FT_Byte)( ( val & 0x10 ) >> 4 );
463 tt[4] = (FT_Byte)( ( val & 0x08 ) >> 3 );
464 tt[5] = (FT_Byte)( ( val & 0x04 ) >> 2 );
465 tt[6] = (FT_Byte)( ( val & 0x02 ) >> 1 );
466 tt[7] = (FT_Byte)( val & 0x01 );
468 tt
531 FT_Byte* tt = t; local
583 FT_Byte* tt = t; local
[all...]
/external/dhcpcd/
H A Deloop.c117 struct timeout *t, *tt = NULL; local
130 if (tt)
131 tt->next = t->next;
136 tt = t;
163 for (tt = timeouts; tt->next; tt = tt->next)
164 if (timercmp(&t->when, &tt->next->when, <)) {
165 t->next = tt
189 struct timeout *t, *tt, *last = NULL; local
229 struct timeout *t, *tt, *last = NULL; local
[all...]
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/util/
H A DTimeoutService.java60 TimeoutToken tt = (TimeoutToken) todolist.getFirst();
62 if (tt.runTime > now)
68 todolist.wait(tt.runTime - now);
86 tt.handler.run();
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
H A Dfilter.rb9 If a lexer grammar specifies the <tt>filter = true</t> option, the generated
11 <tt>next_token</tt> to catch RecognitionErrors and skip ahead in the input until
/external/valgrind/main/coregrind/
H A Dm_transtab.c145 // of this TTEntry in the containing Sector's tt array.
163 precisely when this sector's translation table (tt) reaches
169 TTEntry* tt; member in struct:__anon13783
174 /* The count of tt entries with state InUse. */
177 /* Expandable arrays of tt indices for each of the ECLASS_N
179 the containing sector's tt array, which in turn should point
431 tte = &sec->tt[tteno];
476 /* For each tt reference in each eclass .. ensure the reference
477 is to a valid tt entry, and that the entry's address ranges
486 tte = &sec->tt[tten
[all...]
/external/aac/libMpegTPEnc/src/
H A Dtpenc_latm.h127 TRANSPORT_TYPE tt; member in struct:__anon185
169 * \param tt the specific TRANSPORT_TYPE to be used, either TT_MP4_LOAS, TT_MP4_LATM_MCP1 or TT_MP4_LATM_MCP0 LOAS
179 TRANSPORT_TYPE tt,
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb231 * <tt>type</tt>
232 * <tt>channel</tt>
233 * <tt>text</tt>
234 * <tt>input</tt>
235 * <tt>start</tt>
[all...]

Completed in 575 milliseconds

12345