Home
last modified time | relevance | path

Searched refs:num_longs (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/x86/lib/
H A Dcrc32-glue.c43 size_t num_longs; in crc32c_arch() local
56 for (num_longs = len / sizeof(unsigned long); in crc32c_arch()
57 num_longs != 0; num_longs--, p += sizeof(unsigned long)) in crc32c_arch()
/linux-6.15/arch/s390/kernel/
H A Ddebug.c1689 int num_longs, num_used_args = 0, i, rc = 0; in debug_sprintf_format_fn() local
1693 num_longs = id->buf_size / sizeof(long); in debug_sprintf_format_fn()
1695 if (num_longs < 1) in debug_sprintf_format_fn()
1697 if (num_longs == 1) { in debug_sprintf_format_fn()
1706 num_used_args = min(DEBUG_SPRINTF_MAX_ARGS, (num_longs - 1)); in debug_sprintf_format_fn()