Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/core/
Dmmc_ops.h63 const int __off = 3 - (start / 32); in unstuff_bits() local
65 u32 __res = resp[__off] >> __shft; in unstuff_bits()
68 __res |= resp[__off - 1] << ((32 - __shft) % 32); in unstuff_bits()
/linux-6.12.1/arch/arm/mach-s3c/
Dgpio-core.h20 #define con_4bit_shift(__off) ((__off) * 4) argument
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_core_autosize.c133 volatile long __off = sizeof(*dst) - (sz); \
134 bpf_core_read((char *)(dst) + __off, sz, src); \
/linux-6.12.1/tools/lib/bpf/
Dlibbpf_internal.h332 ssize_t __off = offsetofend(typeof(*(opts)), last_nonzero_field); \
333 !(opts) || libbpf_is_mem_zeroed((const void *)opts + __off, \
334 (opts)->sz - __off); \