Searched refs:binary_32_hex (Results 1 – 1 of 1) sorted by relevance
1252 #define binary_32_hex_wrap( a, b, c, d ) binary_32_hex( a, b, c, d )1253 #define binary_32_hex( a, b, c, d ) ( 0x ## a ## b ## c ## d ) macro