HomeSort by relevance Sort by last modified time
    Searched refs:set_nil (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/
set.h 78 extern int set_nil( set );
104 extern int set_nil();
set.c 480 set_nil( set a ) function
482 set_nil( a )
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
relabel.c 106 while (!set_nil(unpart_chars)){
166 if (!set_nil(temp))
automata.c 308 if ((n=node->trans[0]) != NIL_INDEX && set_nil(node->label) &&
341 if ((n=node->trans[0]) != NIL_INDEX && set_nil(node->label) &&
output.c 837 if (set_nil(label)){
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
mrhoist.c 333 if (set_nil(s)) {
414 ! set_nil(p->scontext[1]) ||
490 if ( !set_nil(completion)) {
508 if ( ! set_nil(p->completionSet)) return 0;
509 if ( ! set_nil(p->completionTree)) return 0;
961 while ( !set_nil(*incomplete) ) {
1029 while ( !set_nil(*incomplete) ) {
    [all...]
fset.c 259 if ( set_nil(a) && !q->incomplete )
349 while ( !set_nil(rk) ) {
399 if (! set_nil(p->tset)) {
401 if (! set_nil(intersection)) {
416 if ( !set_nil(p->tset) ) {
636 else if ( !set_nil(alt1->fset[1]) )
    [all...]
bits.c 191 while ( !set_nil(s) )
411 if ( !set_nil(tcl) )
416 while ( !set_nil(tcl) )
565 if (!nilOK) require(!set_nil(*f), "DefErrSetForC1: nil set to dump?");
636 if (!nilOK) require(!set_nil(*f), "DefErrSetForCC1: nil set to dump?");
fset2.c 725 while ( !set_nil(rk) ) { /* any k left to do? if so, link onto tree */
778 if ( !set_nil(p->tset) )
786 if (set_nil(a)) { /* MR10 */
794 for (; !set_nil(a); set_rm(e, a))
856 /* MR10 - set_nil(p->tset) isn't a good test because of ConstraintSearch */
918 if (set_nil(dif)) {
972 if (set_nil(*constrain)) {
    [all...]
misc.c 918 /******** while ( !set_nil(c->cyclicDep) ) { *****/
973 while ( !set_nil(alt->fset[k]) )
977 if ( !set_nil(alt->fset[k]) ) printf(", ");
990 while ( !set_nil(alt->fset[k]) )
994 if ( !set_nil(alt->fset[k]) ) printf(", ");
    [all...]
pred.c 624 while ( !set_nil(a->completionSet) )
674 while ( !set_nil(a->completionTree) )
gen.c 255 for (; !set_nil(a); set_rm(t, a))
471 for (; !set_nil(a); set_rm(t, a))
641 /* MR13 */ if (set_nil(scontext[1])) {
    [all...]
dumpnode.c 16 if (set_nil(s)) {
main.c     [all...]

Completed in 278 milliseconds