Searched defs:SIGNATURE_32 (Results 1 – 2 of 2) sorted by relevance
46 #define SIGNATURE_32(A, B, C, D) \ macro
61 #define SIGNATURE_32(A, B, C, D) ((SIGNATURE_16 (A, B)) | (SIGNATURE_16 (C, D) << 16)) macro