Home
last modified time | relevance | path

Searched refs:Cycles (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Ddumpcycles.c24 if (Cycles[k] == NULL) continue; in dumpcycles()
26 for (p = Cycles[k]->next; p!=NULL; p=p->next) { in dumpcycles()
Dglobals.c353 ListNode **Cycles=NULL; /* list of cycles (for each k) found when variable
Dmisc.c861 list_add(&(Cycles[k]), (void *)c);
899 for (p = Cycles[k]->next; p!=NULL; p=p->next)
937 for (q = Cycles[k]->next; q != NULL; q=p)
943 free( (char *)Cycles[k] );
944 Cycles[k] = NULL;
Dmain.c1004 Cycles = (ListNode **) calloc(CLL_k+1, sizeof(ListNode *)); in init()
1005 require(Cycles!=NULL, "main: cannot allocate Cycles List"); in init()
Dproto.h98 extern ListNode **Cycles;
Dfset.c268 if ( FoTOS[k] == NULL && Cycles[k] != NULL ) ResolveFoCycles(k);