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 147 #define XL (const unsigned short) (lo|is|xd|pr) /* lowercase hex digit */
178 P, XL, XL, XL, XL, XL, XL, L, /* ` a b c d e f g */
  /toolchain/binutils/binutils-2.27/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 321 FullSourceLoc XL = X.getLocation().asLocation();
323 if (XL != YL)
324 return XL.isBeforeInTranslationUnitThan(YL);
332 const SourceManager &SM = XL.getManager();
377 FullSourceLoc XL = X.getLocation().asLocation();
379 if (XL != YL)
380 return XL.isBeforeInTranslationUnitThan(YL);
399 const SourceManager &SM = XL.getManager();
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
ppc-opc.c 152 /* The BA field in an XL form instruction. */
154 /* The BI field in a B form or XL form instruction. */
159 /* The BA field in an XL form instruction when it must be the same
164 /* The BB field in an XL form instruction. */
169 /* The BB field in an XL form instruction when it must be the same
211 /* The BF field in an X or XL form instruction. */
215 /* The CRD field in an XL form instruction. */
219 /* The BF field in an X or XL form instruction. */
228 /* The BFA field in an X or XL form instruction. */
250 /* The BT field in an X or XL form instruction. *
    [all...]

Completed in 97 milliseconds