/external/elfutils/lib/ |
D | list.h | 33 #define CDBL_LIST_ADD_REAR(first, newp) \ argument 76 #define SNGL_LIST_PUSH(first, newp) \ argument 86 #define CSNGL_LIST_ADD_REAR(first, newp) \ argument
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_subexp.c | 79 static int prob_diff_update_cost(vpx_prob newp, vpx_prob oldp) { in prob_diff_update_cost() 112 void vp9_write_prob_diff_update(vpx_writer *w, vpx_prob newp, vpx_prob oldp) { in vp9_write_prob_diff_update() 121 vpx_prob newp, bestnewp = oldp; in vp9_prob_diff_update_savings_search() local 145 int newp; in vp9_prob_diff_update_savings_search_model() local 184 vpx_prob newp = get_binary_prob(ct[0], ct[1]); in vp9_cond_prob_diff_update() local
|
D | vp9_bitstream.c | 564 vpx_prob newp = new_coef_probs[i][j][k][l][t]; in update_coef_probs_common() local 600 vpx_prob newp = new_coef_probs[i][j][k][l][t]; in update_coef_probs_common() local 637 vpx_prob newp = new_coef_probs[i][j][k][l][t]; in update_coef_probs_common() local
|
/external/jemalloc_new/src/ |
D | ctl.c | 1174 void *newp, size_t newlen) { in ctl_byname() 1220 size_t *oldlenp, void *newp, size_t newlen) { in ctl_bymib() 1517 void *oldp, size_t *oldlenp, void *newp, size_t newlen) { in background_thread_ctl() 1575 void *oldp, size_t *oldlenp, void *newp, size_t newlen) { in max_background_threads_ctl() 1780 void *oldp, size_t *oldlenp, void *newp, size_t newlen) { in thread_tcache_flush_ctl() 1800 size_t *oldlenp, void *newp, size_t newlen) { in thread_prof_name_ctl() 1831 size_t *oldlenp, void *newp, size_t newlen) { in thread_prof_active_ctl() 1861 size_t *oldlenp, void *newp, size_t newlen) { in tcache_create_ctl() 1879 size_t *oldlenp, void *newp, size_t newlen) { in tcache_flush_ctl() 1899 size_t *oldlenp, void *newp, size_t newlen) { in tcache_destroy_ctl() [all …]
|
/external/elfutils/libasm/ |
D | asm_newsubscn.c | 44 AsmScn_t *newp; in asm_newsubscn() local
|
D | asm_align.c | 155 struct AsmData *newp; in __libasm_ensure_section_space() local
|
/external/elfutils/libelf/ |
D | elf_newscn.c | 85 Elf_ScnList *newp = NULL; in elf_newscn() local
|
D | elf_getarsym.c | 219 Elf_Arsym *newp = (Elf_Arsym *) realloc (elf->state.ar.ar_sym, in elf_getarsym() local
|
D | elf_begin.c | 724 char *newp; in read_long_names() local
|
/external/elfutils/libdw/ |
D | libdw_findcu.c | 147 struct Dwarf_CU *newp = libdw_typed_alloc (dbg, struct Dwarf_CU); in __libdw_intern_next_unit() local 250 struct Dwarf_CU *newp = __libdw_intern_next_unit (dbg, v4_debug_types); in __libdw_findcu() local
|
D | libdw_alloc.c | 123 struct libdw_memblock *newp = malloc (size); in __libdw_allocate() local
|
D | dwarf_getsrc_file.c | 144 Dwarf_Line **newp = realloc (match, in dwarf_getsrc_file() local
|
D | dwarf_getlocation.c | 211 struct loc_s *newp = libdw_alloc (attr->cu->dbg, in is_constant_offset() local 621 struct loc_s *newp; in __libdw_intern_expression() local
|
/external/curl/lib/ |
D | gopher.c | 113 char *newp; in gopher_do() local
|
D | dict.c | 100 char *newp = NULL; in unescape_word() local
|
D | urlapi.c | 842 char *newp = malloc(strlen(path) * 3); in seturl() local 875 char *newp = Curl_dedotdotify(path); in seturl() local 1380 const char *newp = part; in curl_url_set() local
|
/external/libvpx/libvpx/vp8/encoder/ |
D | bitstream.c | 669 const vp8_prob newp, const vp8_prob upd) { in prob_update_savings() 714 const vp8_prob newp = cpi->frame_coef_probs[i][j][k][t]; in independent_coef_context_savings() local 762 const vp8_prob newp = cpi->frame_coef_probs[i][j][k][t]; in default_coef_context_savings() local 884 const vp8_prob newp = cpi->frame_coef_probs[i][j][k][t]; in vp8_update_coef_probs() local 904 const vp8_prob newp = cpi->frame_coef_probs[i][j][k][t]; in vp8_update_coef_probs() local 969 const vp8_prob newp = cpi->common.fc.coef_probs[i][j][k][t]; in pack_coef_probs() local
|
/external/elfutils/libdwfl/ |
D | dwfl_module_getsrc_file.c | 149 Dwfl_Line **newp = realloc (match, in dwfl_module_getsrc_file() local
|
/external/elfutils/libcpu/ |
D | i386_parse.y | 268 struct synonym *newp = xmalloc (sizeof (*newp)); variable 297 struct instruction *newp = xcalloc (sizeof (*newp), variable 572 struct known_bitfield *newp = xmalloc (sizeof (struct known_bitfield)); in new_bitfield() local 918 struct argstring *newp = xmalloc (sizeof (*newp)); in find_numbers() local 931 struct argstring *newp = xmalloc (sizeof (*newp)); in find_numbers() local
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | ctl.h | 104 #define xmallctl(name, oldp, oldlenp, newp, newlen) do { \ argument 122 #define xmallctlbymib(mib, miblen, oldp, oldlenp, newp, newlen) do { \ argument
|
/external/e2fsprogs/intl/ |
D | plural.y | 66 struct expression *newp; in new_exp() local
|
/external/elfutils/src/ |
D | ar.c | 161 char *newp = alloca (len + 1); in main() local 969 struct armem *newp = alloca (sizeof (struct armem)); in do_oper_delete() local 1161 struct armem *newp = alloca (sizeof (struct armem)); in do_oper_insert() local
|
/external/tensorflow/tensorflow/lite/experimental/kernels/ |
D | ctc_beam_entry.h | 95 BeamProbability newp; member
|
/external/tensorflow/tensorflow/core/util/ctc/ |
D | ctc_beam_entry.h | 98 BeamProbability<T> newp; member
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_netbsd.cpp | 305 uptr *oldlenp, const void *newp, uptr newlen) { in internal_sysctl() 311 const void *newp, uptr newlen) { in internal_sysctlbyname()
|