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

/linux-master/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);

Completed in 95 milliseconds