Searched refs:SourcePtr (Results 1 – 2 of 2) sorted by relevance
289 #define ACPI_GET_BITS(SourcePtr, Position, Mask) \ argument290 ((*SourcePtr >> Position) & Mask)
320 const char *SourcePtr = in ParseRHSOfBinaryExpression() local322 if (!IsInvalid && *SourcePtr == ' ') { in ParseRHSOfBinaryExpression()323 SourcePtr = in ParseRHSOfBinaryExpression()325 if (!IsInvalid && *SourcePtr == ' ') { in ParseRHSOfBinaryExpression()