Searched defs:UINT32BYTES (Results 1 – 2 of 2) sorted by relevance
34 #define UINT32BYTES(p) ((uint32_t)((p)[0] + (256*(p)[1]) + \ macro
36 #define UINT32BYTES(p) ((uint32_t)((p)[0] + (256*(p)[1]) + \ macro