Searched refs:reralloc_array_size (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | string_buffer.h | 83 (char *) reralloc_array_size(str, str->buf, sizeof(char),
|
| H A D | ralloc.h | 178 ((type *) reralloc_array_size(ctx, ptr, sizeof(type), count)) 218 void *reralloc_array_size(const void *ctx, void *ptr, size_t size,
|
| H A D | string_buffer.c | 38 str->buf = reralloc_array_size(str, str->buf, sizeof(char), new_capacity);
|
| H A D | ralloc.c | 219 reralloc_array_size(const void *ctx, void *ptr, size_t size, unsigned count) function in typeref:typename:void *
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | string_buffer.h | 83 (char *) reralloc_array_size(str, str->buf, sizeof(char),
|
| H A D | ralloc.h | 195 ((type *) reralloc_array_size(ctx, ptr, sizeof(type), count)) 257 void *reralloc_array_size(const void *ctx, void *ptr, size_t size,
|
| H A D | string_buffer.c | 38 str->buf = reralloc_array_size(str, str->buf, sizeof(char), new_capacity);
|
| H A D | ralloc.c | 237 reralloc_array_size(const void *ctx, void *ptr, size_t size, unsigned count) function in typeref:typename:void *
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/common/ |
| H A D | gen_decoder.c | 430 ctx->values = reralloc_array_size(ctx->spec, ctx->values,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| H A D | intel_decoder.c | 442 ctx->values = reralloc_array_size(ctx->spec, ctx->values,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/perf/ |
| H A D | intel_perf.c | 686 perf->counter_infos = reralloc_array_size(perf, counter_infos,
|
Completed in 16 milliseconds