OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ToHex
(Results
1 - 6
of
6
) sorted by null
/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));
/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/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.cc
[
all
...]
Completed in 420 milliseconds