HomeSort by relevance Sort by last modified time
    Searched refs:m4 (Results 176 - 200 of 234) sorted by null

1 2 3 4 5 6 78 910

  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/engines/
AESEngine.java 237 private static final int m4 = 0xC0C0C0C0; field in class:AESEngine
248 int t1 = (x & m4);
258 private static final int m4 = 0x1b1b1b1b;
259 private int FFmulX(int x) { int u = x & m1; return ((x & m2) << 1) ^ ((u - (u >>> 7)) & m4); }
AESFastEngine.java 564 private static final int m4 = 0xC0C0C0C0; field in class:AESFastEngine
    [all...]
  /external/eigen/unsupported/test/
cxx11_tensor_contraction.cpp 241 m4(t4.data(), 2, 2);
243 expected = (m1 * m4) * (m3 - m1 * m2);
  /external/v8/src/s390/
simulator-s390.cc     [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 618 public static final Integer m4 = new Integer(-4); field in class:JSR166TestCase
    [all...]
  /external/u-boot/arch/arm/mach-omap2/omap3/
clock.c 256 /* M4 */
501 /* M4 (CLKSEL_DSS1): CM_CLKSEL_DSS[0:5] */
502 clrsetbits_le32(&prcm_base->clksel_dss, 0x0000003F, ptr->m4);
  /external/skia/tests/
Matrix44Test.cpp 33 T m4, T m5, T m6, T m7,
41 REPORTER_ASSERT(reporter, data[4] == m4);
  /external/skqp/tests/
Matrix44Test.cpp 33 T m4, T m5, T m6, T m7,
41 REPORTER_ASSERT(reporter, data[4] == m4);
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]
  /external/libxml2/
Makefile.am 3 ACLOCAL_AMFLAGS = -I m4
67 m4data_DATA = libxml.m4
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
AESFastEngine.java 562 private static final int m4 = 0xC0C0C0C0; field in class:AESFastEngine
    [all...]
  /external/fonttools/Tests/feaLib/
parser_test.py     [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
loop_optimizer_test.cc 664 ops::Merge m4(scope.WithOpName("m4"), {square1, sqrt2});
714 } else if (node.name() == "m4") {
    [all...]
  /external/ImageMagick/config/
ltmain.sh     [all...]
  /external/curl/
ltmain.sh     [all...]
  /external/expat/conftools/
ltmain.sh     [all...]
  /external/google-breakpad/autotools/
ltmain.sh 823 # Ensure that we are using m4 macros, and libtool script from the same
833 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
840 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
848 $progname: You should recreate aclocal.m4 with macros from revision $package_revision
    [all...]
  /external/iperf3/config/
ltmain.sh     [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh 979 # Ensure that we are using m4 macros, and libtool script from the same
989 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
996 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
1004 $progname: You should recreate aclocal.m4 with macros from revision $package_revision
    [all...]
  /external/libevent/
ltmain.sh     [all...]
  /external/libexif/
ltmain.sh 986 # Ensure that we are using m4 macros, and libtool script from the same
996 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
1003 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
1011 $progname: You should recreate aclocal.m4 with macros from revision $package_revision
    [all...]
  /external/libnetfilter_conntrack/build-aux/
ltmain.sh 979 # Ensure that we are using m4 macros, and libtool script from the same
989 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
996 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
1004 $progname: You should recreate aclocal.m4 with macros from revision $package_revision
    [all...]
  /external/libnetfilter_conntrack/
ltmain.sh 823 # Ensure that we are using m4 macros, and libtool script from the same
833 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
840 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
848 $progname: You should recreate aclocal.m4 with macros from revision $package_revision
    [all...]
  /external/libnfnetlink/build-aux/
ltmain.sh 979 # Ensure that we are using m4 macros, and libtool script from the same
989 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
996 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
1004 $progname: You should recreate aclocal.m4 with macros from revision $package_revision
    [all...]
  /external/libnfnetlink/
ltmain.sh 823 # Ensure that we are using m4 macros, and libtool script from the same
833 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
840 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
848 $progname: You should recreate aclocal.m4 with macros from revision $package_revision
    [all...]

Completed in 1797 milliseconds

1 2 3 4 5 6 78 910