HomeSort by relevance Sort by last modified time
    Searched refs:vexxx_printf (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/VEX/switchback/
test_ppc_jm1.c 122 #define AB_DPRINTF(fmt, args...) do { vexxx_printf(fmt , ##args); } while (0)
129 #define FDPRINTF(fmt, args...) do { vexxx_printf(fmt , ##args); } while (0)
315 /*--- vexxx_printf ---*/
617 static UInt vexxx_printf ( const char *format, ... ) function
    [all...]
test_emfloat.c 97 /*--- vexxx_printf ---*/
399 static UInt vexxx_printf ( const char *format, ... ) function
613 vexxx_printf(str1, (int)loops);
665 vexxx_printf("%6d: (%s) ",i,buffer);
673 vexxx_printf("%s ",buffer);
675 vexxx_printf("(%s) = ",buffer);
677 vexxx_printf("%s\n",buffer);
947 vexxx_printf("Error: zero significand in denormalize\n");
    [all...]
test_bzip2.c 454 vexxx_printf(zf)
456 vexxx_printf(zf,za1)
458 vexxx_printf(zf,za1,za2)
460 vexxx_printf(zf,za1,za2,za3)
462 vexxx_printf(zf,za1,za2,za3,za4)
464 vexxx_printf(zf,za1,za2,za3,za4,za5)
966 /*--- vexxx_printf ---*/
1268 static UInt vexxx_printf ( const char *format, ... ) function
    [all...]

Completed in 100 milliseconds