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

1 2

  /external/elfutils/libelf/
elf_end.c 193 Elf_Data_List *oldp = runp; local
195 if ((oldp->flags & ELF_F_MALLOCED) != 0)
196 free (oldp);
201 Elf_ScnList *oldp = list; local
203 assert (list == NULL || oldp->cnt == oldp->max);
204 if (oldp != (elf->class == ELFCLASS32
209 free (oldp);
  /external/libsepol/src/
mls.h 55 extern int mls_convert_context(policydb_t * oldp,
mls.c 550 * policy `oldp' to the values specified in the policy `newp'.
552 int mls_convert_context(policydb_t * oldp,
561 if (!oldp->mls)
567 oldp->
587 oldp->
services.c 854 policydb_t *oldp; member in struct:__anon10822
861 * in the policy `p->oldp' to the values specified
884 args->oldp->
895 args->oldp->
905 args->oldp->p_type_val_to_name[c->type - 1]);
911 rc = mls_convert_context(args->oldp, args->newp, c);
1043 args.oldp = policydb;
    [all...]
  /external/compiler-rt/lib/msan/
msan.h 44 void *MsanReallocate(StackTrace *stack, void *oldp, uptr size,
  /external/elfutils/libasm/
asm_end.c 535 void *oldp; local
544 oldp = data;
546 free (oldp);
548 while (oldp != scnp->content);
562 AsmScn_t *oldp = scn; local
564 free_section (oldp);
580 AsmScnGrp_t *oldp = scngrp; local
583 free (oldp);
  /external/kernel-headers/original/linux/
cpumask.h 301 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);
nodemask.h 316 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);
  /external/quake/quake/src/QW/client/
cl_ents.c 268 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->num_entities ? 9999 : oldp->entities[oldindex].number;
    [all...]
  /external/elfutils/src/
ldgeneric.c 527 struct usedfiles *fileinfo, struct symbol *oldp)
530 || (oldp->scndx >= SHN_LORESERVE && oldp->scndx <= SHN_HIRESERVE))
535 size_t oldgrpid = oldp->file->scninfo[oldp->scndx].grpid;
541 assert (SCNINFO_SHDR (oldp->file->scninfo[oldgrpid].shdr).sh_type
545 || ! oldp->file->scninfo[oldgrpid].comdat_group)
549 oldp->file->scninfo[oldgrpid].symbols->name) != 0)
559 struct symbol *oldp)
567 if (XELF_ST_TYPE (sym->st_info) != STT_NOTYPE && oldp->type != STT_NOTYP
1539 struct symbol *oldp = ld_symbol_tab_find (&ld_state.symbol_tab, local
1800 struct filename_list *oldp; local
6211 struct scngroup *oldp = groups; local
    [all...]
ldscript.y 805 struct version *oldp;
810 oldp = versions;
ld.c 1161 struct file_list *oldp = input_file_list; local
    [all...]
  /external/icu4c/tools/tzcode/
zdump.c 166 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->tm_sec
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 841 const vp8_prob oldp, const vp8_prob newp,
844 const int old_b = vp8_cost_branch(ct, oldp);
897 const vp8_prob oldp = cpi->common.fc.coef_probs [i][j][k][t]; local
899 const int s = prob_update_savings(ct, oldp, newp, upd);
902 (cpi->common.frame_type == KEY_FRAME && newp != oldp))
958 const vp8_prob oldp = cpi->common.fc.coef_probs [i][j][k][t]; local
960 const int s = prob_update_savings(ct, oldp, newp, upd);
1099 const vp8_prob oldp = cpi->common.fc.coef_probs[i][j] local
1104 prob_update_savings(ct, oldp, newp, upd);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term_entry.h 121 extern NCURSES_EXPORT(ENTRY *) _nc_copy_entry (ENTRY *oldp); variable
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
term_entry.h 121 extern NCURSES_EXPORT(ENTRY *) _nc_copy_entry (ENTRY *oldp); variable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
term_entry.h 121 extern NCURSES_EXPORT(ENTRY *) _nc_copy_entry (ENTRY *oldp); variable
  /bionic/libc/upstream-dlmalloc/
malloc.c 5222 mchunkptr oldp = mem2chunk(oldmem); local
5260 mchunkptr oldp = mem2chunk(oldmem); local
5774 mchunkptr oldp = mem2chunk(oldmem); local
5812 mchunkptr oldp = mem2chunk(oldmem); local
    [all...]
  /external/e2fsprogs/intl/
dcigettext.c 1198 struct binding *oldp = _nl_domain_bindings; local
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 4305 mchunkptr oldp = mem2chunk(oldmem); local
    [all...]
  /external/libffi/src/
dlmalloc.c 3778 mchunkptr oldp = mem2chunk(oldmem); local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 3788 mchunkptr oldp = mem2chunk(oldmem); local
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c 2953 vki_sigaction_fromK_t old, *oldp; local
    [all...]
syswrap-darwin.c 3630 Addr *oldp = (Addr *)ARG3; local
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1023 milliseconds

1 2