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

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
nstime.h 7 #define NSTIME_MAGIC ((uint32_t)0xb8a9ce37)
9 # define NSTIME_ZERO_INITIALIZER {0, NSTIME_MAGIC}
  /src/external/bsd/jemalloc/include/jemalloc/internal/
nstime.h 7 #define NSTIME_MAGIC ((uint32_t)0xb8a9ce37)
9 # define NSTIME_ZERO_INITIALIZER {0, NSTIME_MAGIC}
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
nstime.h 7 #define NSTIME_MAGIC ((uint32_t)0xb8a9ce37)
9 # define NSTIME_ZERO_INITIALIZER {0, NSTIME_MAGIC}
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
nstime.h 7 #define NSTIME_MAGIC ((uint32_t)0xb8a9ce37)
9 # define NSTIME_ZERO_INITIALIZER {0, NSTIME_MAGIC}
  /src/external/bsd/jemalloc/dist/src/
nstime.c 14 time->magic = NSTIME_MAGIC;
25 assert(time->magic == NSTIME_MAGIC ||
  /src/external/bsd/jemalloc.old/dist/src/
nstime.c 14 time->magic = NSTIME_MAGIC;
25 assert(time->magic == NSTIME_MAGIC ||

Completed in 22 milliseconds