Searched refs:__in (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/arc/include/uapi/asm/ |
H A D | swab.h | 70 ({ unsigned long __in = (x), __tmp; \ 71 __tmp = __in << 8 | __in >> 24; /* ror tmp,in,24 */ \ 72 __in = __in << 24 | __in >> 8; /* ror in,in,8 */ \ 73 __tmp ^= __in; \ 75 __tmp ^ __in; \
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/zfs/zfs/ |
H A D | 0001-Define-strndupa-if-it-does-not-exist.patch | 25 + (__extension__ ({const char *__in = (s); \ 26 + size_t __len = strnlen (__in, (n)) + 1; \ 29 + (char *) memcpy (__out, __in, __len-1);}))
|
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/ |
H A D | 0003-musl-utils.patch | 86 + ({const char *__in = (s); \ 87 + size_t __len = strnlen (__in, (n)) + 1; \ 90 + (char *) memcpy (__out, __in, __len-1);})
|
/openbmc/linux/arch/x86/include/asm/shared/ |
H A D | io.h | 14 static __always_inline type __in##bwl(u16 port) \
|
/openbmc/qemu/qga/vss-win32/ |
H A D | vss-common.h | 23 #define __in IN macro
|