Searched defs:tt (Results 1 - 25 of 54) sorted by relevance

123

/external/iproute2/doc/
H A Dip-cref.tex41 \section{{\tt ip} --- command syntax}
144 for the {\tt ip link} command, so {\tt ip link ls eth0} is equivalent
145 to {\tt ip link ls dev eth0}.
157 \section{{\tt ip} --- error messages}
225 \section{{\tt ip link} --- network device configuration}
233 \subsection{{\tt ip link set} --- change device attributes}
307 the {\tt ip} utility will allow that.
314 several parameters with one {\tt ip link set} call.
329 \subsection{{\tt i
[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/clang/test/CodeGenCXX/
H A D2009-10-27-crash.cpp30 } tt; typedef in typeref:struct:__anon3435
35 tt t;
H A Dptr-to-datamember.cpp81 TT<I> tt; local
86 tt.pti = &I::x;
96 printf("%d\n", i.*tt.pti);
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...]
/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/chromium/base/
H A Dtime.cc55 Time Time::FromTimeT(time_t tt) { argument
56 if (tt == 0)
58 return Time((tt * kMicrosecondsPerSecond) + kTimeTToMicrosecondsOffset);
/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/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/openssl/crypto/objects/
H A Dobj_xref.c184 static void sid_free(nid_triple *tt) argument
186 OPENSSL_free(tt);
/external/freetype/src/base/
H A Dftbitmap.c445 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
527 FT_Byte* tt = t; local
579 FT_Byte* tt = t; local
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DJHdf.java155 public void exportDate(String hdfName, String tz, int tt) { argument
/external/jsilver/src/org/clearsilver/
H A DDelegatedHdf.java128 String hdfname, String tz, int tt) {
129 getHdf().exportDate(hdfname, tz, tt);
127 exportDate( String hdfname, String tz, int tt) argument
H A DHDF.java104 void exportDate(String hdfName, String tz, int tt); argument
/external/openssl/crypto/bn/
H A Dbn_asm.c451 tt=(t+t)&BN_MASK; \
452 if (tt < t) c2++; \
453 t1=(BN_ULONG)Lw(tt); \
454 t2=(BN_ULONG)Hw(tt); \
714 BN_ULLONG t,tt; local
795 BN_ULLONG t,tt; local
/external/qemu/android/
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*1000000);
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/tcpdump/
H A Dprint-ip.c102 int tt; local
105 tt = *cp;
106 if (tt == IPOPT_EOL)
108 else if (tt == IPOPT_NOP)
117 switch (tt) {
/external/wpa_supplicant/
H A Dos_win32.c35 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/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dos_win32.c35 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/wpa_supplicant_8/hostapd/src/utils/
H A Dos_win32.c35 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/wpa_supplicant_8/src/utils/
H A Dos_win32.c35 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/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_win32.c35 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);

Completed in 411 milliseconds

123