HomeSort by: relevance | last modified time | path
    Searched defs:bins (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/tests/net/bpf/
t_div-by-zero.c 29 struct bpf_insn bins[] = { local
37 bp.bf_len = __arraycount(bins);
38 bp.bf_insns = bins;
  /src/sys/arch/hppa/hppa/
in_cksum.c 71 #define ADDBYTE {ROL; sum += *w++; bins++; mlen--;}
81 u_int bins = 0; local
121 if (bins & 1)
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
tcache_structs.h 25 * The descriptor lets the arena find our cache bins without seeing the
35 /* For small bins, fill (ncached_max >> lg_fill_div). */
37 /* For small bins, whether has been refilled since last GC. */
40 * For small bins, the number of items we can pretend to flush before
46 * either the cache bins alone, or the cache bin memory as well as this
51 /* The associated bins. */
57 cache_bin_t bins[TCACHE_NBINS_MAX]; member in struct:tcache_s
arena_structs.h 95 * The arena is allocated alongside its bins; really this is a
98 bin_t bins[0]; member in struct:arena_s
eset.h 43 eset_bin_t bins[SC_NPSIZES + 1]; member in struct:eset_s
sec.h 37 * lock while doing so, to allow operations on other bins to succeed.
46 * bins (e.g. a mutex per bin, which would also be more scalable
80 sec_bin_t *bins; member in struct:sec_shard_s
81 /* Number of bytes in all bins in the shard. */
arena_structs_b.h 202 * bins is used to store heaps of free regions.
206 bin_t bins[NBINS]; member in struct:arena_s
cache_bin.h 36 * individual bin. The cache bins track their bounds looking just at the low
130 * associated bins, we keep (with the tcache) a linked list of
131 * cache_bin_array_descriptor_ts that tell the arena how to find the bins.
136 * The arena keeps a list of the cache bins associated with it, for
140 /* Pointers to the tcache bins. */
141 cache_bin_t *bins; member in struct:cache_bin_array_descriptor_s
146 cache_bin_t *bins) {
148 descriptor->bins = bins;
650 * Actually initialize some cache bins. Callers should allocate the backin
    [all...]
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
tcache_structs.h 25 * The descriptor lets the arena find our cache bins without seeing the
35 /* For small bins, fill (ncached_max >> lg_fill_div). */
37 /* For small bins, whether has been refilled since last GC. */
40 * For small bins, the number of items we can pretend to flush before
46 * either the cache bins alone, or the cache bin memory as well as this
51 /* The associated bins. */
57 cache_bin_t bins[TCACHE_NBINS_MAX]; member in struct:tcache_s
arena_structs.h 95 * The arena is allocated alongside its bins; really this is a
98 bin_t bins[0]; member in struct:arena_s
eset.h 43 eset_bin_t bins[SC_NPSIZES + 1]; member in struct:eset_s
sec.h 37 * lock while doing so, to allow operations on other bins to succeed.
46 * bins (e.g. a mutex per bin, which would also be more scalable
80 sec_bin_t *bins; member in struct:sec_shard_s
81 /* Number of bytes in all bins in the shard. */
arena_structs_b.h 202 * bins is used to store heaps of free regions.
206 bin_t bins[NBINS]; member in struct:arena_s
cache_bin.h 36 * individual bin. The cache bins track their bounds looking just at the low
130 * associated bins, we keep (with the tcache) a linked list of
131 * cache_bin_array_descriptor_ts that tell the arena how to find the bins.
136 * The arena keeps a list of the cache bins associated with it, for
140 /* Pointers to the tcache bins. */
141 cache_bin_t *bins; member in struct:cache_bin_array_descriptor_s
146 cache_bin_t *bins) {
148 descriptor->bins = bins;
650 * Actually initialize some cache bins. Callers should allocate the backin
    [all...]
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
eset.h 44 eset_bin_t bins[SC_NPSIZES + 1]; member in struct:eset_s
tcache_structs.h 26 * The descriptor lets the arena find our cache bins without seeing the
34 /* The number of bins activated in the tcache. */
42 /* For small bins, help determine how many items to fill at a time. */
44 /* For small bins, whether has been refilled since last GC. */
47 * For small bins, the number of items we can pretend to flush before
53 * either the cache bins alone, or the cache bin memory as well as this
58 /* The associated bins. */
64 cache_bin_t bins[TCACHE_NBINS_MAX]; member in struct:tcache_s
sec.h 85 sec_bin_t *bins; member in struct:sec_s
cache_bin.h 36 * A pointer used to initialize a fake stack_head for disabled small bins
43 * individual bin. The cache bins track their bounds looking just at the low
140 * associated bins, we keep (with the tcache) a linked list of
141 * cache_bin_array_descriptor_ts that tell the arena how to find the bins.
146 * The arena keeps a list of the cache bins associated with it, for
150 /* Pointers to the tcache bins. */
151 cache_bin_t *bins; member in struct:cache_bin_array_descriptor_s
156 cache_bin_array_descriptor_t *descriptor, cache_bin_t *bins) {
158 descriptor->bins = bins;
    [all...]
  /src/external/bsd/jemalloc/include/jemalloc/internal/
eset.h 44 eset_bin_t bins[SC_NPSIZES + 1]; member in struct:eset_s
tcache_structs.h 26 * The descriptor lets the arena find our cache bins without seeing the
34 /* The number of bins activated in the tcache. */
42 /* For small bins, help determine how many items to fill at a time. */
44 /* For small bins, whether has been refilled since last GC. */
47 * For small bins, the number of items we can pretend to flush before
53 * either the cache bins alone, or the cache bin memory as well as this
58 /* The associated bins. */
64 cache_bin_t bins[TCACHE_NBINS_MAX]; member in struct:tcache_s
sec.h 85 sec_bin_t *bins; member in struct:sec_s
arena_structs_b.h 202 * bins is used to store heaps of free regions.
206 bin_t bins[NBINS]; member in struct:arena_s
cache_bin.h 36 * A pointer used to initialize a fake stack_head for disabled small bins
43 * individual bin. The cache bins track their bounds looking just at the low
140 * associated bins, we keep (with the tcache) a linked list of
141 * cache_bin_array_descriptor_ts that tell the arena how to find the bins.
146 * The arena keeps a list of the cache bins associated with it, for
150 /* Pointers to the tcache bins. */
151 cache_bin_t *bins; member in struct:cache_bin_array_descriptor_s
156 cache_bin_array_descriptor_t *descriptor, cache_bin_t *bins) {
158 descriptor->bins = bins;
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ft32/
interp.c 295 /* Implement the BINS machine instruction.
297 static uint32_t bins (uint32_t d, uint32_t f, uint32_t len, uint32_t pos) function
444 case 0xb: result = bins (r_1v, rimmv >> 10, bit_len, bit_pos); break;
  /src/external/gpl3/gdb/dist/sim/ft32/
interp.c 295 /* Implement the BINS machine instruction.
297 static uint32_t bins (uint32_t d, uint32_t f, uint32_t len, uint32_t pos) function
444 case 0xb: result = bins (r_1v, rimmv >> 10, bit_len, bit_pos); break;

Completed in 24 milliseconds

1 2