Searched defs:small1 (Results 1 - 2 of 2) sorted by relevance

/external/jemalloc/test/integration/
H A Dxallocx.c208 size_t small0, small1, hugemax; local
213 small1 = get_small_size(1);
219 assert_zu_eq(xallocx(p, small1, 0, 0), small0,
222 assert_zu_eq(xallocx(p, small1, 0, 0), small0,
225 assert_zu_eq(xallocx(p, small0, small1 - small0, 0), small0,
/external/boringssl/src/crypto/ec/
H A Dp256-64.c501 /* smallfelem_mul sets |out| = |small1| * |small2|
503 * small1[i] < 2^64
507 static void smallfelem_mul(longfelem out, const smallfelem small1, argument
512 a = ((uint128_t)small1[0]) * small2[0];
518 a = ((uint128_t)small1[0]) * small2[1];
524 a = ((uint128_t)small1[1]) * small2[0];
530 a = ((uint128_t)small1[0]) * small2[2];
536 a = ((uint128_t)small1[1]) * small2[1];
542 a = ((uint128_t)small1[2]) * small2[0];
548 a = ((uint128_t)small1[
616 smallfelem small1, small2; local
628 felem_small_mul(longfelem out, const smallfelem small1, const felem in2) argument
987 smallfelem small1, small2; local
1111 smallfelem small1, small2, small3, small4, small5; local
[all...]

Completed in 72 milliseconds