Searched refs:GROW_ARRAY (Results 1 - 11 of 11) sorted by relevance
/third_party/ffmpeg/tools/ |
H A D | ffeval.c | 61 #define GROW_ARRAY() \ in main() macro 70 GROW_ARRAY(); in main() 132 GROW_ARRAY(); in main()
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | arraymem.h | 23 #define GROW_ARRAY(array,newSize) realloc((void *) (array), (newSize) * sizeof (array)[0]) macro
|
H A D | pflow.c | 205 flow->fParagraphLayout = (pl_paragraph **) GROW_ARRAY(flow->fParagraphLayout, flow->fParagraphMax + flow->fParagraphGrow); in pf_create() 274 obj->fLines = (pl_line **) GROW_ARRAY(obj->fLines, obj->fLinesMax + obj->fLinesGrow); in addLine()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | arraymem.h | 23 #define GROW_ARRAY(array,newSize) realloc((void *) (array), (newSize) * sizeof (array)[0]) macro
|
H A D | pflow.c | 203 flow->fParagraphLayout = (pl_paragraph **) GROW_ARRAY(flow->fParagraphLayout, flow->fParagraphMax + flow->fParagraphGrow); in pf_create() 272 obj->fLines = (pl_line **) GROW_ARRAY(obj->fLines, obj->fLinesMax + obj->fLinesGrow); in addLine()
|
/third_party/icu/icu4c/source/test/letest/ |
H A D | letest.h | 40 #define GROW_ARRAY(array,newSize) realloc((void *) (array), (newSize) * sizeof (array)[0]) macro
|
/third_party/ffmpeg/fftools/ |
H A D | cmdutils.h | 434 #define GROW_ARRAY(array, nb_elems)\ macro
|
H A D | ffmpeg_filter.c | 202 GROW_ARRAY(ist->filters, ist->nb_filters); in init_simple_filtergraph() 205 GROW_ARRAY(filtergraphs, nb_filtergraphs); in init_simple_filtergraph() 311 GROW_ARRAY(ist->filters, ist->nb_filters); in init_input_filter()
|
H A D | cmdutils.c | 608 GROW_ARRAY(l->groups, l->nb_groups); in finish_group() 636 GROW_ARRAY(g->opts, g->nb_opts); in add_opt()
|
H A D | ffmpeg_opt.c | 458 GROW_ARRAY(o->stream_maps, o->nb_stream_maps); in opt_map() 492 GROW_ARRAY(o->stream_maps, o->nb_stream_maps); in opt_map() 529 GROW_ARRAY(o->attachments, o->nb_attachments); in opt_attach() 546 GROW_ARRAY(o->audio_channel_maps, o->nb_audio_channel_maps); in opt_map_channel()
|
H A D | ffplay.c | 399 GROW_ARRAY(vfilters_list, nb_vfilters); in opt_add_vfilter()
|
Completed in 17 milliseconds