Home | History | Annotate | Download | only in unit

Lines Matching defs:ecf_count

51 ecf_count(edata_cache_fast_t *ecf) {
69 expect_zu_eq(ecf_count(&ecf), 0, "");
74 expect_zu_eq(ecf_count(&ecf), 0, "");
78 expect_zu_eq(ecf_count(&ecf), 1, "");
82 expect_zu_eq(ecf_count(&ecf), 2, "");
87 expect_zu_eq(ecf_count(&ecf), 1, "");
91 expect_zu_eq(ecf_count(&ecf), 0, "");
122 expect_zu_eq(EDATA_CACHE_FAST_FILL / 2 - 1, ecf_count(&ecf),
129 expect_zu_eq(0, ecf_count(&ecf), "");
134 expect_zu_eq(0, ecf_count(&ecf), "Allocated more than necessary");
151 expect_zu_eq(EDATA_CACHE_FAST_FILL - 1, ecf_count(&ecf), "");
155 expect_zu_eq(EDATA_CACHE_FAST_FILL - i, ecf_count(&ecf), "");
161 expect_zu_eq(0, ecf_count(&ecf), "");
166 expect_zu_eq(EDATA_CACHE_FAST_FILL - 1, ecf_count(&ecf), "");
169 expect_zu_eq(EDATA_CACHE_FAST_FILL - i, ecf_count(&ecf), "");
174 expect_zu_eq(0, ecf_count(&ecf), "");
194 expect_zu_eq(EDATA_CACHE_FAST_FILL, ecf_count(&ecf), "");
199 expect_zu_eq(0, ecf_count(&ecf), "");
205 expect_zu_eq(0, ecf_count(&ecf), "");
211 expect_zu_eq(0, ecf_count(&ecf), "");