Lines Matching refs:WORDSIZE
418 # check for wordsize
419 wordsize="0"
425 BUILD_BUG_ON(sizeof(long)*CHAR_BIT != WORDSIZE);
429 if compile_prog "-DWORDSIZE=32" "" "wordsize"; then
430 wordsize="32"
431 elif compile_prog "-DWORDSIZE=64" "" "wordsize"; then
432 wordsize="64"
434 fatal "Unknown wordsize"
436 echo "Wordsize $wordsize"
1418 if test "$wordsize" = "64" ; then
1420 elif test "$wordsize" = "32" ; then
1423 fatal "Unknown wordsize!"