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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_labels.c34 extract_label_info(ctf_file_t *fp, const ctf_lblent_t **ctl, uint_t *num_labels) argument
48 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t);
61 uint_t num_labels; local
63 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR)
66 if (num_labels == 0) {
71 if ((s = ctf_strraw(fp, (ctlp + num_labels - 1)->ctl_label)) == NULL)
85 uint_t i, num_labels; local
90 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR)
93 if (num_labels == 0)
96 for (i = 0; i < num_labels;
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/
H A Dslk.c45 unsigned int num_labels; member in struct:_softlabelkeys
279 slks->num_labels = nblocks;
321 for ( i = 0; i < slks->num_labels ; i++ ) {
353 if ( (unsigned short)labnum >= slks->num_labels )
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DPCCTSAST.h59 int num_labels; member in struct:stringparser
H A DPCCTSAST.cpp514 stringparser_parse_scanast(char *templ, int *num_labels) argument
523 *num_labels = parser.num_labels;
582 parser->num_labels++;
615 parser->num_labels = 0;

Completed in 61 milliseconds