| /src/external/cddl/osnet/dist/common/ctf/ |
| ctf_labels.c | 35 extract_label_info(ctf_file_t *fp, const ctf_lblent_t **ctl, uint_t *num_labels) 49 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t); 62 uint_t num_labels = 0; // XXX: gcc local 64 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR) 67 if (num_labels == 0) { 72 if ((s = ctf_strraw(fp, (ctlp + num_labels - 1)->ctl_label)) == NULL) 86 uint_t i, num_labels = 0; // XXX: gcc local 91 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR) 94 if (num_labels == 0) 97 for (i = 0; i < num_labels; i++, ctlp++) [all...] |
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-labels.c | 25 uint32_t *num_labels) 32 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t); 44 uint32_t num_labels = 0; local 46 if (extract_label_info (fp, &ctlp, &num_labels) < 0) 49 if (num_labels == 0) 55 if ((s = ctf_strraw (fp, (ctlp + num_labels - 1)->ctl_label)) == NULL) 68 uint32_t num_labels = 0; local 73 if (extract_label_info (fp, &ctlp, &num_labels) < 0) 76 if (num_labels == 0) 79 for (i = 0; i < num_labels; i++, ctlp++ [all...] |
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-labels.c | 25 uint32_t *num_labels) 32 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t); 44 uint32_t num_labels = 0; local 46 if (extract_label_info (fp, &ctlp, &num_labels) < 0) 49 if (num_labels == 0) 55 if ((s = ctf_strraw (fp, (ctlp + num_labels - 1)->ctl_label)) == NULL) 68 uint32_t num_labels = 0; local 73 if (extract_label_info (fp, &ctlp, &num_labels) < 0) 76 if (num_labels == 0) 79 for (i = 0; i < num_labels; i++, ctlp++ [all...] |
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-labels.c | 25 uint32_t *num_labels) 32 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t); 44 uint32_t num_labels = 0; local 46 if (extract_label_info (fp, &ctlp, &num_labels) < 0) 49 if (num_labels == 0) 55 if ((s = ctf_strraw (fp, (ctlp + num_labels - 1)->ctl_label)) == NULL) 68 uint32_t num_labels = 0; local 73 if (extract_label_info (fp, &ctlp, &num_labels) < 0) 76 if (num_labels == 0) 79 for (i = 0; i < num_labels; i++, ctlp++ [all...] |
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-labels.c | 25 uint32_t *num_labels) 32 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t); 44 uint32_t num_labels = 0; local 46 if (extract_label_info (fp, &ctlp, &num_labels) < 0) 49 if (num_labels == 0) 55 if ((s = ctf_strraw (fp, (ctlp + num_labels - 1)->ctl_label)) == NULL) 68 uint32_t num_labels = 0; local 73 if (extract_label_info (fp, &ctlp, &num_labels) < 0) 76 if (num_labels == 0) 79 for (i = 0; i < num_labels; i++, ctlp++ [all...] |
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| dns-msg.h | 57 int num_labels; member in struct:dns_name_pointer
|
| /src/external/gpl3/gcc/dist/gcc/ |
| reload1.cc | 333 static int num_labels; 3808 memset (offsets_known_at, 0, num_labels); 4035 num_labels = max_label_num () - first_label_num; 4038 offsets_known_at = XNEWVEC (char, num_labels); 4040 xmalloc (num_labels * NUM_ELIMINABLE_REGS * sizeof (poly_int64)); 331 static int num_labels; variable
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| reload1.cc | 333 static int num_labels; 3808 memset (offsets_known_at, 0, num_labels); 4035 num_labels = max_label_num () - first_label_num; 4038 offsets_known_at = XNEWVEC (char, num_labels); 4040 xmalloc (num_labels * NUM_ELIMINABLE_REGS * sizeof (poly_int64)); 331 static int num_labels; variable
|
| /src/lib/libterminfo/ |
| term.h | 292 #define num_labels t_num_labels(cur_term) macro 329 * num_labels: Number of labels on screen (start at 1)
|