Lines Matching defs:sfix
50 static struct ptunit_result sfix_init(struct sync_fixture *sfix) in sfix_init()
76 static struct ptunit_result sync_fwd_null(struct sync_fixture *sfix) in sync_fwd_null()
93 static struct ptunit_result sync_bwd_null(struct sync_fixture *sfix) in sync_bwd_null()
110 static struct ptunit_result sync_fwd_empty(struct sync_fixture *sfix) in sync_fwd_empty()
123 static struct ptunit_result sync_bwd_empty(struct sync_fixture *sfix) in sync_bwd_empty()
136 static struct ptunit_result sync_fwd_none(struct sync_fixture *sfix) in sync_fwd_none()
147 static struct ptunit_result sync_bwd_none(struct sync_fixture *sfix) in sync_bwd_none()
158 static struct ptunit_result sync_fwd_here(struct sync_fixture *sfix) in sync_fwd_here()
172 static struct ptunit_result sync_bwd_here(struct sync_fixture *sfix) in sync_bwd_here()
186 static struct ptunit_result sync_fwd(struct sync_fixture *sfix) in sync_fwd()
200 static struct ptunit_result sync_bwd(struct sync_fixture *sfix) in sync_bwd()
214 static struct ptunit_result sync_fwd_past(struct sync_fixture *sfix) in sync_fwd_past()
228 static struct ptunit_result sync_bwd_past(struct sync_fixture *sfix) in sync_bwd_past()
242 static struct ptunit_result sync_fwd_cutoff(struct sync_fixture *sfix) in sync_fwd_cutoff()
258 static struct ptunit_result sync_bwd_cutoff(struct sync_fixture *sfix) in sync_bwd_cutoff()
276 struct sync_fixture sfix; in main() local