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

1 2 3 4 5 6 7 8 91011

  /bionic/libc/upstream-openbsd/lib/libc/gen/
time.c 37 struct timeval tt; local
39 if (gettimeofday(&tt, (struct timezone *)0) < 0)
42 *t = (time_t)tt.tv_sec;
43 return (tt.tv_sec);
  /external/clang/test/CodeGenCXX/
temp-order.cpp 21 TempTracker &TT;
26 : TT(_TT), P(_P), Truth(_Truth) {}
27 A(const A &RHS) : TT(RHS.TT), P(RHS.P), Truth(RHS.Truth) { RHS.P = 0; }
30 TT.Product *= pow(P, ++TT.Index);
34 TT = RHS.TT;
46 TempTracker tt; local
48 A a(tt, 2)
58 TempTracker tt; local
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...]
2009-10-27-crash.cpp 30 } tt; typedef in typeref:struct:__anon22590
35 tt t;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
netrc.py 40 toplevel = tt = lexer.get_token()
41 if not tt:
43 elif tt[0] == '#':
46 pos = len(tt) + 1
50 elif tt == 'machine':
52 elif tt == 'default':
54 elif tt == 'macdef': # Just skip to end of macdefs
67 "bad toplevel token %r" % tt, file, lexer.lineno)
74 tt = lexer.get_token()
75 if (tt.startswith('#') o
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
netrc.py 40 toplevel = tt = lexer.get_token()
41 if not tt:
43 elif tt[0] == '#':
46 pos = len(tt) + 1
50 elif tt == 'machine':
52 elif tt == 'default':
54 elif tt == 'macdef': # Just skip to end of macdefs
67 "bad toplevel token %r" % tt, file, lexer.lineno)
74 tt = lexer.get_token()
75 if (tt.startswith('#') o
    [all...]
  /external/clang/test/Sema/
implicit-int.c 18 #define ILPAD() PAD((NROW - tt.tt_row) * 10) /* 1 ms per char */
  /external/qemu/android/
looper-generic.c 54 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->looper, tt)
81 GLoopTimer* tt = impl; local
93 GLoopTimer* tt = impl; local
100 GLoopTimer* tt = impl; local
123 GLoopTimer* tt; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/asm/
crypt586.pl 142 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, 9,"0xaaaaaaaa",$r)
    [all...]
  /external/openssl/crypto/des/asm/
crypt586.pl 142 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, 9,"0xaaaaaaaa",$r)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
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;
  /external/openssl/crypto/asn1/
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;
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_time.c 46 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] = 0
102 UINT8 tt; local
589 UINT8 tt; local
803 UINT8 tt; local
905 UINT8 tt; local
    [all...]
  /external/libnfc-nci/src/gki/common/
gki_time.c 46 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] = 0
102 UINT8 tt; local
589 UINT8 tt; local
803 UINT8 tt; local
905 UINT8 tt; local
    [all...]
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_maxp.h 28 struct TT : SkOTTableMaximumProfile_TT { } tt; member in union:SkOTTableMaximumProfile::Version
  /external/skia/src/sfnt/
SkOTTable_maxp.h 28 struct TT : SkOTTableMaximumProfile_TT { } tt; member in union:SkOTTableMaximumProfile::Version
  /external/chromium_org/ui/events/gestures/
velocity_calculator.cc 84 int64 tt = 0; // sum_i(t_i * t_i) local
92 tt += t_i * t_i;
95 if (tt > 0) {
97 x_velocity_ = xt / (tt / 1000000.0f);
98 y_velocity_ = yt / (tt / 1000000.0f);
  /external/chromium_org/third_party/icu/source/test/cintltst/
ucnvseltst.c 194 text_reset(TestText *tt) {
195 tt->limit = tt->text;
196 tt->number = 0;
200 text_nextString(TestText *tt, int32_t *pLength) {
201 char *s = tt->limit;
202 if (s == tt->textLimit) {
205 } else if (s == tt->text) {
207 if ((tt->textLimit - tt->text) >= 3 &
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ucnvseltst.c 194 text_reset(TestText *tt) {
195 tt->limit = tt->text;
196 tt->number = 0;
200 text_nextString(TestText *tt, int32_t *pLength) {
201 char *s = tt->limit;
202 if (s == tt->textLimit) {
205 } else if (s == tt->text) {
207 if ((tt->textLimit - tt->text) >= 3 &
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 95 <p><tt>This&nbsp;is&nbsp;a&nbsp;test&nbsp;module&nbsp;for&nbsp;test_pydoc</tt></p>
102 <tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
118 <tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
119 <td colspan=2><tt>Hello&nbsp;and&nbsp;goodbye<br>&nbsp;</tt></td></tr>
122 <dl><dt><a name="A-__init__"><strong>__init__</strong></a>()</dt><dd><tt>Wow,&nbsp;I&nbsp;have&nbsp;no&nbsp;function!</tt></dd></dl
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 95 <p><tt>This&nbsp;is&nbsp;a&nbsp;test&nbsp;module&nbsp;for&nbsp;test_pydoc</tt></p>
102 <tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
118 <tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
119 <td colspan=2><tt>Hello&nbsp;and&nbsp;goodbye<br>&nbsp;</tt></td></tr>
122 <dl><dt><a name="A-__init__"><strong>__init__</strong></a>()</dt><dd><tt>Wow,&nbsp;I&nbsp;have&nbsp;no&nbsp;function!</tt></dd></dl
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lstate.h 201 check_exp(novariant((o)->gch.tt) == LUA_TSTRING, &((o)->ts))
203 #define rawgco2u(o) check_exp((o)->gch.tt == LUA_TUSERDATA, &((o)->u))
205 #define gco2lcl(o) check_exp((o)->gch.tt == LUA_TLCL, &((o)->cl.l))
206 #define gco2ccl(o) check_exp((o)->gch.tt == LUA_TCCL, &((o)->cl.c))
208 check_exp(novariant((o)->gch.tt) == LUA_TFUNCTION, &((o)->cl))
209 #define gco2t(o) check_exp((o)->gch.tt == LUA_TTABLE, &((o)->h))
210 #define gco2p(o) check_exp((o)->gch.tt == LUA_TPROTO, &((o)->p))
211 #define gco2uv(o) check_exp((o)->gch.tt == LUA_TUPVAL, &((o)->uv))
212 #define gco2th(o) check_exp((o)->gch.tt == LUA_TTHREAD, &((o)->th))

Completed in 1409 milliseconds

1 2 3 4 5 6 7 8 91011