Searched refs:alloc_function_array (Results 1 – 5 of 5) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | zfunc3.c | 89 code = alloc_function_array(params.k, &ptr, mem); in gs_build_function_3()
|
H A D | gsfunc.h | 183 int alloc_function_array(uint count, gs_function_t *** pFunctions,
|
H A D | gsfunc.c | 36 alloc_function_array(uint count, gs_function_t *** pFunctions, in alloc_function_array() function
|
H A D | zshade.c | 246 code = alloc_function_array(size, &Functions, mem); in build_shading_function()
|
H A D | gsfunc3.c | 61 int code = alloc_function_array(count, &psfns, mem); in fn_scale_functions()
|