Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pq/hal/manhattan/pq/
H A Dmhal_pq_adaptive.c11262 int BLKADJ_E = BLKADJ_S+ADJTIMESLOT-1; //1 in DBK_Detect_Partition() local
11263 int BLKNINTW = BLKADJ_E+1;//2 in DBK_Detect_Partition()
11315 else if ( (*partiCounter >= BLKADJ_S) && (*partiCounter <= BLKADJ_E) ) in DBK_Detect_Partition()
11466 const int BLKADJ_E = BLKADJ_S+2; //6
11467 const int BLKNINTW = BLKADJ_E+1;//7
11524 else if ( (*partiCounter >= BLKADJ_S) && (*partiCounter <= BLKADJ_E) )