Searched defs:binary_32 (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A DCommonServices.h1245 /*! @defined binary_32
1248 (e.g. binary_32( 01111011, 01111011, 01111011, 01111011 ) == 0x7B7B7B7B).
1251 #define binary_32( a, b, c, d ) binary_32_hex_wrap( hex_digit8( a ), hex_digit8( b ), hex_digit8( c ), hex_digit8( d ) ) macro

Completed in 504 milliseconds