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

/freebsd-10.3-release/sys/contrib/dev/acpica/include/
H A Dacmacros.h279 #define ACPI_GET_BITS(SourcePtr, Position, Mask) \
280 ((*SourcePtr >> Position) & Mask)
/freebsd-10.3-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 72 milliseconds