Home
last modified time | relevance | path

Searched refs:__off (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/arch/arm/mach-snapdragon/
H A Dmisc.c18 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 Dgpio-core.h20 #define con_4bit_shift(__off) ((__off) * 4) argument
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_autosize.c133 volatile long __off = sizeof(*dst) - (sz); \
134 bpf_core_read((char *)(dst) + __off, sz, src); \
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_internal.h328 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 Diov_iter.c77 #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 Dsd.c62 const int __off = 3 - ((start) / 32); \
66 __res = resp[__off] >> __shft; \
68 __res |= resp[__off-1] << ((32 - __shft) % 32); \
H A Dmmc.c58 const int __off = 3 - ((start) / 32); \
62 __res = resp[__off] >> __shft; \
64 __res |= resp[__off-1] << ((32 - __shft) % 32); \