HomeSort by relevance Sort by last modified time
    Searched refs:newp (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/elfutils/0.153/libasm/
asm_newsubscn.c 43 AsmScn_t *newp; local
64 newp = (AsmScn_t *) malloc (sizeof (AsmScn_t));
65 if (newp == NULL)
69 newp->ctx = runp->ctx;
72 newp->subsection_id = nr;
75 newp->type = runp->type;
78 newp->data.up = runp->subsection_id == 0 ? runp : runp->data.up;
81 newp->offset = 0;
83 newp->max_align = 1;
86 newp->content = NULL
    [all...]
asm_align.c 156 struct AsmData *newp; local
164 newp = (struct AsmData *) malloc (sizeof (struct AsmData) + size);
165 if (newp == NULL)
168 newp->next = asmscn->content->next;
169 asmscn->content = asmscn->content->next = newp;
  /external/elfutils/0.153/libdw/
libdw_findcu.c 93 struct Dwarf_CU *newp = libdw_typed_alloc (dbg, struct Dwarf_CU); local
95 newp->dbg = dbg;
96 newp->start = oldoff;
97 newp->end = *offsetp;
98 newp->address_size = address_size;
99 newp->offset_size = offset_size;
100 newp->version = version;
101 newp->type_sig8 = type_sig8;
102 newp->type_offset = type_offset;
103 Dwarf_Abbrev_Hash_init (&newp->abbrev_hash, 41)
164 struct Dwarf_CU *newp = __libdw_intern_next_unit (dbg, debug_types); local
    [all...]
libdw_alloc.c 68 struct libdw_memblock *newp = malloc (size); local
69 if (newp == NULL)
72 uintptr_t result = ((uintptr_t) newp->mem + align - 1) & ~(align - 1);
74 newp->size = size - offsetof (struct libdw_memblock, mem);
75 newp->remaining = (uintptr_t) newp + size - (result + minsize);
77 newp->prev = dbg->mem_tail;
78 dbg->mem_tail = newp;
dwarf_getlocation.c 194 struct loc_s *newp = libdw_alloc (attr->cu->dbg, local
197 newp->addr = attr->valp;
198 newp->loc = result;
199 newp->nloc = 1;
201 found = tsearch (newp, &attr->cu->locs, loc_compare);
507 struct loc_s *newp; local
509 newp = libdw_alloc (dbg, struct loc_s, sizeof (struct loc_s), 1);
512 newp = malloc (sizeof *newp);
513 if (newp == NULL
    [all...]
dwarf_getsrc_file.c 165 Dwarf_Line **newp = realloc (match, local
168 if (newp == NULL)
174 match = newp;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_subexp.c 81 static int prob_diff_update_cost(vp9_prob newp, vp9_prob oldp) {
82 int delp = remap_prob(newp, oldp);
114 void vp9_write_prob_diff_update(vp9_writer *w, vp9_prob newp, vp9_prob oldp) {
115 const int delp = remap_prob(newp, oldp);
124 vp9_prob newp, bestnewp = oldp; local
127 for (newp = *bestp; newp != oldp; newp += step) {
128 const int new_b = cost_branch256(ct, newp);
129 const int update_b = prob_diff_update_cost(newp, oldp) + vp9_cost_upd256
145 int newp; local
181 vp9_prob newp = get_binary_prob(ct[0], ct[1]); local
    [all...]
vp9_subexp.h 20 vp9_prob newp, vp9_prob oldp);
  /external/elfutils/0.153/lib/
list.h 54 #define CDBL_LIST_ADD_REAR(first, newp) \
56 __typeof (newp) _newp = (newp); \
97 #define SNGL_LIST_PUSH(first, newp) \
99 __typeof (newp) _newp = (newp); \
107 #define CSNGL_LIST_ADD_REAR(first, newp) \
109 __typeof (newp) _newp = (newp); \
  /external/elfutils/0.153/src/
ldscript.y 439 struct id_list *newp = new_id_listelem ($2);
440 newp->next = $1->next;
441 $$ = $1->next = newp;
474 struct expression *newp = (struct expression *)
475 obstack_alloc (&ld_state.smem, sizeof (*newp));
477 newp->tag = tag;
478 return newp;
485 struct input_section_name *newp = (struct input_section_name *)
486 obstack_alloc (&ld_state.smem, sizeof (*newp));
488 newp->name = name
    [all...]
ar.c 173 char *newp = alloca (len + 1); local
174 newp[0] = '-';
175 memcpy (&newp[1], argv[1], len);
176 argv[1] = newp;
982 struct armem *newp = alloca (sizeof (struct armem)); local
983 newp->old_off = elf_getaroff (subelf);
984 newp->off = cur_off;
990 to_copy = newp->next = newp;
993 newp->next = to_copy->next
1167 struct armem *newp = alloca (sizeof (struct armem)); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_subexp.c 76 static int prob_diff_update_cost(vp9_prob newp, vp9_prob oldp) {
77 int delp = remap_prob(newp, oldp);
109 void vp9_write_prob_diff_update(vp9_writer *w, vp9_prob newp, vp9_prob oldp) {
110 const int delp = remap_prob(newp, oldp);
125 vp9_prob newp, bestnewp = oldp; local
128 for (newp = *bestp; newp != oldp; newp += step) {
129 const int new_b = cost_branch256(ct, newp);
130 const int update_b = prob_diff_update_cost(newp, oldp) + vp9_cost_upd256
146 int newp; local
182 vp9_prob newp = get_binary_prob(ct[0], ct[1]); local
    [all...]
vp9_subexp.h 23 vp9_prob newp, vp9_prob oldp);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_subexp.c 76 static int prob_diff_update_cost(vp9_prob newp, vp9_prob oldp) {
77 int delp = remap_prob(newp, oldp);
109 void vp9_write_prob_diff_update(vp9_writer *w, vp9_prob newp, vp9_prob oldp) {
110 const int delp = remap_prob(newp, oldp);
125 vp9_prob newp, bestnewp = oldp; local
128 for (newp = *bestp; newp != oldp; newp += step) {
129 const int new_b = cost_branch256(ct, newp);
130 const int update_b = prob_diff_update_cost(newp, oldp) + vp9_cost_upd256
146 int newp; local
182 vp9_prob newp = get_binary_prob(ct[0], ct[1]); local
    [all...]
vp9_subexp.h 23 vp9_prob newp, vp9_prob oldp);
  /external/jemalloc/include/jemalloc/internal/
ctl.h 68 int ctl_byname(const char *name, void *oldp, size_t *oldlenp, void *newp,
73 void *newp, size_t newlen);
79 #define xmallctl(name, oldp, oldlenp, newp, newlen) do { \
80 if (je_mallctl(name, oldp, oldlenp, newp, newlen) \
97 #define xmallctlbymib(mib, miblen, oldp, oldlenp, newp, newlen) do { \
98 if (je_mallctlbymib(mib, miblen, oldp, oldlenp, newp, \
  /external/elfutils/0.153/libelf/
elf_newscn.c 107 Elf_ScnList *newp; local
111 newp = (Elf_ScnList *) calloc (sizeof (Elf_ScnList)
114 if (newp == NULL)
120 result = &newp->data[0];
123 ++newp->cnt;
126 newp->max = elf->state.elf.scnincr;
129 newp->data[0].index
133 elf->state.elf.scns_last = elf->state.elf.scns_last->next = newp;
  /external/e2fsprogs/intl/
plural.y 66 struct expression *newp;
74 newp = (struct expression *) malloc (sizeof (*newp));
75 if (newp != NULL)
77 newp->nargs = nargs;
78 newp->operation = op;
80 newp->val.args[i] = args[i];
81 return newp;
dcigettext.c 339 struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \
342 if (newp != NULL) { \
343 newp->address = (addr); \
344 newp->next = (list); \
345 (list) = newp; \
649 struct known_translation_t *newp; local
651 newp = (struct known_translation_t *)
654 if (newp != NULL)
656 newp->domainname
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcm_mpool_pub.h 164 * newp: OUTPUT The handle for the new pool, if creation is successful
178 bcm_mp_pool_h *newp);
207 * newp: OUTPUT The handle for the new pool, if creation is successful
217 bcm_mp_pool_h *newp);
  /external/elfutils/0.153/libcpu/
i386_parse.y 266 struct synonym *newp = xmalloc (sizeof (*newp));
267 newp->from = $2;
268 newp->to = $3;
269 if (tfind (newp, &synonyms, compare_syn) != NULL)
273 else if (tsearch ( newp, &synonyms, compare_syn) == NULL)
295 struct instruction *newp = xcalloc (sizeof (*newp),
300 newp->repe = 1;
302 newp->rep = 1
    [all...]
  /external/libsepol/src/
mls.h 56 policydb_t * newp, context_struct_t * context);
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 551 char *newp;
576 newp = (char *) __alloca (dirlen + 1);
578 *((char *) mempcpy (newp, pattern, dirlen)) = '\0';
580 memcpy (newp, pattern, dirlen);
581 newp[dirlen] = '\0';
583 dirname = newp;
702 char *newp;
704 newp = (char *) __alloca (home_len + dirlen);
706 mempcpy (mempcpy (newp, home_dir, home_len),
709 memcpy (newp, home_dir, home_len)
550 char *newp; local
701 char *newp; local
725 char *newp; local
774 char *newp; local
    [all...]
  /external/jemalloc/include/jemalloc/
jemalloc_protos.h 29 size_t *oldlenp, void *newp, size_t newlen);
33 void *oldp, size_t *oldlenp, void *newp, size_t newlen);
jemalloc_protos_jet.h 29 size_t *oldlenp, void *newp, size_t newlen);
33 void *oldp, size_t *oldlenp, void *newp, size_t newlen);

Completed in 506 milliseconds

1 2 3 4