Home
last modified time | relevance | path

Searched defs:newp (Results 1 – 25 of 54) sorted by relevance

123

/external/elfutils/lib/
Dlist.h33 #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/vp9/encoder/
Dvp9_subexp.c79 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()
122 vpx_prob newp, bestnewp = oldp; in vp9_prob_diff_update_savings_search() local
146 int64_t newp; in vp9_prob_diff_update_savings_search_model() local
185 vpx_prob newp = get_binary_prob(ct[0], ct[1]); in vp9_cond_prob_diff_update() local
Dvp9_bitstream.c564 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/
Dctl.c1174 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/libelf/
Delf_newscn.c85 Elf_ScnList *newp = NULL; in elf_newscn() local
Delf_getarsym.c215 Elf_Arsym *newp = realloc (elf->state.ar.ar_sym, ar_sym_len); in elf_getarsym() local
Delf_begin.c730 char *newp; in read_long_names() local
/external/elfutils/libasm/
Dasm_newsubscn.c44 AsmScn_t *newp; in asm_newsubscn() local
Dasm_align.c154 struct AsmData *newp; in __libasm_ensure_section_space() local
/external/elfutils/libdw/
Dlibdw_findcu.c147 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
Ddwarf_getsrc_file.c144 Dwarf_Line **newp = realloc (match, in dwarf_getsrc_file() local
Dlibdw_alloc.c123 struct libdw_memblock *newp = malloc (size); in __libdw_allocate() local
Ddwarf_getlocation.c231 struct loc_s *newp = libdw_alloc (attr->cu->dbg, in is_constant_offset() local
641 struct loc_s *newp; in __libdw_intern_expression() local
/external/libvpx/vp8/encoder/
Dbitstream.c670 const vp8_prob newp, const vp8_prob upd) { in prob_update_savings()
715 const vp8_prob newp = cpi->frame_coef_probs[i][j][k][t]; in independent_coef_context_savings() local
763 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
967 const vp8_prob newp = cpi->common.fc.coef_probs[i][j][k][t]; in pack_coef_probs() local
/external/elfutils/libcpu/
Di386_parse.y267 struct synonym *newp = xmalloc (sizeof (*newp)); variable
296 struct instruction *newp = xcalloc (sizeof (*newp), variable
571 struct known_bitfield *newp = xmalloc (sizeof (struct known_bitfield)); in new_bitfield() local
917 struct argstring *newp = xmalloc (sizeof (*newp)); in find_numbers() local
930 struct argstring *newp = xmalloc (sizeof (*newp)); in find_numbers() local
/external/curl/lib/
Dgopher.c166 char *newp; in gopher_do() local
/external/elfutils/libdwfl/
Ddwfl_module_getsrc_file.c149 Dwfl_Line **newp = realloc (match, in dwfl_module_getsrc_file() local
/external/jemalloc_new/include/jemalloc/internal/
Dctl.h104 #define xmallctl(name, oldp, oldlenp, newp, newlen) do { \ argument
122 #define xmallctlbymib(mib, miblen, oldp, oldlenp, newp, newlen) do { \ argument
/external/elfutils/src/
Dar.c160 char *newp = alloca (len + 1); in main() local
966 struct armem *newp = alloca (sizeof (struct armem)); in do_oper_delete() local
1157 struct armem *newp = alloca (sizeof (struct armem)); in do_oper_insert() local
Delfcmp.c292 struct region *newp = (struct region *) alloca (sizeof (*newp)); in main() local
Dobjdump.c183 struct section_list *newp = xmalloc (sizeof (*newp)); in parse_opt() local
/external/tensorflow/tensorflow/lite/kernels/ctc/
Dctc_beam_entry.h95 BeamProbability newp; member
/external/tensorflow/tensorflow/core/util/ctc/
Dctc_beam_entry.h98 BeamProbability<T> newp; member
/external/selinux/libsepol/src/
Dmls.c553 policydb_t * newp, context_struct_t * c) in mls_convert_context()
/external/dlmalloc/
Ddlmalloc.c3890 mchunkptr newp = (mchunkptr)(cp + offset); in mmap_resize() local
4842 mchunkptr newp = 0; in try_realloc_chunk() local
4955 mchunkptr newp = (mchunkptr)pos; in internal_memalign() local
5240 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 1); in dlrealloc() local
5278 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 0); in dlrealloc_in_place() local
5799 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 1); in mspace_realloc() local
5838 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 0); in mspace_realloc_in_place() local

123