Searched refs:IsMatch (Results 1 – 8 of 8) sorted by relevance
186 BOOLEAN IsMatch; in CompareSpdSelector() local191 IsMatch = TRUE; in CompareSpdSelector()209 IsMatch = FALSE; in CompareSpdSelector()210 return IsMatch; in CompareSpdSelector()225 IsMatch = FALSE; in CompareSpdSelector()229 if (IsMatch) { in CompareSpdSelector()236 IsMatch = FALSE; in CompareSpdSelector()241 if (IsMatch) { in CompareSpdSelector()248 IsMatch = FALSE; in CompareSpdSelector()253 if (IsMatch) { in CompareSpdSelector()[all …]
164 BOOLEAN IsMatch; in IpSecMatchIpAddress() local166 IsMatch = FALSE; in IpSecMatchIpAddress()196 IsMatch = TRUE; in IpSecMatchIpAddress()209 IsMatch = TRUE; in IpSecMatchIpAddress()213 return IsMatch; in IpSecMatchIpAddress()243 BOOLEAN IsMatch; in IpSecMatchNextLayerProtocol() local249 IsMatch = FALSE; in IpSecMatchNextLayerProtocol()260 IsMatch = (BOOLEAN) (SpdLocalPort == 0 && SpdRemotePort == 0); in IpSecMatchNextLayerProtocol()261 IsMatch = (BOOLEAN) (IsMatch || in IpSecMatchNextLayerProtocol()269 IsMatch = (BOOLEAN) (IsMatch || in IpSecMatchNextLayerProtocol()[all …]
1951 BOOLEAN IsMatch; in Ikev2MatchSpdEntry() local1966 IsMatch = TRUE; in Ikev2MatchSpdEntry()1983 IsMatch = FALSE; in Ikev2MatchSpdEntry()1987 IsMatch = FALSE; in Ikev2MatchSpdEntry()1991 IsMatch = FALSE; in Ikev2MatchSpdEntry()1994 IsMatch = (BOOLEAN) (IsMatch && in Ikev2MatchSpdEntry()2002 IsMatch = (BOOLEAN) (IsMatch && in Ikev2MatchSpdEntry()2010 if (IsMatch) { in Ikev2MatchSpdEntry()2223 BOOLEAN IsMatch; in Ikev2SaParseSaPayload() local2236 IsMatch = FALSE; in Ikev2SaParseSaPayload()[all …]
105 #define IsMatch 0 macro106 #define IsRep (IsMatch + (kNumStates << kNumPosBitsMax))171 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState; in LzmaDec_DecodeReal()595 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState; in LzmaDec_TryDummy()
103 #define IsMatch 0 macro104 #define IsRep (IsMatch + (kNumStates << kNumPosBitsMax))169 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState; in LzmaDec_DecodeReal()593 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState; in LzmaDec_TryDummy()
6667 @@ -917,14 +912,14 @@ IsMatch (6669 if ((IsMatch && mIgnoreAttribute) ||6670 …(IsMatch && !mAttributes && !(Info->Attribute & EFI_FILE_HIDDEN) && !(Info->Attribute & EFI_FILE_S…6671 - IsMatch &&6672 + (IsMatch &&6683 IsMatch = TRUE;
4606 if ((IsMatch && mIgnoreAttribute) ||4607 …(IsMatch && !mAttributes && !(Info->Attribute & EFI_FILE_HIDDEN) && !(Info->Attribute & EFI_FILE_S…4608 - IsMatch &&4609 + (IsMatch &&4620 IsMatch = TRUE;