/aosp_15_r20/external/jemalloc_new/src/ |
H A D | ctl.c | 1232 void *newp, size_t newlen) { in ctl_byname() 1278 size_t *oldlenp, void *newp, size_t newlen) { in ctl_bymib() 1575 void *oldp, size_t *oldlenp, void *newp, size_t newlen) { in background_thread_ctl() 1633 void *oldp, size_t *oldlenp, void *newp, size_t newlen) { in max_background_threads_ctl() 1838 void *oldp, size_t *oldlenp, void *newp, size_t newlen) { in thread_tcache_flush_ctl() 1858 size_t *oldlenp, void *newp, size_t newlen) { in thread_prof_name_ctl() 1889 size_t *oldlenp, void *newp, size_t newlen) { in thread_prof_active_ctl() 1919 size_t *oldlenp, void *newp, size_t newlen) { in tcache_create_ctl() 1937 size_t *oldlenp, void *newp, size_t newlen) { in tcache_flush_ctl() 1957 size_t *oldlenp, void *newp, size_t newlen) { in tcache_destroy_ctl() [all …]
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_subexp.c | 80 static int prob_diff_update_cost(vpx_prob newp, vpx_prob oldp) { in prob_diff_update_cost() 113 void vp9_write_prob_diff_update(vpx_writer *w, vpx_prob newp, vpx_prob oldp) { in vp9_write_prob_diff_update() 123 vpx_prob newp, bestnewp = oldp; in vp9_prob_diff_update_savings_search() local 147 int64_t newp; in vp9_prob_diff_update_savings_search_model() local 186 vpx_prob newp = get_binary_prob(ct[0], ct[1]); in vp9_cond_prob_diff_update() local
|
H A D | vp9_bitstream.c | 565 vpx_prob newp = new_coef_probs[i][j][k][l][t]; in update_coef_probs_common() local 601 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
|
/aosp_15_r20/external/elfutils/lib/ |
H A 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
|
/aosp_15_r20/external/libvpx/vp8/encoder/ |
H A D | bitstream.c | 670 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
|
/aosp_15_r20/external/elfutils/libcpu/ |
H A D | i386_parse.y | 269 struct synonym *newp = xmalloc (sizeof (*newp)); variable 298 struct instruction *newp = xcalloc (sizeof (*newp), variable 573 struct known_bitfield *newp = xmalloc (sizeof (struct known_bitfield)); in new_bitfield() local 919 struct argstring *newp = xmalloc (sizeof (*newp)); in find_numbers() local 932 struct argstring *newp = xmalloc (sizeof (*newp)); in find_numbers() local
|
/aosp_15_r20/external/elfutils/libdw/ |
H A D | libdw_findcu.c | 154 struct Dwarf_CU *newp = libdw_typed_alloc (dbg, struct Dwarf_CU); in __libdw_intern_next_unit() local 258 struct Dwarf_CU *newp = __libdw_intern_next_unit (dbg, v4_debug_types); in __libdw_findcu() local
|
H A D | dwarf_getlocation.c | 231 struct loc_s *newp = libdw_alloc (attr->cu->dbg, in is_constant_offset() local 642 struct loc_s *newp; in __libdw_intern_expression() local
|
H A D | libdw_alloc.c | 123 struct libdw_memblock *newp = malloc (size); in __libdw_allocate() local
|
H A D | dwarf_getsrc_file.c | 144 Dwarf_Line **newp = realloc (match, in dwarf_getsrc_file() local
|
/aosp_15_r20/external/elfutils/src/ |
H A D | ar.c | 160 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
|
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/ |
H A D | ctl.h | 104 #define xmallctl(name, oldp, oldlenp, newp, newlen) do { \ argument 122 #define xmallctlbymib(mib, miblen, oldp, oldlenp, newp, newlen) do { \ argument
|
/aosp_15_r20/external/elfutils/libasm/ |
H A D | asm_newsubscn.c | 44 AsmScn_t *newp; in asm_newsubscn() local
|
H A D | asm_align.c | 154 struct AsmData *newp; in __libasm_ensure_section_space() local
|
/aosp_15_r20/external/elfutils/libelf/ |
H A D | elf_newscn.c | 85 Elf_ScnList *newp = NULL; in elf_newscn() local
|
H A D | elf_getarsym.c | 215 Elf_Arsym *newp = realloc (elf->state.ar.ar_sym, ar_sym_len); in elf_getarsym() local
|
/aosp_15_r20/development/vndk/tools/header-checker/src/diff/ |
H A D | abi_diff_wrappers.h | 41 DiffWrapper(const T *oldp, const T *newp, in DiffWrapper()
|
/aosp_15_r20/external/curl/lib/ |
H A D | gopher.c | 168 char *newp; in gopher_do() local
|
/aosp_15_r20/external/elfutils/libdwfl/ |
H A D | dwfl_module_getsrc_file.c | 149 Dwfl_Line **newp = realloc (match, in dwfl_module_getsrc_file() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ctc/ |
H A D | ctc_beam_entry.h | 98 BeamProbability<T> newp; member
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ctc/ |
H A D | ctc_beam_entry.h | 95 BeamProbability newp; member
|
/aosp_15_r20/trusty/user/base/lib/dlmalloc/ |
D | dlmalloc.c | 3886 mchunkptr newp = (mchunkptr)(cp + offset); in mmap_resize() local 4833 mchunkptr newp = 0; in try_realloc_chunk() local 4950 mchunkptr newp = (mchunkptr)pos; in internal_memalign() local 5242 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 1); in dlrealloc() local 5284 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 0); in dlrealloc_in_place() local 5796 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 1); in mspace_realloc() local 5835 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 0); in mspace_realloc_in_place() local
|
/aosp_15_r20/external/dlmalloc/ |
H A D | dlmalloc.c | 3890 mchunkptr newp = (mchunkptr)(cp + offset); in mmap_resize() local 4843 mchunkptr newp = 0; in try_realloc_chunk() local 4956 mchunkptr newp = (mchunkptr)pos; in internal_memalign() local 5241 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 1); in dlrealloc() local 5279 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 0); in dlrealloc_in_place() local 5800 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 1); in mspace_realloc() local 5839 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 0); in mspace_realloc_in_place() local
|
/aosp_15_r20/external/trusty/lk/external/lib/heap/dlmalloc/ |
D | dlmalloc.c | 3927 mchunkptr newp = (mchunkptr)(cp + offset); in mmap_resize() local 4866 mchunkptr newp = 0; in try_realloc_chunk() local 4979 mchunkptr newp = (mchunkptr)pos; in internal_memalign() local 5264 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 1); in dlrealloc() local 5302 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 0); in dlrealloc_in_place() local 5814 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 1); in mspace_realloc() local 5853 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 0); in mspace_realloc_in_place() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/src/ |
D | dlmalloc_2_8_6.c | 3869 mchunkptr newp = (mchunkptr)(cp + offset); in mmap_resize() local 4808 mchunkptr newp = 0; in try_realloc_chunk() local 4921 mchunkptr newp = (mchunkptr)pos; in internal_memalign() local 5206 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 1); in dlrealloc() local 5244 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 0); in dlrealloc_in_place() local 5756 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 1); in mspace_realloc() local 5795 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 0); in mspace_realloc_in_place() local
|