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

  /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));
980 n6 = ntohs(so->so_fport);
982 n5 = (n6 >> 8) & 0xff;
983 n6 &= 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));
1012 n6 = ntohs(so->so_fport)
    [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);
711 n6 = so->so_faddr_port;
713 n5 = (n6 >> 8) & 0xff;
714 n6 &= 0xff;
726 n1, n2, n3, n4, n5, n6, x==7?buff:"");
733 &n1, &n2, &n3, &n4, &n5, &n6, buff);
738 lport = (n5 << 8) | (n6);
743 n6 = so->so_faddr_port
    [all...]
  /external/openssl/crypto/ec/
ecp_smpl.c 1008 BIGNUM *n0, *n1, *n2, *n3, *n4, *n5, *n6; local
1036 n6 = BN_CTX_get(ctx);
1037 if (n6 == NULL) goto end;
1082 /* n5, n6 */
1084 if (!BN_mod_sub_quick(n6, n2, n4, p)) goto end;
1086 /* n6 = n2 - n4 */
1090 if (BN_is_zero(n6))
1133 if (!field_sqr(group, n0, n6, ctx)) goto end;
1137 /* X_r = n6^2 - n5^2 * 'n7' */
1145 if (!field_mul(group, n0, n0, n6, ctx)) goto end
    [all...]
  /external/v8/test/mjsunit/
large-object-allocation.js 201 this.n6 = i;
  /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 713 milliseconds