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

12345

/external/toybox/toys/other/
H A Dw.c27 time_t tt = x->ut_tv.tv_sec; local
30 ctime(&tt), x->ut_host);
/external/skia/src/sfnt/
H A DSkOTTable_maxp.h28 struct TT : SkOTTableMaximumProfile_TT { } tt; member in union:SkOTTableMaximumProfile::Version
/external/skqp/src/sfnt/
H A DSkOTTable_maxp.h28 struct TT : SkOTTableMaximumProfile_TT { } tt; member in union:SkOTTableMaximumProfile::Version
/external/clang/test/CodeGenCXX/
H A D2009-10-27-crash.cpp30 } tt; typedef in typeref:struct:__anon2696
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/syslinux/diag/geodsp/
H A Dmk-lba-img.c40 uint8_t tt = 0; local
/external/boringssl/src/crypto/asn1/
H A Dtasn_fre.c78 const ASN1_TEMPLATE *tt = NULL, *seqtt; local
115 tt = it->templates + i;
116 pchval = asn1_get_field_ptr(pval, tt);
117 ASN1_template_free(pchval, tt);
154 tt = it->templates + it->tcount - 1;
155 for (i = 0; i < it->tcount; tt--, i++) {
157 seqtt = asn1_do_adb(pval, tt, 0);
173 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
176 if (tt->flags & ASN1_TFLG_SK_MASK) {
181 asn1_item_combine_free(&vtmp, ASN1_ITEM_ptr(tt
[all...]
H A Dtasn_new.c73 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
94 const ASN1_TEMPLATE *tt = NULL; local
189 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
190 pseqval = asn1_get_field_ptr(pval, tt);
191 if (!ASN1_template_new(pseqval, tt))
260 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
262 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
264 if (tt->flags & ASN1_TFLG_OPTIONAL) {
265 asn1_template_clear(pval, tt);
301 asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
[all...]
H A Dtasn_utl.c208 ASN1_VALUE **asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) { argument
210 if (tt->flags & ASN1_TFLG_COMBINE) {
213 pvaltmp = offset2ptr(*pval, tt->offset);
221 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;
233 adb = ASN1_ADB_ptr(tt->item);
249 if (tt->flags & ASN1_TFLG_ADB_OID) {
262 return &atbl->tt;
/external/ltp/testcases/realtime/func/gtod_latency/
H A Dgtod_infinite.c110 time_t tt; local
182 tt = (time_t) ts.tv_sec;
184 max_time, ctime(&tt));
/external/python/cpython2/Lib/
H A Dshlex.py288 tt = lexer.get_token() variable
289 if tt:
290 print "Token: " + repr(tt)
/external/toybox/toys/posix/
H A Ddate.c67 time_t tt; local
72 // tt and ll are separate because we can't guarantee time_t is 64 bit (yet).
82 tt = ll;
83 gmtime_r(&tt, tm);
/external/aac/libMpegTPEnc/src/
H A Dtpenc_latm.h137 TRANSPORT_TYPE tt; member in struct:__anon501
184 * \param tt the specific TRANSPORT_TYPE to be used, either TT_MP4_LOAS,
194 TRANSPORT_TYPE tt, CSTpCallBacks *cb);
H A Dtpenc_latm.cpp153 if (hAss->tt == TT_MP4_LOAS) {
167 if (hAss->tt != TT_MP4_LATM_MCP0) {
577 UINT audioMuxVersion, TRANSPORT_TYPE tt) {
582 hAss->tt = tt;
620 switch (hAss->tt) {
652 if (hAss->tt != TT_MP4_LATM_MCP0) {
697 if (hAss->tt == TT_MP4_LOAS && hAss->subFrameCnt == 0) {
731 if (hAss->tt == TT_MP4_LOAS) {
790 TRANSPORT_TYPE tt,
573 transportEnc_InitLatmStream( HANDLE_LATM_STREAM hAss, int fractDelayPresent, signed int muxConfigPeriod, UINT audioMuxVersion, TRANSPORT_TYPE tt) argument
786 transportEnc_Latm_Init(HANDLE_LATM_STREAM hAss, HANDLE_FDK_BITSTREAM hBs, CODER_CONFIG *layerConfig, UINT audioMuxVersion, TRANSPORT_TYPE tt, CSTpCallBacks *cb) argument
[all...]
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dvpx_scaled_convolve8_neon.c45 int16x4_t t[8], tt; local
63 tt = convolve8_4(t[0], t[1], t[2], t[3], t[4], t[5], t[6], t[7],
65 d = vqrshrun_n_s16(vcombine_s16(tt, tt), 7);
173 int16x4_t t[8], tt; local
186 tt = convolve8_4(t[0], t[1], t[2], t[3], t[4], t[5], t[6], t[7], filters,
188 d = vqrshrun_n_s16(vcombine_s16(tt, tt), 7);
/external/aac/libMpegTPDec/src/
H A Dtpdec_latm.cpp237 CLatmDemux *pLatmDemux, TRANSPORT_TYPE tt,
254 bs, pLatmDemux, (tt != TT_MP4_LATM_MCP0),
236 CLatmDemux_Read(HANDLE_FDK_BITSTREAM bs, CLatmDemux *pLatmDemux, TRANSPORT_TYPE tt, CSTpCallBacks *pTpDecCallbacks, CSAudioSpecificConfig *pAsc, int *pfConfigFound, const INT ignoreBufferFullness) argument
/external/curl/docs/examples/
H A Dsynctime.c259 time_t tt; local
310 tt = time(0);
311 lt = localtime(&tt);
313 gmt = gmtime(&tt);
/external/dhcpcd-6.8.2/
H A Deloop.c263 struct eloop_timeout *t, *tt = NULL; local
301 TAILQ_FOREACH(tt, &ctx->timeouts, next) {
302 if (timespeccmp(&t->when, &tt->when, <)) {
303 TAILQ_INSERT_BEFORE(tt, t, next);
344 struct eloop_timeout *t, *tt; local
346 TAILQ_FOREACH_SAFE(t, &ctx->timeouts, next, tt) {
/external/dng_sdk/source/
H A Ddng_rect.h54 dng_rect (int32 tt, int32 ll, int32 bb, int32 rr) argument
55 : t (tt)
218 dng_rect_real64 (real64 tt, real64 ll, real64 bb, real64 rr) argument
219 : t (tt)
/external/flatbuffers/tests/namespace_test/
H A Dnamespace_test1_generated.h137 static flatbuffers::TypeTable tt = { local
140 return &tt;
150 static flatbuffers::TypeTable tt = { local
153 return &tt;
166 static flatbuffers::TypeTable tt = { local
169 return &tt;
H A Dnamespace_test2_generated.h245 static flatbuffers::TypeTable tt = { local
248 return &tt;
268 static flatbuffers::TypeTable tt = { local
271 return &tt;
288 static flatbuffers::TypeTable tt = { local
291 return &tt;
/external/freetype/src/base/
H A Dftbitmap.c595 FT_Byte* tt = t; local
605 tt[0] = (FT_Byte)( ( val & 0x80 ) >> 7 );
606 tt[1] = (FT_Byte)( ( val & 0x40 ) >> 6 );
607 tt[2] = (FT_Byte)( ( val & 0x20 ) >> 5 );
608 tt[3] = (FT_Byte)( ( val & 0x10 ) >> 4 );
609 tt[4] = (FT_Byte)( ( val & 0x08 ) >> 3 );
610 tt[5] = (FT_Byte)( ( val & 0x04 ) >> 2 );
611 tt[6] = (FT_Byte)( ( val & 0x02 ) >> 1 );
612 tt[7] = (FT_Byte)( val & 0x01 );
614 tt
671 FT_Byte* tt = t; local
721 FT_Byte* tt = t; local
758 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

Completed in 2335 milliseconds

12345