Home
last modified time | relevance | path

Searched defs:HEX_SIZE (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/
Dcryptlib.h99 #define HEX_SIZE(type) (sizeof(type)*2) macro
/external/openssl/crypto/
Dcryptlib.h99 #define HEX_SIZE(type) (sizeof(type)*2) macro
/external/lldb/include/lldb/Core/
DIOStreamMacros.h28 #define HEX_SIZE(x, sz) HEXBASE << std::setw((sz)) << (x) macro
/external/lldb/tools/debugserver/source/
DRNBRemote.cpp51 #define HEX_SIZE(x, sz) HEXBASE << std::setw((sz)) << (x) macro