Searched refs:XR (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_phy.c160 #undef XR macro
/freebsd-10.3-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_phy.c28 #define XR ATHEROS_T_XR macro
180 /* 0.25 Mb */ {AH_TRUE, XR, 250, 0x03, 0x00, (0x80 | 1), 0, 612, 612 },
181 /* 0.5 Mb */ {AH_TRUE, XR, 500, 0x07, 0x00, (0x80 | 1), 0, 457, 457 },
182 /* 1 Mb */ {AH_TRUE, XR, 1000, 0x02, 0x00, (0x80 | 2), 1, 228, 228 },
183 /* 2 Mb */ {AH_TRUE, XR, 2000, 0x06, 0x00, (0x80 | 4), 2, 160, 160 },
184 /* 3 Mb */ {AH_TRUE, XR, 3000, 0x01, 0x00, (0x80 | 6), 3, 140, 140 },
303 #undef XR macro
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp337 SourceRange XR = X.getRanges()[i]; local
339 if (XR != YR) {
340 if (XR.getBegin() != YR.getBegin())
341 return SM.isBeforeInTranslationUnit(XR.getBegin(), YR.getBegin());
342 return SM.isBeforeInTranslationUnit(XR.getEnd(), YR.getEnd());
/freebsd-10.3-release/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c217 #undef XR macro
/freebsd-10.3-release/sys/net80211/
H A Dieee80211_phy.c281 #undef XR macro
/freebsd-10.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex6107 \csname XR#1-title\endcsname
6202 \csname XR#1\endcsname
6225 % just a \def (we prepend XR to the control sequence name to avoid
6229 \expandafter\gdef\csname XR#1\endcsname{#2}% remember this xref value.
6232 \expandafter\iffloat\csname XR#1\endcsname
6812 % Can't fully expand XR#1-lof because it can contain anything. Just
6813 % pass the control sequence. On the other hand, XR#1-pg is just the
6816 \toksA = \expandafter{\csname XR#1-lof\endcsname}%
6819 \edef\writeentry{\noexpand\entry{\the\toksA}{\csname XR#1-pg\endcsname}}%
/freebsd-10.3-release/contrib/amd/doc/
H A Dtexinfo.tex5909 \csname XR#1-title\endcsname
6004 \csname XR#1\endcsname
6027 % just a \def (we prepend XR to the control sequence name to avoid
6031 \expandafter\gdef\csname XR#1\endcsname{#2}% remember this xref value.
6034 \expandafter\iffloat\csname XR#1\endcsname
6611 % Can't fully expand XR#1-lof because it can contain anything. Just
6612 % pass the control sequence. On the other hand, XR#1-pg is just the
6615 \toksA = \expandafter{\csname XR#1-lof\endcsname}%
6618 \edef\writeentry{\noexpand\entry{\the\toksA}{\csname XR#1-pg\endcsname}}%
/freebsd-10.3-release/contrib/groff/doc/
H A Dtexinfo.tex5981 \csname XR#1-title\endcsname
6076 \csname XR#1\endcsname
6099 % just a \def (we prepend XR to the control sequence name to avoid
6103 \expandafter\gdef\csname XR#1\endcsname{#2}% remember this xref value.
6106 \expandafter\iffloat\csname XR#1\endcsname
6683 % Can't fully expand XR#1-lof because it can contain anything. Just
6684 % pass the control sequence. On the other hand, XR#1-pg is just the
6687 \toksA = \expandafter{\csname XR#1-lof\endcsname}%
6690 \edef\writeentry{\noexpand\entry{\the\toksA}{\csname XR#1-pg\endcsname}}%
/freebsd-10.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3141 return emitAtomicLoadBinary(MI, MBB, SystemZ::XR, 0);
3145 return emitAtomicLoadBinary(MI, MBB, SystemZ::XR, 32);

Completed in 279 milliseconds