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

12 3 4

  /external/elfutils/0.153/src/
ldgeneric.c 285 check_for_duplicate2 (struct usedfiles *newp, struct usedfiles *list)
301 if (unlikely (list->ino == newp->ino)
302 && unlikely (list->dev == newp->dev))
304 close (newp->fd);
305 newp->fd = -1;
306 newp->status = closed;
307 if (newp->file_type == relocatable_file_type)
309 newp->rfname);
322 check_for_duplicate (struct usedfiles *newp)
326 if (unlikely (fstat (newp->fd, &st) < 0)
1433 struct symbol *newp; local
1539 struct symbol *newp; local
1835 struct usedfiles *newp; local
1926 struct usedfiles *newp; local
2103 struct usedfiles *newp; local
2136 char *newp; local
2416 struct scnhead *newp; local
2906 struct scnhead *newp; local
3200 struct member *newp; local
4749 struct scnlist *newp; local
5494 struct Ebl_Strtab *newp = ebl_strtabinit (true); local
5564 char *newp = (char *) obstack_alloc (&ld_state.smem, namelen); local
    [all...]
ld.c 732 struct file_list *newp; local
734 newp = (struct file_list *) xmalloc (sizeof (struct file_list));
735 newp->name = arg;
737 newp->next = NULL;
739 CSNGL_LIST_ADD_REAR (input_file_list, newp);
1281 struct pathelement *newp; local
1312 struct pathelement *newp; local
    [all...]
objdump.c 210 struct section_list *newp = xmalloc (sizeof (*newp)); local
212 newp->scnndx = strtoul (arg, &endp, 0);
214 newp->is_name = false;
217 newp->name = arg;
218 newp->is_name = true;
220 newp->next = section_list;
221 section_list = newp;
ldlex.l 325 char *newp = (char *) alloca (idmax *= 2);
326 id = memcpy (newp, id, idlen);
  /external/elfutils/0.153/libdwfl/
dwfl_module_getsrc_file.c 159 Dwfl_Line **newp = realloc (match, local
162 if (newp == NULL)
168 match = newp;
  /external/jemalloc/src/
ctl.c 48 size_t *oldlenp, void *newp, size_t newlen);
820 ctl_byname(const char *name, void *oldp, size_t *oldlenp, void *newp,
841 ret = node->ctl(mib, depth, oldp, oldlenp, newp, newlen);
868 void *newp, size_t newlen)
906 ret = node->ctl(mib, miblen, oldp, oldlenp, newp, newlen);
953 if (newp != NULL || newlen != 0) { \
980 if (newp != NULL) { \
985 (v) = *(t *)newp; \
996 void *newp, size_t newlen) \
1019 void *newp, size_t newlen)
    [all...]
  /external/jemalloc/include/jemalloc/
jemalloc_protos.h.in 29 size_t *oldlenp, void *newp, size_t newlen);
33 void *oldp, size_t *oldlenp, void *newp, size_t newlen);
jemalloc.h 140 size_t *oldlenp, void *newp, size_t newlen);
144 void *oldp, size_t *oldlenp, void *newp, size_t newlen);
  /external/e2fsprogs/intl/
plural.c 87 struct expression *newp; local
95 newp = (struct expression *) malloc (sizeof (*newp));
96 if (newp != NULL)
98 newp->nargs = nargs;
99 newp->operation = op;
101 newp->val.args[i] = args[i];
102 return newp;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
bitstream.c 841 const vp8_prob oldp, const vp8_prob newp,
845 const int new_b = vp8_cost_branch(ct, newp);
896 const vp8_prob newp = cpi->frame_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))
957 const vp8_prob newp = cpi->frame_coef_probs [i][j][k][t]; local
960 const int s = prob_update_savings(ct, oldp, newp, upd);
1104 const vp8_prob newp = cpi->frame_coef_probs[i][j][k][t]; local
1110 prob_update_savings(ct, oldp, newp, upd);
1128 const vp8_prob newp = cpi->frame_coef_probs [i][j][k][t] local
1224 const vp8_prob newp = cpi->common.fc.coef_probs [i][j][k][t]; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 841 const vp8_prob oldp, const vp8_prob newp,
845 const int new_b = vp8_cost_branch(ct, newp);
896 const vp8_prob newp = cpi->frame_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))
957 const vp8_prob newp = cpi->frame_coef_probs [i][j][k][t]; local
960 const int s = prob_update_savings(ct, oldp, newp, upd);
1104 const vp8_prob newp = cpi->frame_coef_probs[i][j][k][t]; local
1110 prob_update_savings(ct, oldp, newp, upd);
1128 const vp8_prob newp = cpi->frame_coef_probs [i][j][k][t] local
1224 const vp8_prob newp = cpi->common.fc.coef_probs [i][j][k][t]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
bitstream.c 841 const vp8_prob oldp, const vp8_prob newp,
845 const int new_b = vp8_cost_branch(ct, newp);
896 const vp8_prob newp = cpi->frame_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))
957 const vp8_prob newp = cpi->frame_coef_probs [i][j][k][t]; local
960 const int s = prob_update_savings(ct, oldp, newp, upd);
1104 const vp8_prob newp = cpi->frame_coef_probs[i][j][k][t]; local
1110 prob_update_savings(ct, oldp, newp, upd);
1128 const vp8_prob newp = cpi->frame_coef_probs [i][j][k][t] local
1224 const vp8_prob newp = cpi->common.fc.coef_probs [i][j][k][t]; local
    [all...]
  /external/elfutils/0.153/libelf/
elf_getarsym.c 203 Elf_Arsym *newp = (Elf_Arsym *) realloc (elf->state.ar.ar_sym, local
205 if (newp == NULL)
212 elf->state.ar.ar_sym = newp;
elf_begin.c 666 char *newp; local
701 newp = (char *) malloc (len);
702 if (newp != NULL)
708 elf->state.ar.long_names = (char *) memcpy (newp,
714 if (unlikely ((size_t) pread_retry (elf->fildes, newp, len,
720 free (newp);
724 elf->state.ar.long_names = newp;
730 runp = newp;
733 runp = (char *) memchr (runp, '/', newp + len - runp);
746 if (runp >= newp + len
    [all...]
  /external/ppp/pppd/
main.c 1259 struct callout *newp, *p, **pp; local
1264 if ((newp = (struct callout *) malloc(sizeof(struct callout))) == NULL)
1266 newp->c_arg = arg;
1267 newp->c_func = func;
1269 newp->c_time.tv_sec = timenow.tv_sec + secs;
1270 newp->c_time.tv_usec = timenow.tv_usec + usecs;
1271 if (newp->c_time.tv_usec >= 1000000) {
1272 newp->c_time.tv_sec += newp->c_time.tv_usec / 1000000;
1273 newp->c_time.tv_usec %= 1000000
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c 166 static long delta(struct tm * newp, struct tm * oldp);
720 delta(newp, oldp)
721 struct tm * newp;
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/icu/icu4c/source/tools/tzcode/
zdump.c 166 static long delta(struct tm * newp, struct tm * oldp);
720 delta(newp, oldp)
721 struct tm * newp;
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/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_bitstream.c 532 vp9_prob newp = new_coef_probs[i][j][k][l][t]; local
539 old_coef_probs[i][j][k][l], &newp, upd);
542 frame_branch_ct[i][j][k][l][t], oldp, &newp, upd);
543 if (s > 0 && newp != oldp)
569 vp9_prob newp = new_coef_probs[i][j][k][l][t]; local
577 old_coef_probs[i][j][k][l], &newp, upd);
581 *oldp, &newp, upd);
582 if (s > 0 && newp != *oldp)
587 vp9_write_prob_diff_update(bc, newp, *oldp);
588 *oldp = newp;
614 vp9_prob newp = new_coef_probs[i][j][k][l][t]; local
    [all...]
  /external/chromium_org/third_party/npapi/npspy/common/
epmanager.cpp 104 eps->realNPPFuncs.newp = funcs->newp;
228 if(!nppfuncs || !nppfuncs->newp)
231 NPError rv = CallNPP_NewProc(nppfuncs->newp, pluginType, instance, mode, argc, argn, argv, saved);
np_entry.cpp 77 pFuncs->newp = NPP_New;
  /external/libvpx/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...]
  /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...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 3888 mchunkptr newp = (mchunkptr)(cp + offset); local
4835 mchunkptr newp = 0; local
4948 mchunkptr newp = (mchunkptr)pos; local
5233 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 1); local
5271 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 0); local
5792 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 1); local
5831 mchunkptr newp = try_realloc_chunk(m, oldp, nb, 0); local
    [all...]
  /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

Completed in 2267 milliseconds

12 3 4