HomeSort by relevance Sort by last modified time
    Searched refs:tt (Results 51 - 75 of 240) sorted by null

1 23 4 5 6 7 8 910

  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
tasn_dec.c 84 const ASN1_TEMPLATE *tt, char opt,
88 const ASN1_TEMPLATE *tt, char opt,
142 const unsigned char **in, long len, const ASN1_TEMPLATE *tt)
146 return asn1_template_ex_d2i(pval, in, len, tt, 0, &c);
158 const ASN1_TEMPLATE *tt, *errtt = NULL; local
323 for (i = 0, tt=it->templates; i < it->tcount; i++, tt++)
325 pchptr = asn1_get_field_ptr(pval, tt);
329 ret = asn1_template_ex_d2i(pchptr, &p, len, tt, 1, ctx);
337 errtt = tt;
    [all...]
tasn_enc.c 74 const ASN1_TEMPLATE *tt,
133 const ASN1_TEMPLATE *tt = NULL; local
222 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
226 seqtt = asn1_do_adb(pval, tt, 1);
240 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
244 seqtt = asn1_do_adb(pval, tt, 1);
265 const ASN1_TEMPLATE *tt)
267 return asn1_template_ex_i2d(pval, out, tt, -1, 0)
    [all...]
  /external/openssl/crypto/asn1/
tasn_dec.c 84 const ASN1_TEMPLATE *tt, char opt,
88 const ASN1_TEMPLATE *tt, char opt,
142 const unsigned char **in, long len, const ASN1_TEMPLATE *tt)
146 return asn1_template_ex_d2i(pval, in, len, tt, 0, &c);
158 const ASN1_TEMPLATE *tt, *errtt = NULL; local
323 for (i = 0, tt=it->templates; i < it->tcount; i++, tt++)
325 pchptr = asn1_get_field_ptr(pval, tt);
329 ret = asn1_template_ex_d2i(pchptr, &p, len, tt, 1, ctx);
337 errtt = tt;
    [all...]
tasn_enc.c 74 const ASN1_TEMPLATE *tt,
133 const ASN1_TEMPLATE *tt = NULL; local
222 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
226 seqtt = asn1_do_adb(pval, tt, 1);
240 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
244 seqtt = asn1_do_adb(pval, tt, 1);
265 const ASN1_TEMPLATE *tt)
267 return asn1_template_ex_i2d(pval, out, tt, -1, 0)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/asm/
des-586.pl 245 local($a,$b,$tt,$shift,$mask,$last)=@_;
248 &mov( $tt, $a );
256 &xor( $tt, $a );
260 &xor( $tt, $a );
268 local($l,$r,$tt,$lr)=@_;
270 &R_PERM_OP($l,$r,$tt, 4,"0xf0f0f0f0",$l);
271 &R_PERM_OP($r,$tt,$l,20,"0xfff0000f",$l);
272 &R_PERM_OP($l,$tt,$r,14,"0x33333333",$r);
273 &R_PERM_OP($tt,$r,$l,22,"0x03fc03fc",$r);
274 &R_PERM_OP($l,$r,$tt, 9,"0xaaaaaaaa",$r)
    [all...]
  /external/openssl/crypto/des/asm/
des-586.pl 245 local($a,$b,$tt,$shift,$mask,$last)=@_;
248 &mov( $tt, $a );
256 &xor( $tt, $a );
260 &xor( $tt, $a );
268 local($l,$r,$tt,$lr)=@_;
270 &R_PERM_OP($l,$r,$tt, 4,"0xf0f0f0f0",$l);
271 &R_PERM_OP($r,$tt,$l,20,"0xfff0000f",$l);
272 &R_PERM_OP($l,$tt,$r,14,"0x33333333",$r);
273 &R_PERM_OP($tt,$r,$l,22,"0x03fc03fc",$r);
274 &R_PERM_OP($l,$r,$tt, 9,"0xaaaaaaaa",$r)
    [all...]
  /external/openfst/src/include/fst/extensions/far/
compile-strings.h 147 FarTokenType tt,
167 if (tt == FTT_SYMBOL) {
169 } else if (tt == FTT_BYTE) {
171 } else if (tt == FTT_UTF8) {
261 << (tt == FTT_BYTE ? "byte" :
262 (tt == FTT_UTF8 ? "utf8" :
263 (tt == FTT_SYMBOL ? "symbol" : "unknown")))
  /external/valgrind/main/coregrind/
m_transtab.c 63 number to work properly, it must be <= 65535 (so that a TT index
183 // of this TTEntry in the containing Sector's tt array.
307 precisely when this sector's translation table (tt) reaches
313 TTEntry* tt; member in struct:__anon29799
318 /* The count of tt entries with state InUse. */
321 /* Expandable arrays of tt indices for each of the ECLASS_N
323 the containing sector's tt array, which in turn should point
348 N_TC_SECTORS. The initial -1 value indicates the TT/TC system is
445 vg_assert(s->tt);
446 TTEntry* tte = &s->tt[tteNo]
    [all...]
  /external/chromium/base/
time.cc 55 Time Time::FromTimeT(time_t tt) {
56 if (tt == 0)
58 return Time((tt * kMicrosecondsPerSecond) + kTimeTToMicrosecondsOffset);
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
des_locl.h 406 register DES_LONG tt; \
407 PERM_OP(r,l,tt, 4,0x0f0f0f0fL); \
408 PERM_OP(l,r,tt,16,0x0000ffffL); \
409 PERM_OP(r,l,tt, 2,0x33333333L); \
410 PERM_OP(l,r,tt, 8,0x00ff00ffL); \
411 PERM_OP(r,l,tt, 1,0x55555555L); \
416 register DES_LONG tt; \
417 PERM_OP(l,r,tt, 1,0x55555555L); \
418 PERM_OP(r,l,tt, 8,0x00ff00ffL); \
419 PERM_OP(l,r,tt, 2,0x33333333L);
    [all...]
  /external/clang/test/CodeGenCXX/
ptr-to-datamember.cpp 35 template <typename T> struct TT {
81 TT<I> tt; local
86 tt.pti = &I::x;
96 printf("%d\n", i.*tt.pti);
  /external/openssl/crypto/des/
des_locl.h 406 register DES_LONG tt; \
407 PERM_OP(r,l,tt, 4,0x0f0f0f0fL); \
408 PERM_OP(l,r,tt,16,0x0000ffffL); \
409 PERM_OP(r,l,tt, 2,0x33333333L); \
410 PERM_OP(l,r,tt, 8,0x00ff00ffL); \
411 PERM_OP(r,l,tt, 1,0x55555555L); \
416 register DES_LONG tt; \
417 PERM_OP(l,r,tt, 1,0x55555555L); \
418 PERM_OP(r,l,tt, 8,0x00ff00ffL); \
419 PERM_OP(l,r,tt, 2,0x33333333L);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shlex.py 288 tt = lexer.get_token() variable
289 if tt:
290 print "Token: " + repr(tt)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shlex.py 288 tt = lexer.get_token() variable
289 if tt:
290 print "Token: " + repr(tt)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 1994 Token *t, *tt, **tptr, *origline; local
2338 Token *t, *tt, *param_start, *macro_start, *last, **tptr, *origline; local
3804 Token *tt; local
3846 Token *t, *tt, **tail, *thead; local
4087 Token *t, *tt, *mstart, **tail, *thead; local
4641 Token **params, *t, *tt; local
4944 Token *t, *tt, **tail; local
    [all...]
  /external/bzip2/
bzip.css 64 code, tt, pre { font-size: 120%; }
65 code, tt { color: #761596; }
  /external/chromium_org/base/time/
time.cc 64 Time Time::FromTimeT(time_t tt) {
65 if (tt == 0)
67 if (tt == std::numeric_limits<time_t>::max())
69 return Time((tt * kMicrosecondsPerSecond) + kTimeTToMicrosecondsOffset);
  /external/chromium_org/third_party/icu/source/i18n/
rbtz.cpp 187 UDate tt; local
196 avail = r->getNextStart(lastTransitionTime, curStdOffset, curDstSavings, false, tt);
207 if (tt < nextTransitionTime) {
208 nextTransitionTime = tt;
236 avail = r->getNextStart(lastTransitionTime, curStdOffset, curDstSavings, false, tt);
238 if (tt < nextTransitionTime) {
239 nextTransitionTime = tt;
722 UDate tt = tzt->time; local
723 if (tt > base || (inclusive && tt == base))
805 UDate tt = tzt->time; local
    [all...]
  /external/icu4c/i18n/
rbtz.cpp 207 UDate tt; local
216 avail = r->getNextStart(lastTransitionTime, curStdOffset, curDstSavings, false, tt);
227 if (tt < nextTransitionTime) {
228 nextTransitionTime = tt;
256 avail = r->getNextStart(lastTransitionTime, curStdOffset, curDstSavings, false, tt);
258 if (tt < nextTransitionTime) {
259 nextTransitionTime = tt;
749 UDate tt = tzt->time; local
750 if (tt > base || (inclusive && tt == base))
832 UDate tt = tzt->time; local
    [all...]
  /external/qemu/slirp/
main.h 14 extern struct timeval tt;
  /external/qemu/slirp-android/
main.h 14 extern struct timeval tt;
  /external/wpa_supplicant_8/src/utils/
os_win32.c 30 ULONGLONG tt; local
42 tt = (li.QuadPart - EPOCHFILETIME) / 10;
43 t->sec = (os_time_t) (tt / 1000000);
44 t->usec = (os_time_t) (tt % 1000000);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_time.py 31 tt = time.gmtime(self.t)
37 time.strftime(format, tt)
110 tt = time.gmtime(self.t)
115 strf_output = time.strftime(format, tt)
243 tt = time.localtime(t)
247 self.assertEqual(time.mktime(tt), t)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_time.py 31 tt = time.gmtime(self.t)
37 time.strftime(format, tt)
110 tt = time.gmtime(self.t)
115 strf_output = time.strftime(format, tt)
243 tt = time.localtime(t)
247 self.assertEqual(time.mktime(tt), t)
  /external/chromium/chrome/browser/resources/net_internals/
hstsview.js 103 t = addNode(this.queryOutputDiv_, 'tt');
108 t = addNode(this.queryOutputDiv_, 'tt');
113 t = addNode(this.queryOutputDiv_, 'tt');
118 t = addNode(this.queryOutputDiv_, 'tt');
123 t = addNode(this.queryOutputDiv_, 'tt');

Completed in 784 milliseconds

1 23 4 5 6 7 8 910