/external/libunwind/src/ia64/ |
D | Grbs.c | 128 unw_word_t nregs, bsp = c->bsp, curr = c->rbs_curr, n; in rbs_find_stacked() local 149 nregs = rse_num_regs (bsp, c->rbs_area[curr].end); in rbs_find_stacked() 151 if (regs_to_skip < nregs) in rbs_find_stacked() 170 regs_to_skip -= nregs; in rbs_find_stacked() 199 rbs_cover_and_flush (struct cursor *c, unw_word_t nregs, in rbs_cover_and_flush() argument 209 c->bsp = rse_skip_regs (bsp, nregs); in rbs_cover_and_flush() 215 if (likely (n >= nregs)) in rbs_cover_and_flush() 232 nregs -= n; /* account for registers already on the rbs */ in rbs_cover_and_flush() 234 assert (rse_skip_regs (c->bsp, -nregs) == rse_skip_regs (rbs->end, 0)); in rbs_cover_and_flush() 239 nregs += rse_num_regs (rbs->end, bsp); in rbs_cover_and_flush() [all …]
|
/external/u-boot/drivers/gpio/ |
D | 74x164_gpio.c | 34 u32 nregs; member 54 ret = dm_spi_xfer(dev, priv->nregs * 8, priv->buffer, NULL, in gen_74x164_write_conf() 65 uint bank = priv->nregs - 1 - offset / 8; in gen_74x164_get_value() 75 uint bank = priv->nregs - 1 - offset / 8; in gen_74x164_set_value() 143 priv->nregs = fdtdec_get_int(fdt, node, "registers-number", 1); in gen_74x164_probe() 144 priv->buffer = calloc(priv->nregs, sizeof(u8)); in gen_74x164_probe() 151 priv->buffer, priv->nregs); in gen_74x164_probe() 162 uc_priv->gpio_count = priv->nregs * 8; in gen_74x164_probe()
|
/external/elfutils/tests/ |
D | allregs.c | 69 int nregs; member 108 if (regno >= state->nregs) in one_register() 111 memset (&state->info[state->nregs], 0, in one_register() 113 - (void *) &state->info[state->nregs])); in one_register() 114 state->nregs = regno + 1; in one_register() 166 if (result != 0 || state.nregs == 0) in main() 170 qsort (state.info, state.nregs, sizeof state.info[0], &compare); in main() 173 for (int i = 0; i < state.nregs; ++i) in main()
|
/external/jemalloc_new/test/unit/ |
D | pack.c | 51 uint32_t nregs; in nregs_per_run_compute() local 60 sz = sizeof(nregs); in nregs_per_run_compute() 61 assert_d_eq(mallctlbymib(mib, miblen, (void *)&nregs, &sz, NULL, in nregs_per_run_compute() 63 return nregs; in nregs_per_run_compute() 99 size_t nregs = nregs_per_run * NSLABS; in TEST_BEGIN() local 100 VARIABLE_ARRAY(void *, ptrs, nregs); in TEST_BEGIN()
|
D | slab.c | 15 for (regind = 0; regind < bin_info->nregs; regind++) { in TEST_BEGIN()
|
/external/jemalloc/test/unit/ |
D | pack.c | 60 uint32_t nregs; in nregs_per_run_compute() local 69 sz = sizeof(nregs); in nregs_per_run_compute() 70 assert_d_eq(mallctlbymib(mib, miblen, (void *)&nregs, &sz, NULL, in nregs_per_run_compute() 72 return (nregs); in nregs_per_run_compute() 139 size_t nregs = nregs_per_run * nruns; in TEST_BEGIN() local 140 VARIABLE_ARRAY(void *, ptrs, nregs); in TEST_BEGIN()
|
/external/jemalloc_new/src/ |
D | bin.c | 8 #define BIN_INFO_bin_yes(reg_size, slab_size, nregs) \ argument 9 {reg_size, slab_size, nregs, BITMAP_INFO_INITIALIZER(nregs)}, 10 #define BIN_INFO_bin_no(reg_size, slab_size, nregs) argument
|
D | tcache.c | 697 if ((bin_infos[i].nregs << 1) <= TCACHE_NSLOTS_SMALL_MIN) { in tcache_boot() 700 } else if ((bin_infos[i].nregs << 1) <= in tcache_boot() 703 (bin_infos[i].nregs << 1); in tcache_boot()
|
/external/elfutils/libdwfl/ |
D | frame_unwind.c | 517 size_t nregs = ebl_frame_nregs (ebl); in new_unwound() local 518 assert (nregs > 0); in new_unwound() 520 unwound = malloc (sizeof (*unwound) + sizeof (*unwound->regs) * nregs); in new_unwound() 559 size_t nregs = ebl_frame_nregs (ebl); in handle_cfi() local 560 assert (nregs > 0); in handle_cfi() 567 for (unsigned regno = 0; regno < nregs; regno++) in handle_cfi() 672 setfunc (int firstreg, unsigned nregs, const Dwarf_Word *regs, void *arg) in setfunc() argument 679 assert (nregs == 1); in setfunc() 685 while (nregs--) in setfunc() 692 getfunc (int firstreg, unsigned nregs, Dwarf_Word *regs, void *arg) in getfunc() argument [all …]
|
D | linux-core-attach.c | 178 size_t nregs = ebl_frame_nregs (core_arg->ebl); in core_set_initial_registers() local 179 assert (nregs > 0); in core_set_initial_registers() 258 if (regno < nregs in core_set_initial_registers() 284 if (regno < nregs) in core_set_initial_registers() 326 size_t nregs = ebl_frame_nregs (ebl); in dwfl_core_file_attach() local 327 if (nregs == 0) in dwfl_core_file_attach()
|
D | dwfl_frame_regs.c | 37 unsigned nregs, const Dwarf_Word *regs) in dwfl_thread_state_registers() argument 42 for (unsigned regno = firstreg; regno < firstreg + nregs; regno++) in dwfl_thread_state_registers()
|
D | dwfl_module_register_names.c | 56 int nregs = ebl_register_info (mod->ebl, -1, NULL, 0, in dwfl_module_register_names() local 59 for (int regno = 0; regno < nregs && likely (result == 0); ++regno) in dwfl_module_register_names()
|
D | linux-pid-attach.c | 299 pid_thread_state_registers_cb (int firstreg, unsigned nregs, in pid_thread_state_registers_cb() argument 306 assert (nregs == 1); in pid_thread_state_registers_cb() 310 assert (nregs > 0); in pid_thread_state_registers_cb() 311 return INTUSE(dwfl_thread_state_registers) (thread, firstreg, nregs, regs); in pid_thread_state_registers_cb()
|
D | dwfl_frame.c | 94 size_t nregs = ebl_frame_nregs (ebl); in state_alloc() local 95 if (nregs == 0) in state_alloc() 97 assert (nregs < sizeof (((Dwfl_Frame *) NULL)->regs_set) * 8); in state_alloc() 98 Dwfl_Frame *state = malloc (sizeof (*state) + sizeof (*state->regs) * nregs); in state_alloc()
|
/external/elfutils/backends/ |
D | ia64_retval.c | 93 compute_hfa (const Dwarf_Op *loc, int nregs, in compute_hfa() argument 100 return fpregs_used + nregs; in compute_hfa() 128 #define hfa(loc, nregs) compute_hfa(loc, nregs, locp, fpregs_used) in hfa_type() argument
|
/external/elfutils/libdw/ |
D | cfi.c | 49 size_t size = offsetof (Dwarf_Frame, regs[original->nregs]); in duplicate_frame_state() 71 if ((*pfs)->nregs <= reg) in enough_registers() 83 memset (bigger->regs + bigger->nregs, 0, in enough_registers() 84 (reg + 1 - bigger->nregs) * sizeof bigger->regs[0]); in enough_registers() 85 bigger->nregs = reg + 1; in enough_registers() 320 if (cie->initial_state->nregs > operand) in execute_cfi()
|
D | dwarf_frame_register.c | 53 if (unlikely ((size_t) regno >= fs->nregs)) in dwarf_frame_register()
|
D | cfi.h | 186 size_t nregs; member
|
/external/elfutils/libebl/ |
D | libebl.h | 337 typedef bool (ebl_tid_registers_t) (int firstreg, unsigned nregs, 382 typedef bool (ebl_tid_registers_get_t) (int firstreg, unsigned nregs,
|
/external/u-boot/include/ |
D | kgdb.h | 35 int nregs; member
|
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/ |
D | ffi.c | 875 int nregs = t->size / sizeof (float); in place_vfp_arg() local 881 while (reg + nregs <= 16) in place_vfp_arg() 884 for (s = reg; s < reg + nregs; s++) in place_vfp_arg() 900 reg += nregs; in place_vfp_arg()
|
/external/libffi/src/arm/ |
D | ffi.c | 875 int nregs = t->size / sizeof (float); in place_vfp_arg() local 881 while (reg + nregs <= 16) in place_vfp_arg() 884 for (s = reg; s < reg + nregs; s++) in place_vfp_arg() 900 reg += nregs; in place_vfp_arg()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | bin.h | 42 uint32_t nregs; member
|
/external/jemalloc/src/ |
D | stats.c | 71 uint32_t nregs; in stats_arena_bins_print() local 86 CTL_M2_GET("arenas.bin.0.nregs", j, &nregs, uint32_t); in stats_arena_bins_print() 137 availregs = nregs * curruns; in stats_arena_bins_print() 160 ndalloc, nrequests, curregs, curruns, nregs, in stats_arena_bins_print() 170 ndalloc, nrequests, curregs, curruns, nregs, in stats_arena_bins_print()
|
D | tcache.c | 579 if ((arena_bin_info[i].nregs << 1) <= TCACHE_NSLOTS_SMALL_MIN) { in tcache_boot() 582 } else if ((arena_bin_info[i].nregs << 1) <= in tcache_boot() 585 (arena_bin_info[i].nregs << 1); in tcache_boot()
|