Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/mach-s3c/
A Dgpio-core.h20 #define con_4bit_shift(__off) ((__off) * 4) argument
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_core_autosize.c133 volatile long __off = sizeof(*dst) - (sz); \
134 bpf_core_read((char *)(dst) + __off, sz, src); \
/linux-6.3-rc2/tools/lib/bpf/
A Dlibbpf_internal.h313 ssize_t __off = offsetofend(typeof(*(opts)), last_nonzero_field); \
314 !(opts) || libbpf_is_mem_zeroed((const void *)opts + __off, \
315 (opts)->sz - __off); \
/linux-6.3-rc2/lib/
A Diov_iter.c79 #define iterate_xarray(i, n, base, len, __off, STEP) { \ argument
81 size_t __off = 0; \
98 offset = offset_in_folio(folio, start + __off); \
105 __off += len; \
115 i->iov_offset += __off; \
116 n = __off; \
/linux-6.3-rc2/drivers/mmc/core/
A Dsd.c62 const int __off = 3 - ((start) / 32); \
66 __res = resp[__off] >> __shft; \
68 __res |= resp[__off-1] << ((32 - __shft) % 32); \
A Dmmc.c58 const int __off = 3 - ((start) / 32); \
62 __res = resp[__off] >> __shft; \
64 __res |= resp[__off-1] << ((32 - __shft) % 32); \

Completed in 25 milliseconds