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

  /external/boringssl/src/crypto/ec/
p256-64.c 465 /* smallfelem_mul sets |out| = |small1| * |small2|
467 * small1[i] < 2^64
471 static void smallfelem_mul(longfelem out, const smallfelem small1,
476 a = ((uint128_t)small1[0]) * small2[0];
482 a = ((uint128_t)small1[0]) * small2[1];
488 a = ((uint128_t)small1[1]) * small2[0];
494 a = ((uint128_t)small1[0]) * small2[2];
500 a = ((uint128_t)small1[1]) * small2[1];
506 a = ((uint128_t)small1[2]) * small2[0];
512 a = ((uint128_t)small1[0]) * small2[3]
580 smallfelem small1, small2; local
918 smallfelem small1, small2; local
1040 smallfelem small1, small2, small3, small4, small5; local
    [all...]
  /external/libcxx/test/std/experimental/any/any.class/any.assign/
move.pass.cpp 96 test_move_assign<small1, small2>();
copy.pass.cpp 188 test_copy_assign<small1, small2>();
value.pass.cpp 168 test_assign_value<small1, small2>();
  /external/libcxx/test/std/experimental/any/any.class/any.modifiers/
swap.pass.cpp 97 test_swap<small1, small2>();
  /external/libcxx/test/std/utilities/any/any.class/any.assign/
move.pass.cpp 102 test_move_assign<small1, small2>();
copy.pass.cpp 188 test_copy_assign<small1, small2>();
value.pass.cpp 199 test_assign_value<small1, small2>();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/any/any.class/any.assign/
move.pass.cpp 96 test_move_assign<small1, small2>();
copy.pass.cpp 188 test_copy_assign<small1, small2>();
value.pass.cpp 168 test_assign_value<small1, small2>();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/any/any.class/any.modifiers/
swap.pass.cpp 97 test_swap<small1, small2>();
  /external/jemalloc/test/integration/
xallocx.c 212 size_t small0, small1, hugemax; local
217 small1 = get_small_size(1);
223 assert_zu_eq(xallocx(p, small1, 0, 0), small0,
226 assert_zu_eq(xallocx(p, small1, 0, 0), small0,
229 assert_zu_eq(xallocx(p, small0, small1 - small0, 0), small0,
  /external/libcxx/test/std/utilities/any/any.class/any.modifiers/
swap.pass.cpp 128 test_swap<small1, small2>();
  /external/libcxx/test/support/
experimental_any_helpers.h 143 typedef small_type<1> small1;
any_helpers.h 173 typedef small_type<1> small1; typedef
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
any_helpers.h 143 typedef small_type<1> small1;
  /toolchain/binutils/binutils-2.25/gold/
powerpc.cc     [all...]

Completed in 206 milliseconds