HomeSort by relevance Sort by last modified time
    Searched refs:ToHex (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
avifmt.h 57 #define ToHex(n) ((BYTE) (((n) > 9) ? ((n) - 10 + 'A') : ((n) + '0')))
58 #define MAKEAVICKID(tcc,stream) MAKELONG((ToHex((stream) & 0x0f) << 8) | (ToHex(((stream) & 0xf0) >> 4)),tcc)
vfw.h 676 #define ToHex(n) ((BYTE) (((n) > 9) ? ((n) - 10 + 'A') : ((n) + '0')))
677 #define MAKEAVICKID(tcc,stream) MAKELONG((ToHex((stream) & 0x0f) << 8) | (ToHex(((stream) & 0xf0) >> 4)),tcc)
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
android_logmsg.cpp 34 static void ToHex (const UINT8* data, UINT16 len, char* hexString, UINT16 hexStringSize);
73 ToHex (nciPacket, nciPacketLen, line_buf, sizeof(line_buf));
78 void ToHex (const UINT8* data, UINT16 len, char* hexString, UINT16 hexStringSize)
211 ToHex (data, data_len, log_line, sizeof(log_line));
229 ToHex (data, data_len, log_line, sizeof(log_line));
255 ToHex (data, data_len, log_line, sizeof(log_line));
283 ToHex (data, len, log_line, sizeof(log_line));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/cldr/
TestCLDRVsICU.java 158 private static class ToHex {
180 private static final ToHex toUnicode = new ToHex();
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/
TestCLDRVsICU.java 154 private static class ToHex {
176 private static final ToHex toUnicode = new ToHex();
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 554 // ToHex()
557 LIBPROTOBUF_EXPORT string ToHex(uint64 num);
strutil.cc     [all...]
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc 454 return StrCat(FieldValuePrinter::PrintInt32(v), " # x", ToHex(v));
    [all...]

Completed in 232 milliseconds