Searched refs:SourcePtr (Results 1 – 2 of 2) sorted by relevance
476 #define ACPI_GET_BITS(SourcePtr, Position, Mask) \ argument477 ((*(SourcePtr) >> (Position)) & (Mask))
377 const char *SourcePtr = in ParseRHSOfBinaryExpression() local379 if (!IsInvalid && *SourcePtr == ' ') { in ParseRHSOfBinaryExpression()380 SourcePtr = in ParseRHSOfBinaryExpression()382 if (!IsInvalid && *SourcePtr == ' ') { in ParseRHSOfBinaryExpression()