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

  /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/support/
any_helpers.h 173 typedef small_type<1> small1; typedef
  /external/boringssl/src/crypto/fipsmodule/ec/
p256-64.c 473 /* smallfelem_mul sets |out| = |small1| * |small2|
475 * small1[i] < 2^64
479 static void smallfelem_mul(longfelem out, const smallfelem small1,
484 a = ((uint128_t)small1[0]) * small2[0];
490 a = ((uint128_t)small1[0]) * small2[1];
496 a = ((uint128_t)small1[1]) * small2[0];
502 a = ((uint128_t)small1[0]) * small2[2];
508 a = ((uint128_t)small1[1]) * small2[1];
514 a = ((uint128_t)small1[2]) * small2[0];
520 a = ((uint128_t)small1[0]) * small2[3]
588 smallfelem small1, small2; local
926 smallfelem small1, small2; local
1048 smallfelem small1, small2, small3, small4, small5; local
    [all...]

Completed in 5516 milliseconds