HomeSort by relevance Sort by last modified time
    Searched defs:XL (Results 1 - 4 of 4) sorted by null

  /external/valgrind/coregrind/m_demangle/
safe-ctype.c 148 #define XL (const unsigned short) (lo|is|xd|pr) /* lowercase hex digit */
179 P, XL, XL, XL, XL, XL, XL, L, /* ` a b c d e f g */
  /toolchain/binutils/binutils-2.25/libiberty/
safe-ctype.c 142 #define XL (const unsigned short) (lo|is|xd|pr) /* lowercase hex digit */
173 P, XL, XL, XL, XL, XL, XL, L, /* ` a b c d e f g */
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 322 FullSourceLoc XL = X.getLocation().asLocation();
324 if (XL != YL)
325 return XL.isBeforeInTranslationUnitThan(YL);
333 const SourceManager &SM = XL.getManager();
378 FullSourceLoc XL = X.getLocation().asLocation();
380 if (XL != YL)
381 return XL.isBeforeInTranslationUnitThan(YL);
400 const SourceManager &SM = XL.getManager();
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ppc-opc.c 139 /* The BA field in an XL form instruction. */
141 /* The BI field in a B form or XL form instruction. */
146 /* The BA field in an XL form instruction when it must be the same
151 /* The BB field in an XL form instruction. */
156 /* The BB field in an XL form instruction when it must be the same
198 /* The BF field in an X or XL form instruction. */
202 /* The CRD field in an XL form instruction. */
206 /* The BF field in an X or XL form instruction. */
215 /* The BFA field in an X or XL form instruction. */
233 /* The BT field in an X or XL form instruction. *
    [all...]

Completed in 118 milliseconds