Home
last modified time | relevance | path

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

/openbmc/linux/scripts/dtc/libfdt/
H A Dlibfdt_env.h29 #define EXTRACT_BYTE(x, n) ((unsigned long long)((uint8_t *)&x)[n]) macro
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dlibfdt_env.h72 #define EXTRACT_BYTE(x, n) ((unsigned long long)((uint8_t *)&x)[n]) macro