Searched refs:newlist (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_code.c64 struct rc_constant * newlist; local in function:rc_constants_add
70 newlist = malloc(sizeof(struct rc_constant) * c->_Reserved);
71 memcpy(newlist, c->Constants, sizeof(struct rc_constant) * c->Count);
74 c->Constants = newlist;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_code.c64 struct rc_constant * newlist; local in function:rc_constants_add
70 newlist = malloc(sizeof(struct rc_constant) * c->_Reserved);
71 memcpy(newlist, c->Constants, sizeof(struct rc_constant) * c->Count);
74 c->Constants = newlist;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c480 struct rc_constant * newlist; local in function:add_constant
484 newlist = malloc(sizeof(struct rc_constant) * constants->_Reserved);
486 memcpy(newlist, constants->Constants,
492 constants->Constants = newlist;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c480 struct rc_constant * newlist; local in function:add_constant
484 newlist = malloc(sizeof(struct rc_constant) * constants->_Reserved);
486 memcpy(newlist, constants->Constants,
492 constants->Constants = newlist;
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A DpanoramiX.c379 XineramaConnectionCallbackList *newlist; local in function:XineramaRegisterConnectionBlockCallback
381 if(!(newlist = malloc(sizeof(XineramaConnectionCallbackList))))
384 newlist->next = ConnectionCallbackList;
385 newlist->func = func;
386 ConnectionCallbackList = newlist;
/xsrc/external/mit/xorg-server/dist/Xext/
H A DpanoramiX.c369 XineramaConnectionCallbackList *newlist; local in function:XineramaRegisterConnectionBlockCallback
371 if (!(newlist = malloc(sizeof(XineramaConnectionCallbackList))))
374 newlist->next = ConnectionCallbackList;
375 newlist->func = func;
376 ConnectionCallbackList = newlist;
/xsrc/external/mit/xfs/dist/difs/
H A Dfonts.c190 Font *newlist; local in function:add_id_to_list
197 newlist = (Font *) FSreallocarray(ids->client_list,
200 if (!newlist)
202 ids->client_list = newlist;

Completed in 8 milliseconds