HomeSort by relevance Sort by last modified time
    Searched refs:newp (Results 51 - 75 of 85) sorted by null

1 23 4

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_bitstream.c 533 vp9_prob newp = new_frame_coef_probs[i][j][k][l][t]; local
540 old_frame_coef_probs[i][j][k][l], &newp, upd);
543 frame_branch_ct[i][j][k][l][t], oldp, &newp, upd);
544 if (s > 0 && newp != oldp)
570 vp9_prob newp = new_frame_coef_probs[i][j][k][l][t]; local
578 old_frame_coef_probs[i][j][k][l], &newp, upd);
582 *oldp, &newp, upd);
583 if (s > 0 && newp != *oldp)
588 vp9_write_prob_diff_update(bc, newp, *oldp);
589 *oldp = newp;
615 vp9_prob newp = new_frame_coef_probs[i][j][k][l][t]; local
    [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/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...]
elfcmp.c 279 struct region *newp = (struct region *) alloca (sizeof (*newp)); local
280 newp->from = shdr1->sh_offset;
281 newp->to = shdr1->sh_offset + shdr1->sh_size;
282 newp->next = regions;
283 regions = newp;
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...]
elflint.c 1293 struct loaded_segment *newp = xmalloc (sizeof (*newp)); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
PyParse.py 398 newp = m.end()
400 i = newp - 1 # index of last boring char
405 p = newp
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
PyParse.py 398 newp = m.end()
400 i = newp - 1 # index of last boring char
405 p = newp
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 398 newp = m.end()
400 i = newp - 1 # index of last boring char
405 p = newp
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 398 newp = m.end()
400 i = newp - 1 # index of last boring char
405 p = newp
  /external/jemalloc/include/jemalloc/
jemalloc.h 239 void *oldp, size_t *oldlenp, void *newp, size_t newlen);
243 size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen);
  /external/selinux/libsepol/src/
services.c 1488 policydb_t *newp; local
1555 policydb_t *newp; member in struct:__anon22022
    [all...]
mls.c 550 * policy `oldp' to the values specified in the policy `newp'.
553 policydb_t * newp, context_struct_t * c)
566 (level_datum_t *) hashtab_search(newp->p_levels.table,
585 (cat_datum_t *) hashtab_search(newp->p_cats.
  /external/opencv3/modules/core/src/
ocl.cpp 1741 Impl* newp = (Impl*)pl.p; local
1886 Impl* newp = (Impl*)d.p; local
2812 Impl* newp = (Impl*)c.p; local
3013 Impl* newp = (Impl*)q.p; local
3193 Impl* newp = (Impl*)k.p; local
3624 Impl* newp = (Impl*)prog.p; local
3750 Impl* newp = (Impl*)prog.p; local
    [all...]
  /external/bison/lib/
getopt.c 527 struct option_list *newp = malloc (sizeof (*newp));
528 newp->p = p;
529 newp->next = ambig_list;
530 ambig_list = newp;
523 struct option_list *newp = malloc (sizeof (*newp)); local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
archive.c 1426 char *newp; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
sys_openbsd_arm.s 326 MOVW newp+16(FP), R4 // arg 5 - newp (on stack)
  /prebuilts/go/linux-x86/src/runtime/
sys_openbsd_arm.s 326 MOVW newp+16(FP), R4 // arg 5 - newp (on stack)
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/valgrind/coregrind/
m_libcproc.c 597 Int VG_(sysctl)(Int *name, UInt namelen, void *oldp, SizeT *oldlenp, void *newp, SizeT newlen)
602 (UWord)name, namelen, (UWord)oldp, (UWord)oldlenp, (UWord)newp, newlen);
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c 4326 UWord newp = ARG5; local
9627 UWord newp = ARG5; local
    [all...]
  /external/dnsmasq/src/
option.c 879 unsigned char *p, *m = NULL, *newp; local
895 newp = opt_malloc(len + strlen(arg) + 2 + header_size);
897 memcpy(newp, m, header_size + len);
898 m = newp;
    [all...]
  /external/jemalloc/src/
jemalloc.c     [all...]
  /external/curl/lib/
url.c 4278 char *newp = Curl_dedotdotify(path); local
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 4109 PatternMatcher[] newp = new PatternMatcher[N+1]; local
4200 PathPermission[] newp = new PathPermission[N+1]; local
    [all...]

Completed in 717 milliseconds

1 23 4