Home
last modified time | relevance | path

Searched defs:newlist (Results 1 – 11 of 11) sorted by relevance

/external/elfutils/libdw/
Ddwarf_entry_breakpoints.c41 Dwarf_Addr *newlist = realloc (*bkpts, ++(*pnbkpts) * sizeof newlist[0]); in add_bkpt() local
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_code.c46 struct rc_constant *newlist; in rc_constants_add() local
/external/libcups/man/
Dmantohtml.c628 const char *newlist = NULL; /* New list style */ in main() local
/external/e2fsprogs/lib/support/
Dprofile_helpers.c92 char **newlist; in add_to_list() local
/external/antlr/runtime/C/src/
Dantlr3tokenstream.c773 pANTLR3_LIST newlist; in getTokensList() local
789 pANTLR3_LIST newlist; in getTokensType() local
/external/antlr/runtime/Cpp/include/
Dantlr3tokenstream.inl717 const IntListType& list, TokensListType& newlist)
729 TokensListType& newlist )
/external/javassist/src/main/javassist/bytecode/
DAnnotationsAttribute.java227 Annotation[] newlist = new Annotation[annotations.length + 1]; in addAnnotation() local
246 Annotation[] newlist = new Annotation[annotations.length - 1]; in removeAnnotation() local
/external/curl/src/
Dtool_paramhlp.c647 struct curl_slist *newlist = curl_slist_append(*list, ptr); in add2list() local
/external/dnsmasq/src/
Doption.c1248 struct server *serv, *newlist = NULL; in one_opt() local
/external/python/cpython3/Python/
Dbltinmodule.c2462 PyObject *newlist, *v, *seq, *callable; in builtin_sorted() local
/external/python/cpython3/Modules/
D_asynciomodule.c960 PyObject *newlist; in _asyncio_Future_remove_done_callback_impl() local