Lines Matching refs:REGACCESS_UD
1004 if(currentInfo.accessType == REGACCESS_U || currentInfo.accessType == REGACCESS_UD) {
1306 if(currentInfo.accessType == REGACCESS_UD) {
2959 if(A == REGACCESS_D || A == REGACCESS_DU || A == REGACCESS_UD) {
3004 if(B == REGACCESS_U || B == REGACCESS_UD) {
3017 if(A == REGACCESS_UD || A == REGACCESS_UL || A == REGACCESS_UH ||
3022 if(B == REGACCESS_UD) return REGACCESS_DU;
3028 if(B == REGACCESS_D && (isBPartiallyOverlapA == OVERLAP_B_COVER_A)) return REGACCESS_UD;
3030 … if(B == REGACCESS_UD && isBPartiallyOverlapA == OVERLAP_B_COVER_LOW_OF_A) return REGACCESS_UL;
3031 … if(B == REGACCESS_UD && isBPartiallyOverlapA == OVERLAP_B_COVER_HIGH_OF_A) return REGACCESS_UH;
3032 if(B == REGACCESS_UD && (isBPartiallyOverlapA == OVERLAP_B_COVER_A)) return REGACCESS_UD;
3035 if(B == REGACCESS_DU && (isBPartiallyOverlapA == OVERLAP_B_COVER_A)) return REGACCESS_UD;
3042 if(B == REGACCESS_UD) return REGACCESS_LU;
3052 if(B == REGACCESS_UD) return REGACCESS_HU;
3177 infoByteCode[k].accessType == REGACCESS_UD ||