/openbmc/u-boot/arch/sh/include/asm/ |
H A D | posix_types.h | 55 unsigned long __tmp = __fd / __NFDBITS; in __FD_SET() local 57 __fdsetp->fds_bits[__tmp] |= (1UL<<__rem); in __FD_SET() 63 unsigned long __tmp = __fd / __NFDBITS; in __FD_CLR() local 65 __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem); in __FD_CLR() 72 unsigned long __tmp = __fd / __NFDBITS; in __FD_ISSET() local 74 return (__p->fds_bits[__tmp] & (1UL<<__rem)) != 0; in __FD_ISSET() 84 unsigned long *__tmp = __p->fds_bits; in __FD_ZERO() local 90 __tmp[ 0] = 0; __tmp[ 1] = 0; in __FD_ZERO() 91 __tmp[ 2] = 0; __tmp[ 3] = 0; in __FD_ZERO() 92 __tmp[ 4] = 0; __tmp[ 5] = 0; in __FD_ZERO() [all …]
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | posix_types.h | 58 unsigned long __tmp = __fd / __NFDBITS; in __FD_SET() local 60 __fdsetp->fds_bits[__tmp] |= (1UL<<__rem); in __FD_SET() 66 unsigned long __tmp = __fd / __NFDBITS; in __FD_CLR() local 68 __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem); in __FD_CLR() 74 unsigned long __tmp = __fd / __NFDBITS; in __FD_ISSET() local 76 return (__p->fds_bits[__tmp] & (1UL<<__rem)) != 0; in __FD_ISSET() 86 unsigned long *__tmp = __p->fds_bits; in __FD_ZERO() local 92 __tmp[ 0] = 0; __tmp[ 1] = 0; in __FD_ZERO() 93 __tmp[ 2] = 0; __tmp[ 3] = 0; in __FD_ZERO() 94 __tmp[ 4] = 0; __tmp[ 5] = 0; in __FD_ZERO() [all …]
|
H A D | io.h | 249 type __tmp; \ 259 : "=r" (__tmp) \
|
/openbmc/linux/include/linux/ |
H A D | kfifo.h | 126 typeof(&(fifo)) __tmp = &(fifo); \ 127 struct __kfifo *__kfifo = &__tmp->kfifo; \ 130 __kfifo->mask = __is_kfifo_ptr(__tmp) ? 0 : ARRAY_SIZE(__tmp->buf) - 1;\ 131 __kfifo->esize = sizeof(*__tmp->buf); \ 132 __kfifo->data = __is_kfifo_ptr(__tmp) ? NULL : __tmp->buf; \ 211 typeof((fifo) + 1) __tmp = (fifo); \ 212 __tmp->kfifo.in = __tmp->kfifo.out = 0; \ 225 typeof((fifo) + 1) __tmp = (fifo); \ 226 __tmp->kfifo.out = __tmp->kfifo.in; \ 312 typeof((fifo) + 1) __tmp = (fifo); \ [all …]
|
H A D | instrumented.h | 160 u64 __tmp = (u64)(to); \ 161 kmsan_unpoison_memory(&__tmp, sizeof(__tmp)); \ 162 to = __tmp; \
|
H A D | typecheck.h | 21 ({ typeof(type) __tmp = function; \ 22 (void)__tmp; \
|
H A D | minmax.h | 271 do { typeof(a) __tmp = (a); (a) = (b); (b) = __tmp; } while (0)
|
H A D | futex.h | 41 u64 __tmp; member
|
H A D | regmap.h | 123 int __ret, __tmp; \ 124 __tmp = read_poll_timeout(regmap_read, __ret, __ret || (cond), \ 126 __ret ?: __tmp; \ 194 int __ret, __tmp; \ 195 __tmp = read_poll_timeout(regmap_field_read, __ret, __ret || (cond), \ 197 __ret ?: __tmp; \
|
H A D | rcupdate.h | 555 typeof(ptr) __tmp = rcu_dereference_protected((rcu_ptr), (c)); \ 557 __tmp; \
|
/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 */ \ 73 __tmp ^= __in; \ 74 __tmp &= 0xff00ff; \ 75 __tmp ^ __in; \
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | cmpxchg.h | 60 __typeof__(new) __tmp; \ 73 : "=&r" (__ret), "=&r" (__tmp) \ 90 __typeof__(new) __tmp; \ 104 : "=&r" (__ret), "=&r" (__tmp) \ 121 __typeof__(new) __tmp; \ 136 : "=&r" (__ret), "=&r" (__tmp) \
|
/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/ |
H A D | sys-tree.h | 185 struct type *__tmp; \ 193 __tmp = SPLAY_RIGHT((head)->sph_root, field); \ 196 SPLAY_RIGHT((head)->sph_root, field) = __tmp; \ 206 struct type __node, *__left, *__right, *__tmp; \ 214 __tmp = SPLAY_LEFT((head)->sph_root, field); \ 215 if (__tmp == NULL) \ 217 if ((cmp)(elm, __tmp) < 0){ \ 218 SPLAY_ROTATE_RIGHT(head, __tmp, field); \ 224 __tmp = SPLAY_RIGHT((head)->sph_root, field); \ 225 if (__tmp == NULL) \ [all …]
|
/openbmc/u-boot/include/linux/ |
H A D | typecheck.h | 20 ({ typeof(type) __tmp = function; \ 21 (void)__tmp; \
|
H A D | kernel.h | 256 do { typeof(a) __tmp = (a); (a) = (b); (b) = __tmp; } while (0)
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | barrier.h | 110 unsigned long __tmp; \ 123 : [mem] "+ZB" (*(u32 *)&p), [tmp] "=&r" (__tmp) \ 130 : [mem] "+ZB" (*(u64 *)&p), [tmp] "=&r" (__tmp) \
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | secure.h | 22 typeof(_fn) *__tmp = (__fn - gd->reloc_off); \ 23 __tmp; \
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | div64.h | 21 unsigned long __cf, __tmp, __tmp2, __i; \ 50 : "=&r" (__mod32), "=&r" (__tmp), \
|
H A D | io.h | 239 type __tmp; \ 252 : "=r" (__tmp) \
|
/openbmc/linux/include/net/sctp/ |
H A D | auth.h | 59 #define key_for_each_safe(__key, __tmp, __list_head) \ argument 60 list_for_each_entry_safe(__key, __tmp, __list_head, key_list)
|
/openbmc/u-boot/include/ |
H A D | regmap.h | 201 typeof(((type *)0)->member) __tmp = val; \ 203 &__tmp, sizeof(((type *)0)->member)); \
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | uffd-stress.c | 53 do { typeof(a) __tmp = (a); (a) = (b); (b) = __tmp; } while (0)
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | debug.c | 464 u32 __tmp[ARRAY_SIZE(name##_regs)]; \ 468 __tmp[__i] = name##_regs[__i].reg; \ 474 __tmp, ar->debug.stats.name##_counter); \
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | xdp_synproxy_kern.c | 59 do { typeof(a) __tmp = (a); (a) = (b); (b) = __tmp; } while (0)
|
/openbmc/linux/net/ipv6/ |
H A D | seg6_local.c | 105 typeof(blen) __tmp = blen; \ 106 (!__tmp || __tmp > 120 || (__tmp & 0x07)); \
|