HomeSort by: relevance | last modified time | path
    Searched defs:TICKER_GEOM_MUL (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
ticker.h 112 #define TICKER_GEOM_MUL 61
136 assert((uint64_t)nticks * (uint64_t)255 / (uint64_t)TICKER_GEOM_MUL
157 / (uint64_t)TICKER_GEOM_MUL);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
ticker.h 112 #define TICKER_GEOM_MUL 61
136 assert((uint64_t)nticks * (uint64_t)255 / (uint64_t)TICKER_GEOM_MUL
157 / (uint64_t)TICKER_GEOM_MUL);
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
ticker.h 117 #define TICKER_GEOM_MUL 61
142 assert((uint64_t)nticks * (uint64_t)255 / (uint64_t)TICKER_GEOM_MUL
168 * (uint64_t)ticker_geom_table[idx] / (uint64_t)TICKER_GEOM_MUL);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
ticker.h 117 #define TICKER_GEOM_MUL 61
142 assert((uint64_t)nticks * (uint64_t)255 / (uint64_t)TICKER_GEOM_MUL
168 * (uint64_t)ticker_geom_table[idx] / (uint64_t)TICKER_GEOM_MUL);

Completed in 14 milliseconds