/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netax25/ |
ax25.h | 116 unsigned int t1, t1timer; member in struct:ax25_info_struct 155 #define AX25_VALUES_T1 8 /* Default T1 timeout value */
|
/external/opencv/cv/src/ |
cvcolor.cpp | 128 arrtype t0=src[blue_idx], t1=src[1], t2=src[blue_idx^2]; \ 130 dst[i+1] = t1; \ 156 arrtype t0=src[blue_idx], t1=src[1], t2=src[blue_idx^2]; \ 158 dst[i+1] = t1; \ 183 arrtype t0 = src[2], t1 = src[1], t2 = src[0], t3 = src[3]; \ 185 dst[i+1] = t1; \ 1204 uchar t0 = icvHue255To180[dst[i]], t1 = icvHue255To180[dst[i+3]]; local 1438 float t0 = dst[i]*360.f, t1 = dst[i+3]*360.f; local [all...] |
/art/runtime/ |
exception_test.cc | 113 const DexFile::TryItem *t0, *t1; local 115 t1 = dex_->GetTryItems(*code_item, 1); 116 EXPECT_LE(t0->start_addr_, t1->start_addr_);
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
CodecTest.java | 99 long t1=0; local 107 t1=SystemClock.uptimeMillis(); 118 Log.v(TAG, "mp currentPositon = " + currentPosition + " play duration = " + (t2-t1)); 120 if ((currentPosition < ((t2-t1) *1.2)) && (currentPosition > 0)) 153 long t1 =0; local 166 t1=SystemClock.uptimeMillis(); 174 Log.v(TAG, "looping position " + currentPosition + "duration = " + (t2-t1)); 182 if ((currentPosition < ((t2-t1-5000)*1.2)) && currentPosition > 0) 192 long t1=0; local 199 t1=SystemClock.uptimeMillis() [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarSanity.java | 147 Transition t1 = s.transition[1]; local 148 if ( t1!=null ) { 150 traceStatesLookingForLeftRecursion((NFAState)t1.target,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe_stipple.c | 91 float t0, float t1) 102 if (t1 < 1.0) { 103 screen_interp( stage->draw, v1new, t1, header->v[0], header->v[1] );
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_sse.h | 240 __m128i t1 = _mm_unpacklo_epi32(*c, *d); local 244 *o = _mm_unpacklo_epi64(t0, t1); 245 *p = _mm_unpackhi_epi64(t0, t1);
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkPathOpsLine.cpp | 9 SkDLine SkDLine::subDivide(double t1, double t2) const { 12 fPts[0].fX - t1 * delta.fX, fPts[0].fY - t1 * delta.fY}, {
|
/external/chromium_org/third_party/sqlite/src/tool/ |
speedtest2.tcl | 57 # set t [time "exec ./sqlite-t1 st1.db <$sqlfile" 1] 69 drop table t1; 82 exec ./sqlite-t1 st1.db <2kinit.sql 120 puts $fd "CREATE TABLE t1(a INTEGER, b INTEGER, c VARCHAR(100));" 123 puts $fd "INSERT INTO t1 VALUES($i,$r,'[number_name $r]');" 131 puts $fd "DELETE FROM t1;" 140 puts $fd "INSERT INTO t1 VALUES($i,$r,'[number_name $r]');" 148 puts $fd "DELETE FROM t1;" 157 puts $fd "INSERT INTO t1 VALUES($i,$r,'[number_name $r]');" 165 puts $fd "DELETE FROM t1;" [all...] |
/external/eigen/bench/btl/libs/STL/ |
STL_interface.hh | 142 real t1 = B[j]; local 144 X[j] += t1 * A[j][j]; 146 X[i] += t1 * A[j][i];
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_stipple.c | 91 float t0, float t1) 102 if (t1 < 1.0) { 103 screen_interp( stage->draw, v1new, t1, header->v[0], header->v[1] );
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_sse.h | 240 __m128i t1 = _mm_unpacklo_epi32(*c, *d); local 244 *o = _mm_unpacklo_epi64(t0, t1); 245 *p = _mm_unpackhi_epi64(t0, t1);
|
/external/pixman/test/ |
utils-prng.c | 211 uint8_t t1, t2, t3, t4; 213 t1 = randdata.b[i * 4 + 3]; \ 217 *buf++ = t1; \
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/ |
atlantis.c | 277 static double t1 = 0.0, t2 = 0.0, t; local 280 t1 = t2; 310 t = t2 - t1;
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/ |
atlantis.c | 277 static double t1 = 0.0, t2 = 0.0, t; local 280 t1 = t2; 310 t = t2 - t1;
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/ |
atlantis.c | 277 static double t1 = 0.0, t2 = 0.0, t; local 280 t1 = t2; 310 t = t2 - t1;
|
/external/skia/src/pathops/ |
SkPathOpsLine.cpp | 9 SkDLine SkDLine::subDivide(double t1, double t2) const { 12 fPts[0].fX - t1 * delta.fX, fPts[0].fY - t1 * delta.fY}, {
|
/external/wpa_supplicant_8/src/crypto/ |
sha256-internal.c | 83 u32 S[8], W[64], t0, t1; local 105 t1 = Sigma0(a) + Maj(a, b, c); \ 107 h = t0 + t1;
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
CodecTest.java | 107 long t1=0; local 115 t1=SystemClock.uptimeMillis(); 126 Log.v(TAG, "mp currentPositon = " + currentPosition + " play duration = " + (t2-t1)); 133 if ((currentPosition < ((t2-t1) *1.2)) && (currentPosition > 0)) 166 long t1 =0; local 179 t1=SystemClock.uptimeMillis(); 187 Log.v(TAG, "looping position " + currentPosition + "duration = " + (t2-t1)); 195 if ((currentPosition < ((t2-t1-5000)*1.2)) && currentPosition > 0) 205 long t1=0; local 212 t1=SystemClock.uptimeMillis() [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_threading_local.py | 152 t1 = threading.Thread(target=f1) 153 t1.start() 158 # The test is done; just let t1 know it can exit, and wait for it. 160 t1.join()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_threading_local.py | 152 t1 = threading.Thread(target=f1) 153 t1.start() 158 # The test is done; just let t1 know it can exit, and wait for it. 160 t1.join()
|
/system/core/libmincrypt/ |
sha256.c | 92 uint32_t t1 = H + s1 + ch + K[t] + W[t]; local 97 E = D + t1; 101 A = t1 + t2;
|
/external/v8/src/mips/ |
builtins-mips.cc | 337 t1, 376 t1, 401 t1, 414 // t1: elements_array_end (untagged) 426 __ Addu(t1, t1, -kPointerSize); 427 __ sw(a2, MemOperand(t1)); 429 __ Branch(&loop, lt, t0, Operand(t1)); 473 __ Subu(t1, t1, kPointerSize) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_texfilter.c | 882 GLfloat t0[4], t1[4]; /* texels */ local 903 get_border_color(samp, img, t1); 906 swImg->FetchTexel(swImg, i1, 0, 0, t1); 909 lerp_rgba(rgba, a, t0, t1); 961 GLfloat t0[4], t1[4]; local 964 sample_1d_nearest(ctx, samp, tObj->Image[0][level+1], texcoord[i], t1); 965 lerp_rgba(rgba[i], f, t0, t1); 987 GLfloat t0[4], t1[4]; local 990 sample_1d_linear(ctx, samp, tObj->Image[0][level+1], texcoord[i], t1); 991 lerp_rgba(rgba[i], f, t0, t1); 1291 GLfloat t0[4], t1[4]; \/* texels *\/ local 1317 GLfloat t0[4], t1[4]; \/* texels *\/ local 1345 GLfloat t0[4], t1[4]; \/* texels *\/ local 2187 GLfloat t0[4], t1[4]; \/* texels *\/ local 2213 GLfloat t0[4], t1[4]; \/* texels *\/ local 2542 GLfloat t0[4], t1[4]; \/* texels *\/ local 2577 GLfloat t0[4], t1[4]; local 2971 GLfloat t0[4], t1[4]; \/* texels *\/ local 2999 GLfloat t0[4], t1[4]; \/* texels *\/ local 3181 GLfloat t0[4], t1[4]; local 3266 GLfloat t0[4], t1[4]; \/* texels *\/ local 3292 GLfloat t0[4], t1[4]; \/* texels *\/ local [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_texfilter.c | 882 GLfloat t0[4], t1[4]; /* texels */ local 903 get_border_color(samp, img, t1); 906 swImg->FetchTexel(swImg, i1, 0, 0, t1); 909 lerp_rgba(rgba, a, t0, t1); 961 GLfloat t0[4], t1[4]; local 964 sample_1d_nearest(ctx, samp, tObj->Image[0][level+1], texcoord[i], t1); 965 lerp_rgba(rgba[i], f, t0, t1); 987 GLfloat t0[4], t1[4]; local 990 sample_1d_linear(ctx, samp, tObj->Image[0][level+1], texcoord[i], t1); 991 lerp_rgba(rgba[i], f, t0, t1); 1291 GLfloat t0[4], t1[4]; \/* texels *\/ local 1317 GLfloat t0[4], t1[4]; \/* texels *\/ local 1345 GLfloat t0[4], t1[4]; \/* texels *\/ local 2187 GLfloat t0[4], t1[4]; \/* texels *\/ local 2213 GLfloat t0[4], t1[4]; \/* texels *\/ local 2542 GLfloat t0[4], t1[4]; \/* texels *\/ local 2577 GLfloat t0[4], t1[4]; local 2971 GLfloat t0[4], t1[4]; \/* texels *\/ local 2999 GLfloat t0[4], t1[4]; \/* texels *\/ local 3181 GLfloat t0[4], t1[4]; local 3266 GLfloat t0[4], t1[4]; \/* texels *\/ local 3292 GLfloat t0[4], t1[4]; \/* texels *\/ local [all...] |