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

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
fxp.h 46 #define FXP_BUF_SIZE (FXP_INTEGER_PART_DIGITS + FXP_FRACTIONAL_PART_DIGITS + 2)
124 void fxp_print(fxp_t a, char buf[FXP_BUF_SIZE]);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
fxp.h 46 #define FXP_BUF_SIZE (FXP_INTEGER_PART_DIGITS + FXP_FRACTIONAL_PART_DIGITS + 2)
124 void fxp_print(fxp_t a, char buf[FXP_BUF_SIZE]);
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
fxp.h 49 #define FXP_BUF_SIZE (FXP_INTEGER_PART_DIGITS + FXP_FRACTIONAL_PART_DIGITS + 2)
127 void fxp_print(fxp_t a, char buf[FXP_BUF_SIZE]);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
fxp.h 49 #define FXP_BUF_SIZE (FXP_INTEGER_PART_DIGITS + FXP_FRACTIONAL_PART_DIGITS + 2)
127 void fxp_print(fxp_t a, char buf[FXP_BUF_SIZE]);

Completed in 16 milliseconds