Searched defs:ftbl (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dfset.c932 unsigned **ftbl; local
948 ftbl = (unsigned **) calloc(CLL_k+1, sizeof(unsigned *));
949 require(ftbl!=NULL, "cannot allocate ftbl");
976 ftbl[i] = set_pdq(b);
1041 for (i=1; i<=CLL_k; i++) free( (char *)ftbl[i] );
1042 free((char *)ftbl);
1072 for (i=1; i<=CLL_k; i++) free( (char *)ftbl[i] );
1073 free((char *)ftbl);
1120 for (i=1; i<=CLL_k; i++) free( (char *)ftbl[
[all...]
H A Dfset2.c53 static unsigned **ftbl; variable
1176 /* for each element of ftbl[k], make it the root of a tree with permute(ftbl[k+1])
1190 if ( ftbl[k][findex[k]] == nil ) return NULL;
1199 u = tmake(tnode(ftbl[k][findex[k]]), t, NULL);
1240 ftbl = ft;
1445 ftbl = ft;

Completed in 37 milliseconds