Home
last modified time | relevance | path

Searched refs:binary_32_hex_wrap (Results 1 – 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSShared/
DCommonServices.h1251 #define binary_32( a, b, c, d ) binary_32_hex_wrap( hex_digit8( a ), hex_digit8( b ), hex_digit8…
1252 #define binary_32_hex_wrap( a, b, c, d ) binary_32_hex( a, b, c, d ) macro