Searched refs:REALLOC (Results 26 - 38 of 38) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target.cpp371 REALLOC(relocInfo, n ? size : 0,
H A Dnv50_ir_from_tgsi.cpp902 info->immd.buf = (uint32_t *)REALLOC(info->immd.buf, base * 4,
/external/srec/portable/src/
H A Dphashtable.c283 REALLOC(table->entries,
/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c563 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s))) macro
1590 : (char *)REALLOC(buffer, len * 2));
1904 return REALLOC(ptr, size);
2074 char *temp = (char *)REALLOC(tag->buf, bufSize);
2428 char *temp = (char *)REALLOC(tag->buf, bufSize);
2739 temp = (ATTRIBUTE *)REALLOC((void *)atts, attsSize * sizeof(ATTRIBUTE));
2744 temp2 = (XML_AttrInfo *)REALLOC((void *)attInfo, attsSize * sizeof(XML_AttrInfo));
2891 temp = (NS_ATT *)REALLOC(nsAtts, nsAttsSize * sizeof(NS_ATT));
3122 XML_Char *temp = (XML_Char *)REALLOC(b->uri,
4425 char *temp = (char *)REALLOC(groupConnecto
[all...]
/external/expat/lib/
H A Dxmlparse.c563 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s))) macro
1590 : (char *)REALLOC(buffer, len * 2));
1904 return REALLOC(ptr, size);
2074 char *temp = (char *)REALLOC(tag->buf, bufSize);
2428 char *temp = (char *)REALLOC(tag->buf, bufSize);
2739 temp = (ATTRIBUTE *)REALLOC((void *)atts, attsSize * sizeof(ATTRIBUTE));
2744 temp2 = (XML_AttrInfo *)REALLOC((void *)attInfo, attsSize * sizeof(XML_AttrInfo));
2891 temp = (NS_ATT *)REALLOC(nsAtts, nsAttsSize * sizeof(NS_ATT));
3122 XML_Char *temp = (XML_Char *)REALLOC(b->uri,
4425 char *temp = (char *)REALLOC(groupConnecto
[all...]
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp5220 int *REALLOC; member in namespace:test110
5238 (*REALLOC)++;
5254 REALLOC = (int*)realloc(NULL, sizeof(int));
5276 FAST_MODE_INIT(REALLOC);
5277 ANNOTATE_EXPECT_RACE(REALLOC, "real race on a realloc-ed object");
5304 free(REALLOC);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.c569 nv->scratch.runout = REALLOC(nv->scratch.runout,
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.c569 nv->scratch.runout = REALLOC(nv->scratch.runout,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c202 tokens->tokens = REALLOC(tokens->tokens,
H A Dtgsi_exec.c731 declarations = REALLOC(declarations,
783 instructions = REALLOC(instructions,
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c202 tokens->tokens = REALLOC(tokens->tokens,
H A Dtgsi_exec.c731 declarations = REALLOC(declarations,
783 instructions = REALLOC(instructions,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp902 info->immd.buf = (uint32_t *)REALLOC(info->immd.buf, base * 4,

Completed in 5110 milliseconds

12