HomeSort by: relevance | last modified time | path
    Searched defs:XL (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/binutils/dist/libiberty/
safe-ctype.c 141 #define XL (const unsigned short) (lo|is|xd|pr) /* lowercase hex digit */
172 P, XL, XL, XL, XL, XL, XL, L, /* ` a b c d e f g */
  /src/external/gpl3/binutils.old/dist/libiberty/
safe-ctype.c 141 #define XL (const unsigned short) (lo|is|xd|pr) /* lowercase hex digit */
172 P, XL, XL, XL, XL, XL, XL, L, /* ` a b c d e f g */
  /src/external/gpl3/gcc/dist/libiberty/
safe-ctype.c 141 #define XL (const unsigned short) (lo|is|xd|pr) /* lowercase hex digit */
172 P, XL, XL, XL, XL, XL, XL, L, /* ` a b c d e f g */
  /src/external/gpl3/gcc.old/dist/libiberty/
safe-ctype.c 141 #define XL (const unsigned short) (lo|is|xd|pr) /* lowercase hex digit */
172 P, XL, XL, XL, XL, XL, XL, L, /* ` a b c d e f g */
  /src/external/gpl3/gdb/dist/libiberty/
safe-ctype.c 141 #define XL (const unsigned short) (lo|is|xd|pr) /* lowercase hex digit */
172 P, XL, XL, XL, XL, XL, XL, L, /* ` a b c d e f g */
  /src/external/gpl3/gdb.old/dist/libiberty/
safe-ctype.c 141 #define XL (const unsigned short) (lo|is|xd|pr) /* lowercase hex digit */
172 P, XL, XL, XL, XL, XL, XL, L, /* ` a b c d e f g */
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
PathDiagnostic.cpp 272 FullSourceLoc XL = X.getLocation().asLocation();
274 if (XL != YL)
275 return XL.isBeforeInTranslationUnitThan(YL);
283 const SourceManager &SM = XL.getManager();
329 static bool compareCrossTUSourceLocs(FullSourceLoc XL, FullSourceLoc YL) {
330 if (XL.isInvalid() && YL.isValid())
332 if (XL.isValid() && YL.isInvalid())
334 std::pair<FileID, unsigned> XOffs = XL.getDecomposedLoc();
336 const SourceManager &SM = XL.getManager();
339 return XL.isBeforeInTranslationUnitThan(YL)
    [all...]
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
defs.h 46 #define XL 8
176 char extname[XL];
417 char litcstr[XL];
  /src/external/gpl3/binutils/dist/opcodes/
ppc-opc.c 149 /* The BA and BB fields in an XL form instruction or the RA and RB fields or
177 /* The BT, BA and BB fields in an XL form instruction when they must all be
2876 /* The BA field in an XL form instruction. */
2878 /* The BI field in a B form or XL form instruction. */
2883 /* The BT, BA and BB fields in a XL form instruction when they must all
2888 /* The BB field in an XL form instruction. */
2893 /* The BA and BB fields in a XL form instruction when they must be
2945 /* The BF field in an X or XL form instruction. */
2949 /* The CRD field in an XL form instruction. */
2953 /* The BF field in an X or XL form instruction. *
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-opc.c 149 /* The BA and BB fields in an XL form instruction or the RA and RB fields or
177 /* The BT, BA and BB fields in an XL form instruction when they must all be
2876 /* The BA field in an XL form instruction. */
2878 /* The BI field in a B form or XL form instruction. */
2883 /* The BT, BA and BB fields in a XL form instruction when they must all
2888 /* The BB field in an XL form instruction. */
2893 /* The BA and BB fields in a XL form instruction when they must be
2945 /* The BF field in an X or XL form instruction. */
2949 /* The CRD field in an XL form instruction. */
2953 /* The BF field in an X or XL form instruction. *
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
ppc-opc.c 149 /* The BA and BB fields in an XL form instruction or the RA and RB fields or
177 /* The BT, BA and BB fields in an XL form instruction when they must all be
2808 /* The BA field in an XL form instruction. */
2810 /* The BI field in a B form or XL form instruction. */
2815 /* The BT, BA and BB fields in a XL form instruction when they must all
2820 /* The BB field in an XL form instruction. */
2825 /* The BA and BB fields in a XL form instruction when they must be
2877 /* The BF field in an X or XL form instruction. */
2881 /* The CRD field in an XL form instruction. */
2885 /* The BF field in an X or XL form instruction. *
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-opc.c 149 /* The BA and BB fields in an XL form instruction or the RA and RB fields or
177 /* The BT, BA and BB fields in an XL form instruction when they must all be
2808 /* The BA field in an XL form instruction. */
2810 /* The BI field in a B form or XL form instruction. */
2815 /* The BT, BA and BB fields in a XL form instruction when they must all
2820 /* The BB field in an XL form instruction. */
2825 /* The BA and BB fields in a XL form instruction when they must be
2877 /* The BF field in an X or XL form instruction. */
2881 /* The CRD field in an XL form instruction. */
2885 /* The BF field in an X or XL form instruction. *
    [all...]

Completed in 52 milliseconds