Searched refs:x0_3 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | uuid.h | 38 #define GUID_INIT(x0_3, x4_5, x6_7, x8, x9, x10, x11, x12, x13, x14, x15) \ argument 40 [0] = (x0_3) & 0xff, \ 41 [1] = ((x0_3) >> 8) & 0xff, \ 42 [2] = ((x0_3) >> 16) & 0xff, \ 43 [3] = ((x0_3) >> 24) & 0xff, \
|