HomeSort by relevance Sort by last modified time
    Searched defs:newp (Results 26 - 50 of 54) sorted by null

12 3

  /toolchain/binutils/binutils-2.27/intl/
plural.c 102 struct expression *newp; local
110 newp = (struct expression *) malloc (sizeof (*newp));
111 if (newp != NULL)
113 newp->nargs = nargs;
114 newp->operation = op;
116 newp->val.args[i] = args[i];
117 return newp;
    [all...]
  /external/curl/lib/
url.c 2294 char *newp = Curl_dedotdotify(path); local
    [all...]
  /external/dnsmasq/src/
option.c 852 unsigned char *p, *m = NULL, *newp; local
868 newp = opt_malloc(len + strlen(arg) + 2 + header_size);
870 memcpy(newp, m, header_size + len);
871 m = newp;
    [all...]
  /external/elfutils/src/
nm.c 704 struct local_name *newp local
705 = (struct local_name *) xmalloc (sizeof (*newp));
706 newp->name = name;
707 newp->file = dwarf_filesrc (files, fileidx, NULL, NULL);
708 newp->lineno = lineno;
709 newp->lowpc = lowpc;
710 newp->highpc = highpc;
715 struct local_name **tres = tsearch (newp, &local_root,
720 else if (*tres != newp)
721 free (newp);
    [all...]
elflint.c 1293 struct loaded_segment *newp = xmalloc (sizeof (*newp)); local
    [all...]
ldgeneric.c 277 check_for_duplicate2 (struct usedfiles *newp, struct usedfiles *list)
293 if (unlikely (list->ino == newp->ino)
294 && unlikely (list->dev == newp->dev))
296 close (newp->fd);
297 newp->fd = -1;
298 newp->status = closed;
299 if (newp->file_type == relocatable_file_type)
301 newp->rfname);
314 check_for_duplicate (struct usedfiles *newp)
318 if (unlikely (fstat (newp->fd, &st) < 0)
1425 struct symbol *newp; local
1531 struct symbol *newp; local
1827 struct usedfiles *newp; local
1918 struct usedfiles *newp; local
2095 struct usedfiles *newp; local
2128 char *newp; local
2408 struct scnhead *newp; local
2898 struct scnhead *newp; local
3192 struct member *newp; local
4741 struct scnlist *newp; local
5486 struct Ebl_Strtab *newp = ebl_strtabinit (true); local
5556 char *newp = (char *) obstack_alloc (&ld_state.smem, namelen); local
    [all...]
readelf.c 5715 struct cieinfo *newp = alloca (sizeof (*newp)); local
7156 struct mac_culist *newp = (struct mac_culist *) alloca (sizeof (*newp)); local
7320 struct mac_culist *newp = (struct mac_culist *) alloca (sizeof (*newp)); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 558 vpx_prob newp = new_coef_probs[i][j][k][l][t]; local
564 frame_branch_ct[i][j][k][l][0], oldp, &newp, upd,
568 frame_branch_ct[i][j][k][l][t], oldp, &newp, upd);
569 if (s > 0 && newp != oldp) u = 1;
594 vpx_prob newp = new_coef_probs[i][j][k][l][t]; local
601 frame_branch_ct[i][j][k][l][0], *oldp, &newp, upd,
605 frame_branch_ct[i][j][k][l][t], *oldp, &newp, upd);
606 if (s > 0 && newp != *oldp) u = 1;
610 vp9_write_prob_diff_update(bc, newp, *oldp);
611 *oldp = newp;
630 vpx_prob newp = new_coef_probs[i][j][k][l][t]; local
    [all...]
  /external/ppp/pppd/
main.c 1323 struct callout *newp, *p, **pp; local
    [all...]
  /external/selinux/libsepol/src/
services.c 1552 policydb_t *newp; local
1619 policydb_t *newp; member in struct:__anon33696
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-linux.c 3695 vki_sigaction_toK_t new, *newp; local
    [all...]
syswrap-darwin.c 4331 UWord newp = ARG5; local
9642 UWord newp = ARG5; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
archive.c 1464 char *newp; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp 732 UnicodeString newp; fmt.toPattern(newp); local
733 if (!(newp == newpat[i]))
735 "; " + newp + " seen instead");
    [all...]
  /external/dlmalloc/
malloc.c 3890 mchunkptr newp = (mchunkptr)(cp + offset); local
4842 mchunkptr newp = 0; local
4955 mchunkptr newp = (mchunkptr)pos; local
5240 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 1); local
5278 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 0); local
5799 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 1); local
5838 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 0); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatTest.java 241 String newp = fmt.toPattern(); local
242 if (!newp.equals(newpat[i]))
244 "; " + newp + " seen instead");
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatTest.java 238 String newp = fmt.toPattern(); local
239 if (!newp.equals(newpat[i]))
241 "; " + newp + " seen instead");
    [all...]
  /external/libffi/src/
dlmalloc.c 3258 mchunkptr newp = (mchunkptr)(cp + offset); local
3843 mchunkptr newp = 0; local
3946 mchunkptr newp = (mchunkptr)pos; local
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/
dlmalloc.c 3263 mchunkptr newp = (mchunkptr)(cp + offset); local
3848 mchunkptr newp = 0; local
3951 mchunkptr newp = (mchunkptr)pos; local
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/
dlmalloc.c 3263 mchunkptr newp = (mchunkptr)(cp + offset); local
3848 mchunkptr newp = 0; local
3951 mchunkptr newp = (mchunkptr)pos; local
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 4990 PatternMatcher[] newp = new PatternMatcher[N+1]; local
5088 PathPermission[] newp = new PathPermission[N+1]; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
Settings.java 556 PackageSetting newp = new PackageSetting(p); local
557 replacePackageLPw(name, newp);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 779 milliseconds

12 3