Home
last modified time | relevance | path

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

/linux/drivers/media/rc/
A 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/drivers/staging/media/atomisp/pci/hive_isp_css_include/
A Dtype_support.h34 #define CHAR_BIT (8) macro
/linux/tools/perf/util/
A Dgenelf_debug.c205 int size = sizeof(long) * CHAR_BIT; in emit_signed_LEB128()
/linux/tools/testing/selftests/kvm/lib/
A Dsparsebit.c166 #define MASK_BITS (sizeof(mask_t) * CHAR_BIT)

Completed in 12 milliseconds