Lines Matching refs:printf
55 printf("CPU set to big-endian\t\t\t(WORDS_BIGENDIAN == 1)\n");
57 printf("CPU set to little-endian\t\t(WORDS_BIGENDIAN == 0)\n");
61 printf("CPU set to RISC\t\t\t\t(CPU_RISC == 1)\n");
63 printf("CPU set to CISC\t\t\t\t(CPU_CISC == 1)\n");
65 printf("CPU set to an unknown type, probably due to a configuration error\n");
70 printf("CPU set to ALTIVEC\t\t\t\t(CPU_ALTIVEC == 0)\n");
74 printf("using native 64-bit type\t\t(NO_64_BIT_MATH == 0)\n");
76 printf("using built-in 64-bit math\t\t(NO_64_BIT_MATH == 1)\n");
80 printf("using stdout for error reporting\t(ERR_REPORTING_STDOUT == 1)\n");
88 printf("using %s as a random source\t(DEV_URANDOM == %s)\n",
95 printf("warning: configuration is probably in error "