Searched defs:XL (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/m_demangle/
H A Dsafe-ctype.c148 #define XL (const unsigned short) (lo|is|xd|pr) /* lowercase hex digit */ macro
179 P, XL, XL, XL, XL, XL, XL, L, /* ` a b c d e f g */
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp325 FullSourceLoc XL = X.getLocation().asLocation();
327 if (XL != YL)
328 return XL.isBeforeInTranslationUnitThan(YL);
336 const SourceManager &SM = XL.getManager();
381 FullSourceLoc XL = X.getLocation().asLocation(); local
383 if (XL != YL)
384 return XL.isBeforeInTranslationUnitThan(YL);
403 const SourceManager &SM = XL.getManager();
/external/qemu/disas/
H A Dppc.c438 /* The BA field in an XL form instruction. */
440 /* The BI field in a B form or XL form instruction. */
445 /* The BA field in an XL form instruction when it must be the same
450 /* The BB field in an XL form instruction. */
455 /* The BB field in an XL form instruction when it must be the same
494 /* The BF field in an X or XL form instruction. */
500 /* The BF field in an X or XL form instruction. */
509 /* The BFA field in an X or XL form instruction. */
527 /* The BT field in an X or XL form instruction. */
532 or XL for
1816 #define XL macro
[all...]

Completed in 417 milliseconds