Searched defs:Hex (Results 1 - 7 of 7) sorted by path

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp852 static const char Hex[] = "0123456789ABCDEF"; local
883 OS << Hex[(Char >> Shift) & 15]; local
891 << Hex[(Char >> 16) & 15]; local
897 << Hex[(Char >> 0) & 15]; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp677 bool Hex, Octal; member in struct:__anon3274::LiteralInfo
/freebsd-10-stable/crypto/openssl/crypto/bn/
H A Dbn_print.c66 static const char Hex[] = "0123456789ABCDEF"; variable
/freebsd-10-stable/lib/libfetch/
H A Dhttp.c1125 CvtHex(IN HASH Bin, OUT HASHHEX Hex) argument
/freebsd-10-stable/libexec/rbootd/
H A Dutils.c208 static char Hex[] = "0123456789abcdef"; local
/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
H A Ddtfield.c461 char Hex[3]; local
/freebsd-10-stable/usr.bin/truss/
H A Dsyscall.h40 enum Argtype { None = 1, Hex, Octal, Int, LongHex, Name, Ptr, Stat, Ioctl, Quad, enumerator in enum:Argtype

Completed in 340 milliseconds