Home
last modified time | relevance | path

Searched refs:__LONG_WIDTH__ (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-gpr.c90 #ifndef __LONG_WIDTH__
91 #define __LONG_WIDTH__ (sizeof(long) * 8) macro
107 result |= random() << (__LONG_WIDTH__ - 31); in rand_reg()
/linux/lib/math/
H A Dtest_mul_u64_u64_div_u64.c77 #if __LONG_WIDTH__ >= 64
H A Ddiv64.c219 #define BITS_PER_ITER (__LONG_WIDTH__ >= 64 ? 32 : 16)