Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_demangle/
Dsafe-ctype.c148 #define XL (const unsigned short) (lo|is|xd|pr) /* lowercase hex digit */ macro
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp325 FullSourceLoc XL = X.getLocation().asLocation(); in comparePiece() local
381 FullSourceLoc XL = X.getLocation().asLocation(); in compare() local
/external/qemu/disas/
Dppc.c1816 #define XL(op, xop) (OP (op) | ((((unsigned long)(xop)) & 0x3ff) << 1)) macro