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

  /external/linux-kselftest/tools/testing/selftests/timers/
raw_skew.c 108 struct timex tx1, tx2; local
131 tx2.modes = 0;
132 adjtimex(&tx2);
143 ppm = (tx1.freq + tx2.freq) * 1000 / 2;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/
Primes.java 528 BigInteger tx2 = x.subtract(ONE).divide(c0x2).add(ONE).shiftLeft(1); local
531 BigInteger c = tx2.multiply(c0).add(ONE);
541 tx2 = ONE.shiftLeft(length - 1).subtract(ONE).divide(c0x2).add(ONE).shiftLeft(1);
542 c = tx2.multiply(c0).add(ONE);
558 tx2 = tx2.add(BigInteger.valueOf(dt));
561 BigInteger z = a.modPow(tx2, c);
  /prebuilts/go/darwin-x86/src/cmd/go/
vendor_test.go 269 tg.run("test", "github.com/rsc/go-get-issue-11864/vendor/vendor.org/tx2")
313 tg.run("list", "-f", `{{join .XTestImports "\n"}}`, "github.com/rsc/go-get-issue-11864/vendor/vendor.org/tx2")
314 tg.grepStdout("go-get-issue-11864/vendor/vendor.org/tx2", "did not find vendor-expanded tx2")
  /prebuilts/go/linux-x86/src/cmd/go/
vendor_test.go 269 tg.run("test", "github.com/rsc/go-get-issue-11864/vendor/vendor.org/tx2")
313 tg.run("list", "-f", `{{join .XTestImports "\n"}}`, "github.com/rsc/go-get-issue-11864/vendor/vendor.org/tx2")
314 tg.grepStdout("go-get-issue-11864/vendor/vendor.org/tx2", "did not find vendor-expanded tx2")
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_context.c 210 unsigned tx2 = tx1 + hud->font.glyph_width; local
233 vertices[num++] = (float) tx2;
238 vertices[num++] = (float) tx2;
    [all...]
  /prebuilts/go/darwin-x86/src/database/sql/
sql_test.go     [all...]
  /prebuilts/go/linux-x86/src/database/sql/
sql_test.go     [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 2505 milliseconds