Lines Matching refs:printf
67 printf("%s:%s:%d:\t", __FILE__, __FUNCTION__, __LINE__); \
68 printf(__VA_ARGS__); \
69 printf("\n"); \
1421 printf("\n\n=== ASSERTION FAILED ===\n"); \
1422 printf("==> %s:%d '%s' is not true\n", __FILE__, __LINE__, #_e); \
1427 #define yell(str, ...) printf("ERROR! " str "\n\n", __VA_ARGS__)
1429 #define OK printf("\tOK\n")
1433 printf("\tERROR!\n"); \
1439 printf("%s:%s:%d:\t", __FILE__, __FUNCTION__, __LINE__); \
1440 printf("ERROR! " x "\n", __VA_ARGS__); \
1444 #define TEST(name) printf("test — %s\n", name);
1445 #define TEST_DESC(name, ...) printf("test — " name "\n", __VA_ARGS__);
1452 printf("Container length: %lu\n", ql->len); in ql_info()
1453 printf("Container size: %lu\n", ql->count); in ql_info()
1455 printf("\t(zsize head: %d)\n", ziplistLen(ql->head->zl)); in ql_info()
1457 printf("\t(zsize tail: %d)\n", ziplistLen(ql->tail->zl)); in ql_info()
1458 printf("\n"); in ql_info()
1496 printf("[%3d (%2d)]: [%.*s] (%lld)\n", i, p, entry.sz, in _itrprintr()
1620 printf("Starting optimization offset at: %d\n", optimize_start); in quicklistTest()
1627 printf("Testing Option %d\n", options[_i]); in quicklistTest()
2637 printf("\n"); in quicklistTest()
2639 printf("Test Loop %02d: %0.2f seconds.\n", options[i], in quicklistTest()
2641 printf("Compressions: %0.2f seconds.\n", (float)(stop - start) / 1000); in quicklistTest()
2642 printf("\n"); in quicklistTest()
2645 printf("ALL TESTS PASSED!\n"); in quicklistTest()