Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dwait.h48 #define _W_INT(w) (*(int *)(void *)&(w)) /* convert union wait to int */ macro
50 #define _WSTATUS(x) (_W_INT(x) & 0177)
53 #define WSTOPSIG(x) ((int)(((unsigned int)_W_INT(x)) >> 8) & 0xff)
57 #define WEXITSTATUS(x) ((int)(((unsigned int)_W_INT(x)) >> 8) & 0xff)
59 #define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG)