Searched defs:tt (Results 1 - 25 of 71) 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:__anon4318
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;
/external/aac/libMpegTPDec/src/
H A Dtpdec_latm.cpp154 TRANSPORT_TYPE tt,
171 if ((ErrorStatus = CLatmDemux_ReadAudioMuxElement(bs, pLatmDemux, (tt != TT_MP4_LATM_MCP0), pTpDecCallbacks, pAsc)))
151 CLatmDemux_Read( HANDLE_FDK_BITSTREAM bs, CLatmDemux *pLatmDemux, TRANSPORT_TYPE tt, CSTpCallBacks *pTpDecCallbacks, CSAudioSpecificConfig *pAsc, const INT ignoreBufferFullness ) argument
/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,
H A Dtpenc_latm.cpp151 if (hAss->tt == TT_MP4_LOAS) {
165 if (hAss->tt != TT_MP4_LATM_MCP0) {
602 TRANSPORT_TYPE tt
610 hAss->tt = tt;
648 switch (hAss->tt) {
685 if (hAss->tt != TT_MP4_LATM_MCP0) {
736 if( hAss->tt == TT_MP4_LOAS && hAss->subFrameCnt == 0)
780 if (hAss->tt == TT_MP4_LOAS)
832 TRANSPORT_TYPE tt,
827 transportEnc_Latm_Init( HANDLE_LATM_STREAM hAss, HANDLE_FDK_BITSTREAM hBs, CODER_CONFIG *layerConfig, UINT audioMuxVersion, TRANSPORT_TYPE tt, CSTpCallBacks *cb ) 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/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/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/openfst/src/extensions/far/
H A Dfarscript.cc34 FarTokenType tt,
42 generate_keys, fet, tt, symbols_fname,
27 FarCompileStrings(const vector<string> &in_fnames, const string &out_fname, const string &arc_type, const string &fst_type, const FarType &far_type, int32 generate_keys, FarEntryType fet, FarTokenType tt, const string &symbols_fname, const string &unknown_symbol, bool allow_negative_labels, bool file_list_input, const string &key_prefix, const string &key_suffix) argument
/external/openfst/src/include/fst/extensions/far/
H A Dfarscript.h51 const FarTokenType tt; member in struct:fst::script::FarCompileStringsArgs
65 FarTokenType tt,
74 tt(tt), symbols_fname(symbols_fname), unknown_symbol(unknown_symbol),
84 args->generate_keys, args->fet, args->tt, args->symbols_fname,
97 FarTokenType tt,
59 FarCompileStringsArgs(const vector<string> &in_fnames, const string &out_fname, const string &fst_type, const FarType &far_type, int32 generate_keys, FarEntryType fet, FarTokenType tt, const string &symbols_fname, const string &unknown_symbol, bool allow_negative_labels, bool file_list_input, const string &key_prefix, const string &key_suffix) argument
H A Dcompile-strings.h135 FarTokenType tt,
153 if (tt == FTT_SYMBOL) {
155 } else if (tt == FTT_BYTE) {
157 } else if (tt == FTT_UTF8) {
231 << (tt == FTT_BYTE ? "byte" :
232 (tt == FTT_UTF8 ? "utf8" :
233 (tt == FTT_SYMBOL ? "symbol" : "unknown")))
129 FarCompileStrings(const vector<string> &in_fnames, const string &out_fname, const string &fst_type, const FarType &far_type, int32 generate_keys, FarEntryType fet, FarTokenType tt, const string &symbols_fname, const string &unknown_symbol, bool allow_negative_labels, bool file_list_input, const string &key_prefix, const string &key_suffix) argument
/external/openssl/crypto/objects/
H A Dobj_xref.c187 static void sid_free(nid_triple *tt) argument
189 OPENSSL_free(tt);
/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/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

Completed in 6905 milliseconds

123