Searched refs:hexdigit (Results 1 - 25 of 29) sorted by relevance

12

/external/llvm/lib/ObjectYAML/
H A DYAML.cpp60 OS << hexdigit(Byte >> 4) << hexdigit(Byte & 0xf);
/external/ipsec-tools/src/libipsec/
H A Dpolicy_token.l72 hexdigit [0-9A-Fa-f]
92 hexpair {hexdigit}{hexdigit}
93 hexstring 0[xX]{hexdigit}+
/external/llvm/lib/Support/
H A DScopedPrinter.cpp40 OS << hexdigit((Data[addr + i] >> 4) & 0xF, false)
41 << hexdigit(Data[addr + i] & 0xF, false);
H A Draw_ostream.cpp175 *--CurPtr = hexdigit(x, /*LowerCase*/true);
207 *this << hexdigit((c >> 4 & 0xF));
208 *this << hexdigit((c >> 0) & 0xF);
426 *--CurPtr = hexdigit(x, !FN.Upper);
/external/syslinux/core/fs/pxe/
H A Durlparse.c153 static int hexdigit(char c) function
184 x = hexdigit(p[0]);
186 y = hexdigit(p[1]);
/external/llvm/include/llvm/ADT/
H A DStringExtras.h24 /// hexdigit - Return the hexadecimal character for the
26 static inline char hexdigit(unsigned X, bool LowerCase = false) { function in namespace:llvm
55 *--BufPtr = hexdigit(Mod, LowerCase);
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DStringExtras.h28 /// hexdigit - Return the hexadecimal character for the
30 static inline char hexdigit(unsigned X, bool LowerCase = false) { function in namespace:llvm
54 *--BufPtr = hexdigit(Mod);
/external/vboot_reference/host/arch/arm/lib/
H A Dcrossystem_arch.c352 char hexdigit[3]; local
357 hexdigit[2] = '\0';
359 hexdigit[0] = hexstring[i * 2];
360 hexdigit[1] = hexstring[i * 2 + 1];
361 vnc->raw[i] = strtol(hexdigit, NULL, 16);
/external/llvm/lib/MC/
H A DMCFragment.cpp363 OS << hexdigit((Contents[i] >> 4) & 0xF) << hexdigit(Contents[i] & 0xF);
387 OS << hexdigit((Contents[i] >> 4) & 0xF) << hexdigit(Contents[i] & 0xF);
/external/tcpdump/
H A Dprint-esp.c198 static u_int hexdigit(netdissect_options *ndo, char hex) function
216 byte = (hexdigit(ndo, hexstring[0]) << 4) + hexdigit(ndo, hexstring[1]);
/external/swiftshader/third_party/LLVM/lib/Support/
H A Draw_ostream.cpp202 *this << hexdigit((c >> 4 & 0xF));
203 *this << hexdigit((c >> 0) & 0xF);
/external/swiftshader/third_party/LLVM/tools/macho-dump/
H A Dmacho-dump.cpp118 outs() << hexdigit((Data[i] >> 4) & 0xF, /*LowerCase=*/true);
119 outs() << hexdigit((Data[i] >> 0) & 0xF, /*LowerCase=*/true);
/external/clang/lib/Frontend/
H A DTextDiagnostic.cpp140 expandedCP.insert(expandedCP.begin()+3, llvm::hexdigit(c%16));
144 expandedCP.insert(expandedCP.begin()+3, llvm::hexdigit(0));
156 expandedByte[1] = llvm::hexdigit(byte / 16);
157 expandedByte[2] = llvm::hexdigit(byte % 16);
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp251 OS << ' ' << hexdigit(Byte >> 4) << hexdigit(Byte & 0xf);
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DAsmWriter.cpp75 Out << '\\' << hexdigit(C >> 4) << hexdigit(C & 0x0F);
1291 Out << '\\' << hexdigit(Name[0] >> 4) << hexdigit(Name[0] & 0x0F);
1297 Out << '\\' << hexdigit(C >> 4) << hexdigit(C & 0x0F);
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCAssembler.cpp874 OS << hexdigit((Contents[i] >> 4) & 0xF) << hexdigit(Contents[i] & 0xF);
/external/llvm/lib/IR/
H A DAsmWriter.cpp347 Out << '\\' << hexdigit(C >> 4) << hexdigit(C & 0x0F);
2333 Out << '\\' << hexdigit(Name[0] >> 4) << hexdigit(Name[0] & 0x0F);
2340 Out << '\\' << hexdigit(C >> 4) << hexdigit(C & 0x0F);
/external/valgrind/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c3236 static Int hexdigit ( HChar c ) function
3262 while (hexdigit(*buf) >= 0) {
3263 *val = (*val << 4) + hexdigit(*buf);
3274 while (hexdigit(*buf) >= 0) {
3275 *val = (*val << 4) + hexdigit(*buf);
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1376 outs() << hexdigit((Contents[addr + i] >> 4) & 0xF, true)
1377 << hexdigit(Contents[addr + i] & 0xF, true);
/external/ipsec-tools/src/racoon/
H A Dcftoken.l114 hexdigit [0-9A-Fa-f]
133 hexstring 0x{hexdigit}+
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
H A DCBackend.cpp1640 Out << "\\x" << hexdigit(C >> 4) << hexdigit(C & 0x0F);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c10148 static void hexdigit(upb_json_parser *p, const char *ptr) { function
11010 { hexdigit(parser, p); }
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c10844 static void hexdigit(upb_json_parser *p, const char *ptr) { function
11711 { hexdigit(parser, p); }
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...

Completed in 6744 milliseconds

12