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

12 3 4

  /toolchain/binutils/binutils-2.25/intl/
dcigettext.c 338 struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \
341 if (newp != NULL) { \
342 newp->address = (addr); \
343 newp->next = (list); \
344 (list) = newp; \
653 struct known_translation_t *newp; local
655 newp = (struct known_translation_t *)
658 if (newp != NULL)
660 newp->domainname
    [all...]
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/elfutils/src/
ar.c 162 char *newp = alloca (len + 1); local
163 newp[0] = '-';
164 memcpy (&newp[1], argv[1], len);
165 argv[1] = newp;
971 struct armem *newp = alloca (sizeof (struct armem)); local
972 newp->old_off = elf_getaroff (subelf);
973 newp->off = cur_off;
979 to_copy = newp->next = newp;
982 newp->next = to_copy->next
1156 struct armem *newp = alloca (sizeof (struct armem)); 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...]
ld.c 718 struct file_list *newp; local
720 newp = (struct file_list *) xmalloc (sizeof (struct file_list));
721 newp->name = arg;
723 newp->next = NULL;
725 CSNGL_LIST_ADD_REAR (input_file_list, newp);
1269 struct pathelement *newp; local
1300 struct pathelement *newp; local
    [all...]
objdump.c 198 struct section_list *newp = xmalloc (sizeof (*newp)); local
200 newp->scnndx = strtoul (arg, &endp, 0);
202 newp->is_name = false;
205 newp->name = arg;
206 newp->is_name = true;
208 newp->next = section_list;
209 section_list = newp;
ldlex.l 317 char *newp = (char *) alloca (idmax *= 2);
318 id = memcpy (newp, id, idlen);
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...]
  /external/elfutils/libdwfl/
dwfl_module_getsrc_file.c 143 Dwfl_Line **newp = realloc (match, local
146 if (newp == NULL)
152 match = newp;
  /external/jemalloc/include/jemalloc/
jemalloc_protos.h 45 void *oldp, size_t *oldlenp, void *newp, size_t newlen);
49 size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen);
jemalloc_protos_jet.h 45 void *oldp, size_t *oldlenp, void *newp, size_t newlen);
49 size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen);
jemalloc_protos.h.in 45 void *oldp, size_t *oldlenp, void *newp, size_t newlen);
49 size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen);
  /toolchain/binutils/binutils-2.25/opcodes/
m32c-asm.c 582 const char *newp = *strp;
586 errmsg = cgen_parse_unsigned_integer (cd, & newp, opindex, & bit);
590 if (*newp != ',')
593 ++newp;
595 if (strncmp (newp, "0x0", 3) == 0
596 || (newp[0] == '0' && newp[1] != 'x'))
599 errmsg = cgen_parse_unsigned_integer (cd, & newp, opindex, & base);
617 if (strncmp (newp, "[sb]", 4) != 0)
624 *strp = newp;
581 const char *newp = *strp; local
635 const char *newp = *strp; local
733 const char *newp = *strp; local
793 const char *newp = *strp; local
    [all...]
  /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/libvpx/libvpx/vp8/encoder/
bitstream.c 710 const vp8_prob newp, const vp8_prob upd) {
712 const int new_b = vp8_cost_branch(ct, newp);
755 const vp8_prob newp = cpi->frame_coef_probs[i][j][k][t]; local
758 const int s = prob_update_savings(ct, oldp, newp, upd);
761 (cpi->common.frame_type == KEY_FRAME && newp != oldp)) {
803 const vp8_prob newp = cpi->frame_coef_probs[i][j][k][t]; local
806 const int s = prob_update_savings(ct, oldp, newp, upd);
925 const vp8_prob newp = cpi->frame_coef_probs[i][j][k][t]; local
929 prev_coef_savings[t] += prob_update_savings(ct, oldp, newp, upd);
945 const vp8_prob newp = cpi->frame_coef_probs[i][j][k][t] local
1024 const vp8_prob newp = cpi->common.fc.coef_probs[i][j][k][t]; local
    [all...]
  /external/valgrind/include/
pub_tool_libcproc.h 75 extern Int VG_(sysctl) ( Int *name, UInt namelen, void *oldp, SizeT *oldlenp, void *newp, SizeT newlen );
  /external/elfutils/libelf/
elf_begin.c 681 char *newp; local
717 newp = (char *) malloc (len);
718 if (newp != NULL)
727 elf->state.ar.long_names = (char *) memcpy (newp,
734 if (unlikely ((size_t) pread_retry (elf->fildes, newp, len,
741 free (newp);
745 elf->state.ar.long_names = newp;
751 runp = newp;
755 runp = (char *) memchr (runp, '/', newp + len - runp);
759 memset (startp, '\0', newp + len - startp)
    [all...]
elf_getarsym.c 219 Elf_Arsym *newp = (Elf_Arsym *) realloc (elf->state.ar.ar_sym, local
221 if (newp == NULL)
228 elf->state.ar.ar_sym = newp;
  /external/ppp/pppd/
main.c 1323 struct callout *newp, *p, **pp; local
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 232 static intmax_t delta(struct tm * newp, struct tm * oldp) ATTRIBUTE_PURE;
779 delta(struct tm * newp, struct tm *oldp)
784 if (newp->tm_year < oldp->tm_year)
785 return -delta(oldp, newp);
787 for (tmy = oldp->tm_year; tmy < newp->tm_year; ++tmy)
789 result += newp->tm_yday - oldp->tm_yday;
791 result += newp->tm_hour - oldp->tm_hour;
793 result += newp->tm_min - oldp->tm_min;
795 result += newp->tm_sec - oldp->tm_sec;
  /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/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/python/cpython2/Lib/idlelib/
PyParse.py 398 newp = m.end()
400 i = newp - 1 # index of last boring char
405 p = newp
  /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

Completed in 4239 milliseconds

12 3 4