Home
last modified time | relevance | path

Searched refs:rk (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
Dmeminit_utils.c1494 uint8_t ch, rk, bl; in store_timings() local
1499 for (rk = 0; rk < NUM_RANKS; rk++) in store_timings()
1503 mt->rcvn[ch][rk][bl] = get_rcvn(ch, rk, bl); // RCVN in store_timings()
1504 mt->rdqs[ch][rk][bl] = get_rdqs(ch, rk, bl); // RDQS in store_timings()
1505 mt->wdqs[ch][rk][bl] = get_wdqs(ch, rk, bl); // WDQS in store_timings()
1506 mt->wdq[ch][rk][bl] = get_wdq(ch, rk, bl); // WDQ in store_timings()
1507 if (rk == 0) in store_timings()
1512 mt->wctl[ch][rk] = get_wctl(ch, rk); // WCTL in store_timings()
1529 uint8_t ch, rk, bl; in restore_timings() local
1534 for (rk = 0; rk < NUM_RANKS; rk++) in restore_timings()
[all …]
Dmeminit.c2383 uint8_t ch, rk, bl; in static_timings() local
2387 for (rk = 0; rk < NUM_RANKS; rk++) in static_timings()
2391 set_rcvn(ch, rk, bl, 498); // RCVN in static_timings()
2392 set_rdqs(ch, rk, bl, 24); // RDQS in static_timings()
2393 set_wdqs(ch, rk, bl, 292); // WDQS in static_timings()
2394 set_wdq( ch, rk, bl, 260); // WDQ in static_timings()
2395 if (rk == 0) in static_timings()
2400 set_wctl(ch, rk, 217); // WCTL in static_timings()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dfset2.c87 if ( tree->token==EpToken ) fprintf(stderr, "(%d)", tree->v.rk);
352 u->v.rk = t->v.rk;
371 u->v.rk = t->v.rk;
444 if ( t->token == EpToken && t->v.rk == remaining_k )
532 tJunc( Junction *p, int k, set *rk ) in tJunc() argument
534 tJunc( p, k, rk ) in tJunc()
537 set *rk;
573 TRAV(p->p1, k, rk, tail);
586 if ( tail==NULL ) {TRAV(alt->p1, k, rk, tail); r->down = tail;}
593 TRAV(alt->p1, k, rk, tail->right);
[all …]
Dfset.c112 rJunc( Junction *p, int k, set *rk ) in rJunc() argument
114 rJunc( p, k, rk ) in rJunc()
117 set *rk;
174 set_orin(rk, q->rk);
209 set_orel(k, rk); /* indicate this k value needed */
230 /* MR14 */ REACH(p->guess_analysis_point, k, rk, a);
232 REACH(p->p1, k, rk, a);
244 q->rk = set_dup( *rk );
278 REACH(p->p2, k, rk, b);
301 set rk; local
[all …]
Dsyn.h73 int rk; /* if token==EpToken, => how many more tokens req'd */ member
172 #define REACH(p,k,rk,a) {if ( (p)==NULL ) fatal("REACH: NULL object");\ argument
173 (a) = (*(fpReach[(p)->ntype]))( p, k, rk );}
175 #define TRAV(p,k,rk,a) {if ( (p)==NULL ) {\ argument
179 else (a) = (*(fpTraverse[(p)->ntype]))( p, k, rk );}
Dgeneric.h149 set rk; /* set of k's remaining to be done after ruleref */ member
Dgen.c3353 set follow, rk, f; local
3556 rk = empty;
3563 REACH(q->end, 1, &rk, follow);
4333 set a, rk, f; local
4336 f = rk = empty;
4340 REACH(alt1->p1, k, &rk, a);
4341 require(set_nil(rk), "ComputeErrorSet: rk != nil");
4342 set_free(rk);
4358 set rk, a; local
4360 rk = empty;
[all …]
Dbits.c211 set rk, a; local
223 rk = empty;
224 REACH(r, 1, &rk, a);
Dmrhoist.c286 fprintf(output,"(%d)%13s",tree->v.rk," ");