Home
last modified time | relevance | path

Searched refs:space_alloc (Results 1 – 5 of 5) sorted by relevance

/dports/math/py-pygsl/pygsl-2.3.0/src/transform/
H A Dtransformtypes.h156 pygsl_transform_helpn_t * space_alloc; member
H A Dtransformmodule.c118 helpers.space_alloc = (pygsl_transform_helpn_t *) gsl_fft_ ## space ## _alloc; \
H A Dcore.c55 (void *) h->func->space_alloc, h->space, h->table); in PyGSL_transform_helpers_alloc()
59 h->space = h->func->space_alloc(n); in PyGSL_transform_helpers_alloc()
/dports/www/netsurf/netsurf-3.10/content/
H A Durldb.c3349 struct prot_space_data *space, *space_alloc; in urldb_set_auth_details() local
3384 space = space_alloc = malloc(sizeof(struct prot_space_data)); in urldb_set_auth_details()
3388 if (!space_alloc || !realm_alloc || !auth_alloc) { in urldb_set_auth_details()
3389 free(space_alloc); in urldb_set_auth_details()
/dports/math/py-pygsl/pygsl-2.3.0/src/obsolete/
H A Dfftmodule.c359 pygsl_fft_helpn_t * space_alloc;