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

  /src/external/bsd/jemalloc/dist/test/unit/
sz.c 24 * For x86_64 Linux, it's 16384, and base_ind is 36.
27 size_t base_ind = 0; local
28 while (base_ind < SC_NSIZES &&
29 reg_size_compute(data.sc[base_ind].lg_base,
30 data.sc[base_ind].lg_delta,
31 data.sc[base_ind].ndelta) < base_psz) {
32 base_ind++;
35 reg_size_compute(data.sc[base_ind].lg_base,
36 data.sc[base_ind].lg_delta, data.sc[base_ind].ndelta)
    [all...]
  /src/usr.bin/indent/
io.c 246 compute_lined_up_code_indent(int base_ind)
251 && ind_add(base_ind, code.s, code.len) < opt.max_line_length) {
253 if (ind < base_ind)
254 ind = base_ind;
258 && ind == base_ind + opt.indent_size)
266 int base_ind = ps.ind_level * opt.indent_size; local
270 return base_ind + opt.continuation_indent;
271 return base_ind;
277 return compute_lined_up_code_indent(base_ind);
283 return base_ind + rel_ind
    [all...]
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
sz.h 102 pszind_t base_ind = off_to_first_ps_rg << SC_LG_NGROUP; local
103 pszind_t ind = base_ind + rg_inner_off;
  /src/external/bsd/jemalloc/include/jemalloc/internal/
sz.h 102 pszind_t base_ind = off_to_first_ps_rg << SC_LG_NGROUP; local
103 pszind_t ind = base_ind + rg_inner_off;

Completed in 34 milliseconds