Searched refs:__out (Results 1 – 13 of 13) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/zfs/zfs/ |
H A D | 0001-Define-strndupa-if-it-does-not-exist.patch | 27 + char *__out = (char *) alloca (__len); \ 28 + __out[__len-1] = '\0'; \ 29 + (char *) memcpy (__out, __in, __len-1);}))
|
/openbmc/linux/include/linux/ |
H A D | swait.h | 160 __label__ __out; \ 173 goto __out; \ 179 __out: __ret; \
|
H A D | wait_bit.h | 244 __label__ __out; \ 260 goto __out; \ 266 __out: __ret; \
|
H A D | wait.h | 306 __label__ __out; \ 319 goto __out; \ 325 __out: __ret; \
|
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/ |
H A D | 0003-musl-utils.patch | 88 + char *__out = (char *) alloca (__len); \ 89 + __out[__len-1] = '\0'; \ 90 + (char *) memcpy (__out, __in, __len-1);})
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | conntrack.h | 12 #define COMPARE_UNMASKED_FIELDS(__match1, __match2, __out) \ argument 16 bool *_out = (__out); \
|
/openbmc/linux/arch/x86/include/asm/shared/ |
H A D | io.h | 8 static __always_inline void __out##bwl(type value, u16 port) \
|
/openbmc/linux/sound/pci/trident/ |
H A D | trident_main.c | 2929 goto __out; in snd_trident_mixer() 2941 goto __out; in snd_trident_mixer() 2946 goto __out; in snd_trident_mixer() 2974 goto __out; in snd_trident_mixer() 2979 goto __out; in snd_trident_mixer() 2997 goto __out; in snd_trident_mixer() 3004 goto __out; in snd_trident_mixer() 3011 goto __out; in snd_trident_mixer() 3018 goto __out; in snd_trident_mixer() 3024 goto __out; in snd_trident_mixer() [all …]
|
/openbmc/qemu/qga/vss-win32/ |
H A D | vss-common.h | 24 #define __out OUT macro
|
/openbmc/linux/sound/drivers/ |
H A D | mts64.c | 452 goto __out; in snd_mts64_ctl_smpte_switch_put() 464 __out: in snd_mts64_ctl_smpte_switch_put() 830 goto __out; in snd_mts64_interrupt() 835 __out: in snd_mts64_interrupt()
|
/openbmc/linux/net/core/ |
H A D | flow_offload.c | 51 #define FLOW_DISSECTOR_MATCH(__rule, __type, __out) \ argument 55 (__out)->key = skb_flow_dissector_target(__d, __type, (__m)->key); \ 56 (__out)->mask = skb_flow_dissector_target(__d, __type, (__m)->mask); \
|
/openbmc/linux/lib/ |
H A D | iov_iter.c | 78 __label__ __out; \ 106 goto __out; \ 111 __out: \
|
/openbmc/linux/sound/pci/ice1712/ |
H A D | ice1712.c | 989 __out: in snd_ice1712_set_pro_rate() 994 goto __out; in snd_ice1712_set_pro_rate() 998 goto __out; in snd_ice1712_set_pro_rate()
|