Searched refs:hexadecimal (Results 1 - 9 of 9) sorted by relevance

/external/llvm/test/MC/AsmParser/
H A Dfloating-literals.s60 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
64 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
68 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
72 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit
76 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit
80 # CHECK-ERROR: error: invalid hexadecimal floating-point constant: expected exponent part 'p'
/external/iproute2/tc/
H A Demp_ematch.l114 fprintf(stderr, "error: hexadecimal escape " \
/external/llvm/lib/TableGen/
H A DTGLexer.cpp389 return ReturnError(TokStart, "Invalid hexadecimal number");
394 return ReturnError(TokStart, "Invalid hexadecimal number");
399 return ReturnError(TokStart, "Invalid hexadecimal number");
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp63 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; enumerator in enum:RadixTy
72 clEnumValN(hexadecimal, "x", "Print size in hexadecimal"),
92 /// including the leading 0x or 0 for hexadecimal and octal respectively.
107 case hexadecimal:
121 if (Radix == hexadecimal)
/external/llvm/lib/Support/Windows/
H A DSignals.inc203 // Print the PC in hexadecimal.
/external/blktrace/doc/
H A Dblktrace.tex351 Alternatively, one may specify the entire mask utilizing a hexadecimal
606 \emph{P} & Display packet data -- series of hexadecimal values\\ \hline
699 is output, followed by the payload in hexadecimal between parenthesis.
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex393 \item \verb|Label| is hexadecimal flow label value.
H A Dip-cref.tex465 sequence of hexadecimal bytes separated by colons, but some link
579 on the protocol. It is a dotted quad for IP and a sequence of hexadecimal halfwords
1235 may still match a route with a zero TOS. \verb|TOS| is either an 8 bit hexadecimal
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c3016 goto hexadecimal;
3018 hexadecimal:if (F.lSize) n = va_arg(arg, unsigned long);

Completed in 876 milliseconds