HomeSort by: relevance | last modified time | path
    Searched refs:fracstr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/test/unit/
fxp.c 250 expect_mul_frac(size_t a, const char *fracstr, size_t expected) {
251 fxp_t frac = xparse_fxp(fracstr);
254 "Expected %zu * %s == %zu (fracmul); got %zu", a, fracstr, local
  /src/external/bsd/jemalloc/dist/test/unit/
fxp.c 249 expect_mul_frac(size_t a, const char *fracstr, size_t expected) {
250 fxp_t frac = xparse_fxp(fracstr);
253 "Expected %zu * %s == %zu (fracmul); got %zu", a, fracstr, expected, local

Completed in 30 milliseconds