Searched refs:label_num (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/libpcap/
H A Dgencode.c7946 gen_mpls(label_num)
7947 int label_num;
7999 if (label_num >= 0) {
8000 label_num = label_num << 12; /* label is shifted 12 bits on the wire */
8001 b1 = gen_mcmp(OR_MACPL, orig_nl, BPF_W, (bpf_int32)label_num,
/freebsd-9.3-release/contrib/gcc/
H A Demit-rtl.c72 static GTY(()) int label_num = 1; variable
1072 return label_num;
2075 NULL, label_num++, NULL, 0);
5004 first_label_num = label_num;
H A Ddwarf2out.c4004 static GTY(()) int label_num;
6300 ASM_GENERATE_INTERNAL_LABEL (buf, prefix, label_num++);
4000 static GTY(()) int label_num; variable

Completed in 182 milliseconds