Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Drange-set.h62 bool range_set_allocate_fully (struct range_set *, unsigned long int request,
H A Drange-set.c260 range_set_allocate_fully (struct range_set *rs, unsigned long int request, in range_set_allocate_fully() function
/dports/math/pspp/pspp-1.4.1/tests/libpspp/
H A Drange-set-test.c416 success = range_set_allocate_fully (rs, request, &start); in test_allocate_fully()
/dports/math/pspp/pspp-1.4.1/src/data/
H A Ddatasheet.c1309 && range_set_allocate_fully (source->avail, n_bytes, &start)) in source_allocate_column()
/dports/math/pspp/pspp-1.4.1/
H A DChangeLog22867 range-set: New function range_set_allocate_fully.