HomeSort by relevance Sort by last modified time
    Searched refs:tt (Results 101 - 125 of 169) sorted by null

1 2 3 45 6 7

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgammaf_r.c 41 /* tt = -(tail of tf) */
42 tt = 6.6971006518e-09, /* 0x31e61c52 */ variable
195 p = z*p1-(tt-w*(p2+y*p3));
  /external/bzip2/
bzlib_private.h 381 UInt32 *tt; member in struct:__anon6371
447 s->tPos = s->tt[s->tPos]; \
bzlib.c 523 s->tt = NULL;
597 UInt32* c_tt = s->tt;
675 s->tt = c_tt;
870 if (s->tt != NULL) BZFREE(s->tt);
    [all...]
  /external/chromium_org/media/base/
text_renderer.cc 318 TextRenderer::TextTrackState::TextTrackState(scoped_ptr<TextTrack> tt)
320 text_track(tt.Pass()) {
  /external/chromium_org/v8/test/mjsunit/
html-string-funcs.js 35 fixed: 'tt', italics: 'i', small: 'small',
  /external/chromium_org/v8/test/webkit/
rehash-assign.js 74 tt = 19;
  /external/fdlibm/
e_lgamma_r.c 107 /* tt = -(tail of tf) */
108 tt = -3.63867699703950536541e-18, /* 0xBC50C7CA, 0xA48A971F */ variable
268 p = z*p1-(tt-w*(p2+y*p3));
  /external/jsilver/src/org/clearsilver/jni/
JniHdf.java 263 public void exportDate(String hdfname, String tz, int tt) {
274 Date date = new Date((long)tt * 1000);
  /external/lldb/www/python_reference/
epydoc.js 120 var s = "<tt class='py-lineno'>";
122 s += "</tt>";
123 s += "&nbsp;&nbsp;<tt class='py-line'>";
126 s += "\");return false'>...</a></tt><br />";
  /external/iproute2/doc/
ip-cref.tex 41 \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 ip link show} --- display device attributes
    [all...]
  /external/openssl/crypto/bn/
bn_asm.c 451 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/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
popup.js 18 var tt = $('a' + alarm + '_tt').value;
20 parseTime(tt, ampm);
  /external/chromium_org/third_party/polymer/components-chromium/paper-ripple/
paper-ripple-extracted.js 18 var tt = (totalElapsed / duration);
20 var size = waveRadius * (1 - Math.pow(80, -tt));
raw-extracted.js 26 var tt = (totalElapsed / dduration);
28 var ssize = waveRadius * (1 - Math.pow(80, -tt));
  /external/chromium_org/third_party/skia/third_party/lua/src/
lgc.h 148 LUAI_FUNC GCObject *luaC_newobj (lua_State *L, int tt, size_t sz,
lstate.c 271 L->tt = LUA_TTHREAD;
  /external/clang/test/SemaTemplate/
default-expr-arguments.cpp 321 void tt() { function in namespace:PR13758
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
JHdf.java 155 public void exportDate(String hdfName, String tz, int tt) {
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blend.c 191 const GLfloat tt = (GLfloat) t / 65535.0F; local
192 GLushort r = (GLushort) ((rgba[i][RCOMP] - dest[i][RCOMP]) * tt + dest[i][RCOMP]);
193 GLushort g = (GLushort) ((rgba[i][GCOMP] - dest[i][GCOMP]) * tt + dest[i][GCOMP]);
194 GLushort b = (GLushort) ((rgba[i][BCOMP] - dest[i][BCOMP]) * tt + dest[i][BCOMP]);
195 GLushort a = (GLushort) ((rgba[i][ACOMP] - dest[i][ACOMP]) * tt + dest[i][ACOMP]);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_blend.c 191 const GLfloat tt = (GLfloat) t / 65535.0F; local
192 GLushort r = (GLushort) ((rgba[i][RCOMP] - dest[i][RCOMP]) * tt + dest[i][RCOMP]);
193 GLushort g = (GLushort) ((rgba[i][GCOMP] - dest[i][GCOMP]) * tt + dest[i][GCOMP]);
194 GLushort b = (GLushort) ((rgba[i][BCOMP] - dest[i][BCOMP]) * tt + dest[i][BCOMP]);
195 GLushort a = (GLushort) ((rgba[i][ACOMP] - dest[i][ACOMP]) * tt + dest[i][ACOMP]);
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
generic.c 670 tt = (t + t) & BN_MASK; \
671 if (tt < t) \
673 t1 = (BN_ULONG)Lw(tt); \
674 t2 = (BN_ULONG)Hw(tt); \
973 BN_ULLONG t, tt; local
1053 BN_ULLONG t, tt; local
  /external/bluetooth/bluedroid/stack/smp/
smp_keys.c 185 UINT8 *tt = p_cb->tk; local
200 UINT32_TO_STREAM(tt, passkey);
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_framebuffers.cc 640 for (size_t tt = 0; tt < arraysize(tests); ++tt) {
642 tests[tt][0], tests[tt][1], tests[tt][2], tests[tt][3], tt == 0);
    [all...]
  /external/chromium_org/tools/grit/grit/gather/
tr_html.py 76 _INLINE_TAGS = ['b', 'i', 'u', 'tt', 'code', 'font', 'a', 'span', 'small',
  /external/chromium_org/third_party/icu/source/i18n/
olsontz.cpp 757 UDate tt = (UDate)transitionTime(transitionIdx); local
758 if (finalZone == NULL || tt <= finalStartMillis) {
760 times[nTimes++] = tt;
    [all...]

Completed in 1398 milliseconds

1 2 3 45 6 7