HomeSort by relevance Sort by last modified time
    Searched defs:newlist (Results 1 - 16 of 16) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_code.c 64 struct rc_constant * newlist; local
70 newlist = malloc(sizeof(struct rc_constant) * c->_Reserved);
71 memcpy(newlist, c->Constants, sizeof(struct rc_constant) * c->Count);
74 c->Constants = newlist;
  /external/elfutils/libdw/
dwarf_entry_breakpoints.c 41 Dwarf_Addr *newlist = realloc (*bkpts, ++(*pnbkpts) * sizeof newlist[0]); local
42 if (newlist == NULL)
49 newlist[*pnbkpts - 1] = pc;
50 *bkpts = newlist;
  /external/e2fsprogs/lib/support/
profile_helpers.c 92 char **newlist; local
97 newlist = realloc(list->list, newmax * sizeof(char *));
98 if (newlist == 0)
101 list->list = newlist;
  /external/curl/src/
tool_paramhlp.c 487 struct curl_slist *newlist = curl_slist_append(*list, ptr); local
488 if(newlist)
489 *list = newlist;
  /external/u-boot/lib/efi_loader/
efi_memory.c 155 struct efi_mem_list *newlist; local
165 newlist = calloc(1, sizeof(*newlist));
166 newlist->desc.type = memory_type;
167 newlist->desc.physical_start = start;
168 newlist->desc.virtual_start = start;
169 newlist->desc.num_pages = pages;
174 newlist->desc.attribute = (1 << EFI_MEMORY_WB_SHIFT) |
178 newlist->desc.attribute = 1ULL << EFI_MEMORY_RUNTIME_SHIFT;
181 newlist->desc.attribute = 1 << EFI_MEMORY_WB_SHIFT
    [all...]
  /external/antlr/runtime/C/src/
antlr3tokenstream.c 773 pANTLR3_LIST newlist; local
777 newlist = tokenStream->getTokensSet(tokenStream, start, stop, bitSet);
781 return newlist;
789 pANTLR3_LIST newlist; local
792 newlist = tokenStream->getTokensSet(tokenStream, start, stop, bitSet);
796 return newlist;
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 480 struct rc_constant * newlist; local
484 newlist = malloc(sizeof(struct rc_constant) * constants->_Reserved);
486 memcpy(newlist, constants->Constants,
492 constants->Constants = newlist;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
bltinmodule.c 2218 PyObject *newlist, *v, *seq, *compare=NULL, *keyfunc=NULL, *newargs; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
bltinmodule.c 2207 PyObject *newlist, *v, *seq, *compare=NULL, *keyfunc=NULL, *newargs; local
    [all...]
  /external/dnsmasq/src/
option.c 1248 struct server *serv, *newlist = NULL; local
    [all...]
  /external/python/cpython2/Python/
bltinmodule.c 2230 PyObject *newlist, *v, *seq, *compare=NULL, *keyfunc=NULL, *newargs; local
    [all...]
  /external/python/cpython3/Modules/
_asynciomodule.c 932 PyObject *newlist; local
977 newlist = PyList_New(len);
978 if (newlist == NULL) {
989 PyList_SET_ITEM(newlist, j, item);
993 ret = PyList_Append(newlist, item);
1003 Py_DECREF(newlist);
1008 Py_SIZE(newlist) = j;
1010 j = PyList_GET_SIZE(newlist);
1013 if (PyList_SetSlice(self->fut_callbacks, 0, len, newlist) < 0) {
1017 Py_DECREF(newlist);
    [all...]
  /external/python/cpython3/Python/
bltinmodule.c 2238 PyObject *newlist, *v, *seq, *callable; local
    [all...]
  /external/libmtp/src/
libmtp.c 2958 LIBMTP_devicestorage_t *oldhead, *ptr1, *ptr2, *newlist; local
    [all...]
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 

Completed in 3535 milliseconds