Lines Matching refs:pcs
30 __u32 pcs[MAX_LOCAL_LABELS];
47 * - if print_phase is true and ref_value is in labels->pcs,
50 * in labels->pcs;
54 if (labels->pcs[i] == ref_value)
58 labels->pcs[labels->cnt++] = ref_value;
124 qsort(labels.pcs, labels.cnt, sizeof(*labels.pcs), cmp_u32);
144 label_pc = bsearch(&pc, labels.pcs, labels.cnt, sizeof(*labels.pcs), cmp_u32);
148 label = labels.names[label_pc - labels.pcs];