Searched refs:num_labels (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_labels.c32 extract_label_info(ctf_file_t *fp, const ctf_lblent_t **ctl, uint_t *num_labels) argument
46 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t);
59 uint_t num_labels; local
61 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR)
64 if (num_labels == 0) {
69 if ((s = ctf_strraw(fp, (ctlp + num_labels - 1)->ctl_label)) == NULL)
83 uint_t i, num_labels; local
88 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR)
91 if (num_labels == 0)
94 for (i = 0; i < num_labels;
[all...]
/freebsd-10-stable/contrib/ncurses/ncurses/base/
H A Dlib_slkrefr.c41 #include <term.h> /* num_labels, label_*, plab_norm */
77 if (num_labels > 0 && SLK_STDFMT(fmt)) {
78 if (i < num_labels) {
101 if (num_labels > 0) {
H A Dlib_slk.c46 #include <term.h> /* num_labels, label_*, plab_norm */
94 SP->_slk->maxlab = ((num_labels > 0)
95 ? num_labels
97 SP->_slk->maxlen = ((num_labels > 0)
H A Dlib_newterm.c176 if (slk_format && num_labels > 0 && SLK_STDFMT(slk_format))
H A Dlib_set_term.c567 if (!(num_labels <= 0 || !SLK_STDFMT(slk_format)))
/freebsd-10-stable/contrib/gcc/
H A Dreload1.c379 static int num_labels;
826 num_labels = max_label_num () - first_label_num;
832 offsets_known_at = XNEWVEC (char, num_labels);
833 offsets_at = (HOST_WIDE_INT (*)[NUM_ELIMINABLE_REGS]) xmalloc (num_labels * NUM_ELIMINABLE_REGS * sizeof (HOST_WIDE_INT));
3473 memset (offsets_known_at, 0, num_labels);
377 static int num_labels; variable
/freebsd-10-stable/contrib/ncurses/include/
H A DCaps.keys272 num_labels nlab num Nl - - ----- number of labels on screen

Completed in 112 milliseconds