HomeSort by relevance Sort by last modified time
    Searched defs:j1 (Results 1 - 8 of 8) sorted by null

  /cts/tools/dx-tests/src/dxc/junit/argsreturns/pargsreturn/jm/
T4.java 21 public long j1; field in class:T4
  /cts/apps/CtsVerifier/jni/audioquality/
Fft.cpp 87 int j1, j2, li, lix, i; local
97 for ( li = lixnp+lm, j1 = lm, j2 = lm+lmx; j1<=li;
98 j1+=lix, j2+=lix ) {
99 t1 = x[j1] - x[j2];
100 t2 = y[j1] - y[j2];
101 x[j1] += x[j2];
102 y[j1] += y[j2];
139 int j1, j2, li, lix, i; local
149 for ( li = lixnp+lm, j1 = lm, j2 = lm+lmx; j1<=li
    [all...]
  /external/chromium/base/
string_util_unittest.cc 825 int j1 = va_arg(org, int); local
836 EXPECT_EQ(j1, j2);
    [all...]
  /external/svox/pico/lib/
picofftsg.c 670 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh, m2; local
692 j1 = j + m;
694 xr = a[j1];
695 xi = a[j1 + 1];
698 a[j1] = yr;
699 a[j1 + 1] = yi;
702 j1 += m;
704 xr = a[j1];
705 xi = a[j1 + 1];
708 a[j1] = yr
1029 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh, m2; local
1583 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh; local
1707 picoos_int32 i, i0, j, j0, j1, j2, j3, m, mh; local
2034 picoos_int32 i, i0, j, j0, j1, j2, j3, m, mh; local
2248 picoos_int32 i, i0, j, j0, j1, j2, j3, m, mh; local
    [all...]
  /external/v8/src/third_party/dtoa/
dtoa.c 2678 j, j1, k, k0, k_check, leftright, m2, m5, s2, s5, local
    [all...]
  /external/webkit/JavaScriptCore/wtf/
dtoa.cpp 1885 j, j1, k, k0, k_check, leftright, m2, m5, s2, s5, local
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 3565 j, j1, k, k0, k_check, leftright, m2, m5, s2, s5, variable
    [all...]
  /external/sqlite/dist/
sqlite3.c 62348 int j1, j2, j3; local
64826 int j1; local
67331 int j1; local
74281 int j1, j2, j3, j4, j5; local
74587 int rc, j1; local
74817 int j1; local
74903 int j1; local
75149 int j1; \/* Addresss of jump instruction *\/ local
81072 int j1, j2; local
81306 int j1; \/* Jump instructions that get retargetted *\/ local
83075 int j1; \/* A-vs-B comparision jump *\/ local
85294 int j1; \/* Address of jump instruction *\/ local
    [all...]

Completed in 430 milliseconds