Searched refs:BLKIIR_S (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/pq/hal/manhattan/pq/ |
| H A D | mhal_pq_adaptive.c | 11270 int BLKIIR_S = BLK_FRMSTR+1;//9 in DBK_Detect_Partition() local 11271 int BLKIIR_E = BLKIIR_S+1;//10 in DBK_Detect_Partition() 11418 …else if ( ((*partiCounter) >= BLKIIR_S) && ((*partiCounter) <= BLKIIR_E) )//mark blockness points … in DBK_Detect_Partition() 11420 … BlkStrIIRPart(MarkSuccess, BlockinessCheck, BLKN_mark, markDefValue, (*partiCounter)-BLKIIR_S, 0); in DBK_Detect_Partition() 11473 const int BLKIIR_S = BLK_FRMSTR+1;//14 11474 const int BLKIIR_E = BLKIIR_S+1;//15 11646 else if ( ((*partiCounter) == BLKIIR_S) || ((*partiCounter) == BLKIIR_E) ) 11650 BlkStrIIRPart(MarkSuccess, BlockinessCheck, BLKN_mark, markDefValue, (*partiCounter)-BLKIIR_S, 1);
|