Searched refs:__off (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/arch/arm/mach-snapdragon/ |
H A D | misc.c | 18 const int __off = 3 - ((start) / 32); \ 22 __res = resp[__off] >> __shft; \ 24 __res |= resp[__off - 1] << ((32 - __shft) % 32); \
|
/openbmc/linux/arch/arm/mach-s3c/ |
H A D | gpio-core.h | 20 #define con_4bit_shift(__off) ((__off) * 4) argument
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_core_autosize.c | 133 volatile long __off = sizeof(*dst) - (sz); \ 134 bpf_core_read((char *)(dst) + __off, sz, src); \
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf_internal.h | 328 ssize_t __off = offsetofend(typeof(*(opts)), last_nonzero_field); \ 329 !(opts) || libbpf_is_mem_zeroed((const void *)opts + __off, \ 330 (opts)->sz - __off); \
|
/openbmc/linux/lib/ |
H A D | iov_iter.c | 77 #define iterate_xarray(i, n, base, len, __off, STEP) { \ argument 79 size_t __off = 0; \ 96 offset = offset_in_folio(folio, start + __off); \ 103 __off += len; \ 113 i->iov_offset += __off; \ 114 n = __off; \
|
/openbmc/linux/drivers/mmc/core/ |
H A D | sd.c | 63 const int __off = 3 - ((start) / 32); \ 67 __res = resp[__off] >> __shft; \ 69 __res |= resp[__off-1] << ((32 - __shft) % 32); \
|
H A D | mmc.c | 58 const int __off = 3 - ((start) / 32); \ 62 __res = resp[__off] >> __shft; \ 64 __res |= resp[__off-1] << ((32 - __shft) % 32); \
|