Home
last modified time | relevance | path

Searched defs:VSOMEIP_LONG_WORD0 (Results 1 – 1 of 1) sorted by relevance

/external/sdv/vsomeip/implementation/utility/include/
Dbyteorder.hpp33 #define VSOMEIP_LONG_WORD0(x) (uint16_t((x) & 0xFFFF)) macro
51 #define VSOMEIP_LONG_WORD0(x) (uint16_t(((x) >> 16) & 0xFFFF)) macro