Searched refs:SourcePtr (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dacmacros.h286 #define ACPI_GET_BITS(SourcePtr, Position, Mask) \
287 ((*SourcePtr >> Position) & Mask)
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp286 const char *SourcePtr = local
288 if (!IsInvalid && *SourcePtr == ' ') {
289 SourcePtr =
291 if (!IsInvalid && *SourcePtr == ' ') {

Completed in 144 milliseconds