Searched refs:__val (Results 1 – 8 of 8) sorted by relevance
| /include/linux/ |
| A D | overflow.h | 81 type __val; \ 82 __builtin_add_overflow(a, b, &__val); \ 83 __val; \ 127 type __val; \ 128 __builtin_sub_overflow(a, b, &__val); \ 129 __val; \ 173 type __val; \ 174 __builtin_mul_overflow(a, b, &__val); \ 175 __val; \
|
| A D | kfifo.h | 419 typeof(*__tmp->const_type) __val = (val); \ 424 __ret = __kfifo_in_r(__kfifo, &__val, sizeof(__val), \ 433 *(typeof(__tmp->type))&__val; \ 457 typeof(__tmp->ptr) __val = (val); \ 462 __ret = __kfifo_out_r(__kfifo, __val, sizeof(*__val), \ 467 *(typeof(__tmp->type))__val = \ 496 typeof(__tmp->ptr) __val = (val); \ 501 __ret = __kfifo_out_peek_r(__kfifo, __val, sizeof(*__val), \ 506 *(typeof(__tmp->type))__val = \
|
| A D | string.h | 511 typeof(v) __val = (v); \ 512 memset(__ptr + offsetofend(typeof(*(obj)), member), __val, \ 529 typeof(v) __val = (v); \ 530 memset(__ptr + offsetof(typeof(*(obj)), member), __val, \
|
| A D | phy.h | 1362 int __ret, __val; \ 1363 __ret = read_poll_timeout(__val = phy_read, val, \ 1364 __val < 0 || (cond), \ 1366 if (__val < 0) \ 1367 __ret = __val; \ 1461 int __ret, __val; \ 1462 __ret = read_poll_timeout(__val = phy_read_mmd, val, \ 1463 __val < 0 || (cond), \ 1466 if (__val < 0) \ 1467 __ret = __val; \
|
| A D | cleanup.h | 218 __auto_type __val = *__ptr; \ 220 __val; \
|
| /include/linux/spi/ |
| A D | spi-mem.h | 31 #define SPI_MEM_OP_ADDR(__nbytes, __val, __buswidth) \ argument 35 .val = __val, \ 38 #define SPI_MEM_DTR_OP_ADDR(__nbytes, __val, __buswidth) \ argument 41 .val = __val, \
|
| /include/asm-generic/ |
| A D | percpu.h | 107 TYPEOF_UNQUAL(pcp) __val, __old = *(ovalp); \ 108 __val = _cmpxchg(pcp, __old, nval); \ 109 if (__val != __old) \ 110 *(ovalp) = __val; \ 111 __val == __old; \ 117 TYPEOF_UNQUAL(pcp) __val = *__p, ___old = *(ovalp); \ 119 if (__val == ___old) { \ 123 *(ovalp) = __val; \
|
| /include/uapi/drm/ |
| A D | drm_fourcc.h | 1192 #define DRM_FORMAT_MOD_ARM_CODE(__type, __val) \ argument 1193 fourcc_mod_code(ARM, ((__u64)(__type) << 52) | ((__val) & 0x000fffffffffffffULL))
|
Completed in 22 milliseconds