Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_code.c64 struct rc_constant * newlist; in rc_constants_add() local
/external/elfutils/libdw/
Ddwarf_entry_breakpoints.c41 Dwarf_Addr *newlist = realloc (*bkpts, ++(*pnbkpts) * sizeof newlist[0]); in add_bkpt() 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/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c480 struct rc_constant * newlist; in add_constant() local
/external/curl/src/
Dtool_paramhlp.c492 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.c2338 PyObject *newlist, *v, *seq, *callable; in builtin_sorted() local
/external/python/cpython2/Python/
Dbltinmodule.c2230 PyObject *newlist, *v, *seq, *compare=NULL, *keyfunc=NULL, *newargs; in builtin_sorted() local
/external/python/cpython3/Modules/
D_asynciomodule.c981 PyObject *newlist; in _asyncio_Future_remove_done_callback() local