Searched refs:small1 (Results 1 – 7 of 7) sorted by relevance
/external/boringssl/src/crypto/ec/ |
D | p256-64.c | 507 static void smallfelem_mul(longfelem out, const smallfelem small1, in smallfelem_mul() argument 512 a = ((uint128_t)small1[0]) * small2[0]; in smallfelem_mul() 518 a = ((uint128_t)small1[0]) * small2[1]; in smallfelem_mul() 524 a = ((uint128_t)small1[1]) * small2[0]; in smallfelem_mul() 530 a = ((uint128_t)small1[0]) * small2[2]; in smallfelem_mul() 536 a = ((uint128_t)small1[1]) * small2[1]; in smallfelem_mul() 542 a = ((uint128_t)small1[2]) * small2[0]; in smallfelem_mul() 548 a = ((uint128_t)small1[0]) * small2[3]; in smallfelem_mul() 554 a = ((uint128_t)small1[1]) * small2[2]; in smallfelem_mul() 560 a = ((uint128_t)small1[2]) * small2[1]; in smallfelem_mul() [all …]
|
/external/jemalloc/test/integration/ |
D | xallocx.c | 208 size_t small0, small1, hugemax; in TEST_BEGIN() local 213 small1 = get_small_size(1); in TEST_BEGIN() 219 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN() 222 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN() 225 assert_zu_eq(xallocx(p, small0, small1 - small0, 0), small0, in TEST_BEGIN()
|
/external/libcxx/test/std/experimental/any/any.class/any.assign/ |
D | move.pass.cpp | 96 test_move_assign<small1, small2>(); in main()
|
D | value.pass.cpp | 168 test_assign_value<small1, small2>(); in main()
|
D | copy.pass.cpp | 188 test_copy_assign<small1, small2>(); in main()
|
/external/libcxx/test/std/experimental/any/any.class/any.modifiers/ |
D | swap.pass.cpp | 97 test_swap<small1, small2>(); in main()
|
/external/libcxx/test/support/ |
D | any_helpers.h | 135 typedef small_type<1> small1; typedef
|