#include <pullup.h>
Data Fields | |
int | parity |
struct pullup_buffer * | buffer |
unsigned int | flags |
int | breaks |
int | affinity |
int * | diffs |
int * | comb |
int * | var |
struct pullup_field * | prev |
struct pullup_field * | next |
Definition at line 40 of file pullup.h.
Definition at line 46 of file pullup.h.
Referenced by compute_affinity(), decide_frame_length(), print_aff_and_breaks(), pullup_get_frame(), and pullup_submit_field().
Definition at line 45 of file pullup.h.
Referenced by compute_breaks(), decide_frame_length(), find_first_break(), print_aff_and_breaks(), and pullup_submit_field().
struct pullup_buffer* pullup_field::buffer [read] |
Definition at line 43 of file pullup.h.
Referenced by compute_affinity(), compute_breaks(), compute_metric(), pullup_flush_fields(), pullup_get_buffer(), pullup_get_frame(), and pullup_submit_field().
Definition at line 48 of file pullup.h.
Referenced by alloc_metrics(), compute_affinity(), and pullup_free_context().
Definition at line 47 of file pullup.h.
Referenced by alloc_metrics(), compute_breaks(), pullup_free_context(), and pullup_submit_field().
unsigned int pullup_field::flags |
Definition at line 44 of file pullup.h.
Referenced by compute_affinity(), compute_breaks(), and pullup_submit_field().
struct pullup_field * pullup_field::next [read] |
Definition at line 50 of file pullup.h.
Referenced by check_field_queue(), compute_affinity(), compute_breaks(), decide_frame_length(), find_first_break(), foo(), make_field_queue(), print_aff_and_breaks(), pullup_flush_fields(), pullup_free_context(), pullup_get_frame(), pullup_submit_field(), and queue_length().
Definition at line 42 of file pullup.h.
Referenced by pullup_flush_fields(), pullup_get_buffer(), pullup_get_frame(), and pullup_submit_field().
struct pullup_field* pullup_field::prev [read] |
Definition at line 50 of file pullup.h.
Referenced by check_field_queue(), compute_affinity(), decide_frame_length(), make_field_queue(), pullup_free_context(), and pullup_submit_field().