Home
last modified time | relevance | path

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

/netbsd/src/external/apache2/mDNSResponder/dist/mDNSShared/
DCommonServices.h1211 #define binary_32_hex_wrap( a, b, c, d ) binary_32_hex( a, b, c, d )
1212 #define binary_32_hex( a, b, c, d ) ( 0x ## a ## b ## c ## d ) macro