Home
last modified time | relevance | path

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

/external/dtc/libfdt/
Dlibacpi.h59 #define SIGNATURE_16(A, B) ((A) | (B << 8)) macro
61 #define SIGNATURE_32(A, B, C, D) ((SIGNATURE_16 (A, B)) | (SIGNATURE_16 (C, D) << 16))