Home
last modified time | relevance | path

Searched refs:CHAR_BIT (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/media/rc/
Dir-rc6-decoder.c37 #ifndef CHAR_BIT
38 #define CHAR_BIT 8 /* Normally in <limits.h> */ macro
185 if (data->count++ < CHAR_BIT * sizeof data->body) { in ir_rc6_decode()
222 if (data->count > CHAR_BIT * sizeof data->body) { in ir_rc6_decode()
/linux-6.12.1/drivers/staging/media/atomisp/pci/hive_isp_css_include/
Dtype_support.h34 #define CHAR_BIT (8) macro
/linux-6.12.1/arch/um/drivers/
Dvector_user.c441 #define ENOUGH(type) ((CHAR_BIT * sizeof(type) - 1) / 3 + 2)
442 #define ENOUGH_OCTAL(type) ((CHAR_BIT * sizeof(type) + 2) / 3)
/linux-6.12.1/tools/perf/util/
Dgenelf_debug.c212 int size = sizeof(long) * CHAR_BIT; in emit_signed_LEB128()
/linux-6.12.1/tools/testing/selftests/kvm/lib/
Dsparsebit.c166 #define MASK_BITS (sizeof(mask_t) * CHAR_BIT)