Lines Matching refs:dfix_raw
2397 static struct ptu_decoder_fixture dfix_raw; variable
2407 dfix_raw.init = ptu_dfix_init; in init_fixtures()
2408 dfix_raw.fini = ptu_dfix_fini; in init_fixtures()
2410 dfix_empty = dfix_raw; in init_fixtures()
2413 dfix_indir = dfix_raw; in init_fixtures()
2416 dfix_indir_psb = dfix_raw; in init_fixtures()
2419 dfix_cond = dfix_raw; in init_fixtures()
2422 dfix_event = dfix_raw; in init_fixtures()
2425 dfix_event_psb = dfix_raw; in init_fixtures()
2437 ptu_run_f(suite, indir_not_synced, dfix_raw); in main()
2438 ptu_run_f(suite, cond_not_synced, dfix_raw); in main()
2439 ptu_run_f(suite, event_not_synced, dfix_raw); in main()
2441 ptu_run_f(suite, sync_backward, dfix_raw); in main()
2442 ptu_run_f(suite, sync_backward_empty_end, dfix_raw); in main()
2443 ptu_run_f(suite, sync_backward_empty_mid, dfix_raw); in main()
2444 ptu_run_f(suite, sync_backward_empty_begin, dfix_raw); in main()
2445 ptu_run_f(suite, decode_sync_backward, dfix_raw); in main()