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

  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
p6.cpp 18 int n6; // expected-error {{'alignas' must be specified on definition if it is specified on any declaration}} variable
19 alignas(8) extern int n6; // expected-note {{declared with 'alignas' attribute here}}
  /external/llvm/unittests/IR/
MetadataTest.cpp 97 MDNode *n6 = MDNode::getIfExists(Context, c2); local
106 EXPECT_EQ(n6, (Value*)nullptr);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
bind.hpp 421 typedef typename r5::next n6; typedef in struct:boost::mpl::bind5::apply
  /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/chromium_org/third_party/openssl/openssl/crypto/ec/
ecp_smpl.c 649 BIGNUM *n0, *n1, *n2, *n3, *n4, *n5, *n6; local
677 n6 = BN_CTX_get(ctx);
678 if (n6 == NULL) goto end;
723 /* n5, n6 */
725 if (!BN_mod_sub_quick(n6, n2, n4, p)) goto end;
727 /* n6 = n2 - n4 */
731 if (BN_is_zero(n6))
774 if (!field_sqr(group, n0, n6, ctx)) goto end;
778 /* X_r = n6^2 - n5^2 * 'n7' */
786 if (!field_mul(group, n0, n0, n6, ctx)) goto end
    [all...]
  /external/openssl/crypto/ec/
ecp_smpl.c 649 BIGNUM *n0, *n1, *n2, *n3, *n4, *n5, *n6; local
677 n6 = BN_CTX_get(ctx);
678 if (n6 == NULL) goto end;
723 /* n5, n6 */
725 if (!BN_mod_sub_quick(n6, n2, n4, p)) goto end;
727 /* n6 = n2 - n4 */
731 if (BN_is_zero(n6))
774 if (!field_sqr(group, n0, n6, ctx)) goto end;
778 /* X_r = n6^2 - n5^2 * 'n7' */
786 if (!field_mul(group, n0, n0, n6, ctx)) goto end
    [all...]
  /external/qemu/slirp-android/
tcp_subr.c 767 u_int n1, n2, n3, n4, n5, n6; local
825 &n1, &n2, &n3, &n4, &n5, &n6, buff);
830 lport = (n5 << 8) | (n6);
835 n6 = so->so_faddr_port;
837 n5 = (n6 >> 8) & 0xff;
838 n6 &= 0xff;
850 n1, n2, n3, n4, n5, n6, x==7?buff:"");
857 &n1, &n2, &n3, &n4, &n5, &n6, buff);
862 lport = (n5 << 8) | (n6);
867 n6 = so->so_faddr_port
    [all...]
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 235 constexpr int n6 = 3 * -715827883; // expected-error {{constant expression}} expected-note {{value -2147483649 is outside the range of }} member in namespace:UndefinedBehavior::Overflow
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 78 constexpr int **n6 = const_cast<int**>(&n3); member in namespace:ConstCast
80 constexpr int n8 = **n6;
283 constexpr bool n6 = 0 > &y; // expected-error {{must be initialized by a constant expression}}
    [all...]

Completed in 604 milliseconds