Home
last modified time | relevance | path

Searched refs:subcase_get_case_index (Results 1 – 2 of 2) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/data/
H A Dsubcase.h84 static inline size_t subcase_get_case_index (const struct subcase *,
116 subcase_get_case_index (const struct subcase *sc, size_t idx) in subcase_get_case_index() function
H A Dcasereader-project.c34 if (subcase_get_case_index (sc, i) != i) in projection_is_no_op()