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

  /external/chromium/base/
linked_list_unittest.cc 113 Node n5(5);
119 list.Append(&n5);
122 EXPECT_EQ(&n5, list.tail());
132 EXPECT_EQ(&n5, list.tail());
139 n5.RemoveFromList();
171 list.Append(&n5);
174 EXPECT_EQ(&n5, list.tail());
  /external/qemu/slirp/
tcp_subr.c 612 u_int n1, n2, n3, n4, n5, n6; local
970 &n1, &n2, &n3, &n4, &n5, &n6, buff);
975 lport = htons((n5 << 8) | (n6));
982 n5 = (n6 >> 8) & 0xff;
995 n1, n2, n3, n4, n5, n6, x==7?buff:"");
1002 &n1, &n2, &n3, &n4, &n5, &n6, buff);
1007 lport = htons((n5 << 8) | (n6));
1014 n5 = (n6 >> 8) & 0xff;
1027 n1, n2, n3, n4, n5, n6, x==7?buff:"");
    [all...]
  /external/qemu/slirp-android/
tcp_subr.c 643 u_int n1, n2, n3, n4, n5, n6; local
701 &n1, &n2, &n3, &n4, &n5, &n6, buff);
706 lport = (n5 << 8) | (n6);
713 n5 = (n6 >> 8) & 0xff;
726 n1, n2, n3, n4, n5, n6, x==7?buff:"");
733 &n1, &n2, &n3, &n4, &n5, &n6, buff);
738 lport = (n5 << 8) | (n6);
745 n5 = (n6 >> 8) & 0xff;
758 n1, n2, n3, n4, n5, n6, x==7?buff:"");
  /external/openssl/crypto/ec/
ecp_smpl.c 1008 BIGNUM *n0, *n1, *n2, *n3, *n4, *n5, *n6; local
1035 n5 = BN_CTX_get(ctx);
1082 /* n5, n6 */
1083 if (!BN_mod_sub_quick(n5, n1, n3, p)) goto end;
1085 /* n5 = n1 - n3 */
1088 if (BN_is_zero(n5))
1117 if (!BN_copy(&r->Z, n5)) goto end;
1127 if (!field_mul(group, &r->Z, n0, n5, ctx)) goto end;
1130 /* Z_r = Z_a * Z_b * n5 */
1134 if (!field_sqr(group, n4, n5, ctx)) goto end
    [all...]
  /external/v8/test/mjsunit/
large-object-allocation.js 175 this.n5 = i;
  /external/gtest/test/
gtest_unittest.cc 1755 int n5 = 0; local
1757 n1++, n2++, n3++, n4++, n5++) local
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 2583 int n5 = 0; local
2585 n1++, n2++, n3++, n4++, n5++) local
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 181 milliseconds