Searched refs:oldp (Results 1 - 16 of 16) sorted by relevance

/external/elfutils/libelf/
H A Delf_end.c144 Elf_Data_List *oldp = runp; local
146 if ((oldp->flags & ELF_F_MALLOCED) != 0)
147 free (oldp);
152 Elf_ScnList *oldp = list; local
154 assert (list == NULL || oldp->cnt == oldp->max);
155 if (oldp != (elf->class == ELFCLASS32
160 free (oldp);
/external/elfutils/libasm/
H A Dasm_end.c522 void *oldp; local
531 oldp = data;
533 free (oldp);
535 while (oldp != scnp->content);
549 AsmScn_t *oldp = scn; local
551 free_section (oldp);
567 AsmScnGrp_t *oldp = scngrp; local
570 free (oldp);
/external/kernel-headers/original/linux/
H A Dcpumask.h301 const cpumask_t *oldp, const cpumask_t *newp, int nbits)
303 return bitmap_bitremap(oldbit, oldp->bits, newp->bits, nbits);
309 const cpumask_t *oldp, const cpumask_t *newp, int nbits)
311 bitmap_remap(dstp->bits, srcp->bits, oldp->bits, newp->bits, nbits);
300 __cpu_remap(int oldbit, const cpumask_t *oldp, const cpumask_t *newp, int nbits) argument
308 __cpus_remap(cpumask_t *dstp, const cpumask_t *srcp, const cpumask_t *oldp, const cpumask_t *newp, int nbits) argument
H A Dnodemask.h316 const nodemask_t *oldp, const nodemask_t *newp, int nbits)
318 return bitmap_bitremap(oldbit, oldp->bits, newp->bits, nbits);
324 const nodemask_t *oldp, const nodemask_t *newp, int nbits)
326 bitmap_remap(dstp->bits, srcp->bits, oldp->bits, newp->bits, nbits);
315 __node_remap(int oldbit, const nodemask_t *oldp, const nodemask_t *newp, int nbits) argument
323 __nodes_remap(nodemask_t *dstp, const nodemask_t *srcp, const nodemask_t *oldp, const nodemask_t *newp, int nbits) argument
/external/elfutils/src/
H A Dldgeneric.c496 struct symbol *oldp)
504 if (XELF_ST_TYPE (sym->st_info) != STT_NOTYPE && oldp->type != STT_NOTYPE
505 && unlikely (oldp->type != XELF_ST_TYPE (sym->st_info)))
512 oldp->name,
513 ebl_symbol_type_name (ld_state.ebl, oldp->type,
515 oldp->file->rfname,
521 && oldp->size != 0
522 && unlikely (oldp->size != sym->st_size))
525 oldp->name, (uint64_t) oldp
495 check_type_and_size(const XElf_Sym *sym, struct usedfiles *fileinfo, struct symbol *oldp) argument
531 check_definition(const XElf_Sym *sym, size_t symidx, struct usedfiles *fileinfo, struct symbol *oldp) argument
1371 struct symbol *oldp = ld_symbol_tab_find (&ld_state.symbol_tab, local
1626 struct filename_list *oldp; local
5522 struct scngroup *oldp; local
[all...]
H A Dldscript.y755 struct version *oldp;
760 oldp = versions;
H A Dld.c1069 struct file_list *oldp = input_file_list; local
1071 free (oldp);
H A Dldscript.c2214 struct version *oldp;
2219 oldp = versions;
2210 struct version *oldp; local
/external/quake/quake/src/QW/client/
H A Dcl_ents.c268 packet_entities_t *oldp, *newp, dummy; local
299 oldp = &cl.frames[oldpacket&UPDATE_MASK].packet_entities;
303 oldp = &dummy;
324 while (oldindex < oldp->num_entities)
326 //Con_Printf ("copy %i\n", oldp->entities[oldindex].number);
329 newp->entities[newindex] = oldp->entities[oldindex];
336 oldnum = oldindex >= oldp->num_entities ? 9999 : oldp->entities[oldindex].number;
351 newp->entities[newindex] = oldp->entities[oldindex];
354 oldnum = oldindex >= oldp
[all...]
/external/chromium/third_party/icu/source/tools/tzcode/
H A Dzdump.c166 static long delta(struct tm * newp, struct tm * oldp);
720 delta(newp, oldp)
722 struct tm * oldp;
727 if (newp->tm_year < oldp->tm_year)
728 return -delta(oldp, newp);
730 for (tmy = oldp->tm_year; tmy < newp->tm_year; ++tmy)
732 result += newp->tm_yday - oldp->tm_yday;
734 result += newp->tm_hour - oldp->tm_hour;
736 result += newp->tm_min - oldp->tm_min;
738 result += newp->tm_sec - oldp
[all...]
H A Dzic.c440 #define ecatalloc(oldp, newp) memcheck(icatalloc((oldp), (newp)))
/external/icu4c/tools/tzcode/
H A Dzdump.c166 static long delta(struct tm * newp, struct tm * oldp);
720 delta(newp, oldp)
722 struct tm * oldp;
727 if (newp->tm_year < oldp->tm_year)
728 return -delta(oldp, newp);
730 for (tmy = oldp->tm_year; tmy < newp->tm_year; ++tmy)
732 result += newp->tm_yday - oldp->tm_yday;
734 result += newp->tm_hour - oldp->tm_hour;
736 result += newp->tm_min - oldp->tm_min;
738 result += newp->tm_sec - oldp
[all...]
H A Dzic.c440 #define ecatalloc(oldp, newp) memcheck(icatalloc((oldp), (newp)))
/external/e2fsprogs/intl/
H A Ddcigettext.c1197 struct binding *oldp = _nl_domain_bindings; local
1199 if (oldp->dirname != INTUSE(_nl_default_dirname))
1201 free (oldp->dirname);
1202 free (oldp->codeset);
1203 free (oldp);
/external/libffi/src/
H A Ddlmalloc.c3180 static mchunkptr mmap_resize(mstate m, mchunkptr oldp, size_t nb) { argument
3181 size_t oldsize = chunksize(oldp);
3187 return oldp;
3189 size_t offset = oldp->prev_foot & ~IS_MMAPPED_BIT;
3193 char* cp = (char*)CALL_MREMAP((char*)oldp - offset,
3778 mchunkptr oldp = mem2chunk(oldmem); local
3779 size_t oldsize = chunksize(oldp);
3780 mchunkptr next = chunk_plus_offset(oldp, oldsize);
3786 if (RTCHECK(ok_address(m, oldp) && ok_cinuse(oldp)
[all...]
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
H A DSDL_malloc.c3192 static mchunkptr mmap_resize(mstate m, mchunkptr oldp, size_t nb) { argument
3193 size_t oldsize = chunksize(oldp);
3199 return oldp;
3201 size_t offset = oldp->prev_foot & ~IS_MMAPPED_BIT;
3205 char* cp = (char*)CALL_MREMAP((char*)oldp - offset,
3788 mchunkptr oldp = mem2chunk(oldmem); local
3789 size_t oldsize = chunksize(oldp);
3790 mchunkptr next = chunk_plus_offset(oldp, oldsize);
3796 if (RTCHECK(ok_address(m, oldp) && ok_cinuse(oldp)
[all...]

Completed in 274 milliseconds