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

  /src/external/bsd/jemalloc/include/jemalloc/internal/
size_classes.h 26 * NBINS: Number of small size class bins.
197 #define NBINS 39
346 #define NBINS 36
493 #define NBINS 35
805 #define NBINS 39
1114 #define NBINS 36
1421 #define NBINS 35
1573 #define NBINS 43
1722 #define NBINS 40
1869 #define NBINS 3
    [all...]
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
size_classes.h 26 * NBINS: Number of small size class bins.
180 #define NBINS 39
329 #define NBINS 36
476 #define NBINS 35
788 #define NBINS 39
1097 #define NBINS 36
1404 #define NBINS 35
1556 #define NBINS 43
1705 #define NBINS 40
1852 #define NBINS 3
    [all...]
  /src/usr.bin/sort/
sort.h 77 #define NBINS 256
165 extern u_char ascii[NBINS], Rascii[NBINS], Ftable[NBINS], RFtable[NBINS];
167 extern u_char d_mask[NBINS];
  /src/sys/dev/ic/
arn9003.c 2774 #define NBINS 23
2776 int x[NBINS + 1], y[NBINS + 1], t[NBINS + 1];
2777 int b1[NBINS + 1], b2[NBINS + 1], xtilde[NBINS + 1];
2790 for (i = 0; i < NBINS; i++) {
2798 rxsum = (lo[i + NBINS] & 0xffff) << 5 |
2800 rosum = (hi[i + NBINS] & 0x7ff) << 16 | hi[i + NBINS] >> 16
    [all...]

Completed in 40 milliseconds