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