Home
last modified time | relevance | path

Searched refs:REALLOC (Results 1 – 25 of 37) sorted by relevance

12

/external/dtc/tests/
Dsw_tree1.c37 REALLOC, enumerator
61 case REALLOC: in realloc_fdt()
99 alloc_mode = REALLOC; in main()
102 alloc_mode = REALLOC; in main()
/external/mesa3d/src/gallium/auxiliary/util/
Du_log.c78 REALLOC(ctx->auto_loggers, in u_log_add_auto_logger()
165 struct page_entry *new_entries = REALLOC(page->entries, in u_log_chunk()
Du_memory.h54 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size) macro
Du_handle_table.c114 new_objects = (void **)REALLOC((void *)ht->objects, in handle_table_resize()
Du_bitmask.c114 new_words = (util_bitmask_word *)REALLOC((void *)bm->words, in util_bitmask_resize()
Du_prim_restart.c151 info->ranges = REALLOC(info->ranges, in add_range()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_memory.h54 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size) macro
Du_bitmask.c114 new_words = (util_bitmask_word *)REALLOC((void *)bm->words, in util_bitmask_resize()
/external/mesa3d/src/gallium/state_trackers/nine/
Dstateblock9.c317 dst->ff.light = REALLOC(dst->ff.light, in nine_state_copy_common()
335 src->ff.light = REALLOC(src->ff.light, in nine_state_copy_common()
477 dst->ff.light = REALLOC(dst->ff.light, in nine_state_copy_common_all()
492 dst->ff.transform = REALLOC(dst->ff.transform, in nine_state_copy_common_all()
Dnine_helpers.c37 pool->slabs = REALLOC(pool->slabs, in nine_range_pool_more()
Dbuffer9.c285 REALLOC(This->maps, sizeof(struct NineTransfer)*This->maxmaps, in NineBuffer9_Lock()
Dnine_shader.c618 tx->lconstf = REALLOC(tx->lconstf, in tx_set_lconstf()
642 tx->lconsti = REALLOC(tx->lconsti, in tx_set_lconsti()
667 tx->lconstb = REALLOC(tx->lconstb, in tx_set_lconstb()
716 tx->regs.r = REALLOC(tx->regs.r, in tx_temp_alloc()
1775 tx->inst_labels = REALLOC(tx->inst_labels, in DECL_SPECIAL()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_util.h299 array = (Item *)REALLOC(array, sizeOld, sizeNew); in resize()
344 data = (Item *)REALLOC(data, oldSize, size * sizeof(Item)); in resize()
594 uint8_t **alloc = (uint8_t **)REALLOC(allocArray, size, size + incr); in enlargeAllocationsArray()
Dnv50_ir_target.cpp425 REALLOC(relocInfo, n ? size : 0, in addReloc()
451 REALLOC(fixupInfo, n ? size : 0, in addInterp()
Dnv50_ir_util.cpp251 data = (uint32_t *)REALLOC(data, 4 * p, 4 * n); in resize()
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_validate.c94 new_entries = (struct pb_validate_entry *)REALLOC(vl->entries, in pb_validate_add_buffer()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi.c61 new_buf = REALLOC(emit->buf, emit->size, newsize); in svga_shader_expand()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c497 new_buffers = REALLOC(cs->slab_buffers, in amdgpu_lookup_or_add_slab_buffer()
541 new_buffers = REALLOC(cs->sparse_buffers, in amdgpu_lookup_or_add_sparse_buffer()
951 new_prev = REALLOC(rcs->prev, in amdgpu_cs_check_space()
1113 REALLOC(bo->fences, in amdgpu_add_fences()
/external/mesa3d/src/gallium/state_trackers/va/
Dbuffer.c94 buf->data = REALLOC(buf->data, buf->size * buf->num_elements, in vlVaBufferSetNumElements()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_cs.c305 REALLOC(csc->slab_buffers, in radeon_lookup_or_add_slab_buffer()
523 struct radeon_bo **new_fences = REALLOC(bo->u.slab.fences, in radeon_bo_slab_fence()
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_driver_query.c156 = REALLOC(bq->query_types, in batch_query_add()
/external/python/cpython3/Modules/expat/
Dxmlparse.c651 #define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p),(s))) macro
1923 temp = (char *)REALLOC(parser, parser->m_buffer, bytesToAllocate); in XML_Parse()
2303 return REALLOC(parser, ptr, size); in XML_MemRealloc()
2521 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in storeRawNames()
2875 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in doContent()
3215 …temp = (ATTRIBUTE *)REALLOC(parser, (void *)parser->m_atts, parser->m_attsSize * sizeof(ATTRIBUTE)… in storeAtts()
3222 …temp2 = (XML_AttrInfo *)REALLOC(parser, (void *)parser->m_attInfo, parser->m_attsSize * sizeof(XML… in storeAtts()
3372 temp = (NS_ATT *)REALLOC(parser, parser->m_nsAtts, nsAttsSize * sizeof(NS_ATT)); in storeAtts()
3633 XML_Char *temp = (XML_Char *)REALLOC(parser, b->uri, in addBinding()
4991 char *temp = (char *)REALLOC(parser, parser->m_groupConnector, parser->m_groupSize *= 2); in doProlog()
[all …]
/external/expat/lib/
Dxmlparse.c651 #define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p),(s))) macro
1923 temp = (char *)REALLOC(parser, parser->m_buffer, bytesToAllocate); in XML_Parse()
2303 return REALLOC(parser, ptr, size); in XML_MemRealloc()
2521 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in storeRawNames()
2875 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in doContent()
3215 …temp = (ATTRIBUTE *)REALLOC(parser, (void *)parser->m_atts, parser->m_attsSize * sizeof(ATTRIBUTE)… in storeAtts()
3222 …temp2 = (XML_AttrInfo *)REALLOC(parser, (void *)parser->m_attInfo, parser->m_attsSize * sizeof(XML… in storeAtts()
3372 temp = (NS_ATT *)REALLOC(parser, parser->m_nsAtts, nsAttsSize * sizeof(NS_ATT)); in storeAtts()
3633 XML_Char *temp = (XML_Char *)REALLOC(parser, b->uri, in addBinding()
4991 char *temp = (char *)REALLOC(parser, parser->m_groupConnector, parser->m_groupSize *= 2); in doProlog()
[all …]
/external/python/cpython2/Modules/expat/
Dxmlparse.c651 #define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p),(s))) macro
1923 temp = (char *)REALLOC(parser, parser->m_buffer, bytesToAllocate); in XML_Parse()
2303 return REALLOC(parser, ptr, size); in XML_MemRealloc()
2521 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in storeRawNames()
2875 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in doContent()
3215 …temp = (ATTRIBUTE *)REALLOC(parser, (void *)parser->m_atts, parser->m_attsSize * sizeof(ATTRIBUTE)… in storeAtts()
3222 …temp2 = (XML_AttrInfo *)REALLOC(parser, (void *)parser->m_attInfo, parser->m_attsSize * sizeof(XML… in storeAtts()
3372 temp = (NS_ATT *)REALLOC(parser, parser->m_nsAtts, nsAttsSize * sizeof(NS_ATT)); in storeAtts()
3633 XML_Char *temp = (XML_Char *)REALLOC(parser, b->uri, in addBinding()
4991 char *temp = (char *)REALLOC(parser, parser->m_groupConnector, parser->m_groupSize *= 2); in doProlog()
[all …]
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.c62 instructions = REALLOC(bld_base->instructions, bld_base->max_instructions in lp_bld_tgsi_add_instruction()

12